diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 00:57:43 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 00:57:43 +0000 |
commit | 4483a81c4254596dd2fa977e7a2faf6f28a7ac6f (patch) | |
tree | 1150c399a436c0ef1c44d4f1673b6c85e1eaff4c /reproduce/software | |
parent | 0c120cbc1575675f96a99703af28a45d8adda2db (diff) |
First set of customizations done
The unnecessary parts were removed and the project now runs.
Diffstat (limited to 'reproduce/software')
-rw-r--r-- | reproduce/software/config/installation/TARGETS.mk | 4 | ||||
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.mk index 164d606..2ffdbfe 100644 --- a/reproduce/software/config/installation/TARGETS.mk +++ b/reproduce/software/config/installation/TARGETS.mk @@ -36,7 +36,7 @@ # Programs and libraries. -top-level-programs = gnuastro +top-level-programs = # Python libraries/modules. -top-level-python = astropy +top-level-python = diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index 5681795..c53e170 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -20,4 +20,5 @@ texlive-packages = tex fancyhdr ec newtx fontaxes xkeyval etoolbox xcolor \ setspace caption footmisc datetime fmtcount titlesec \ preprint ulem biblatex biber logreq pgf pgfplots fp \ courier tex-gyre txfonts times csquotes kastrup \ - trimspaces pdftexcmds pdfescape letltxmacro bitset + trimspaces pdftexcmds pdfescape letltxmacro bitset \ + mweights |