issues
search
darrencroton
/
sage
Home of the Semi-Analytic Galaxy Evolution (SAGE) galaxy formation model
MIT License
21
stars
22
forks
source link
Fixed some minor issues
#12
Closed
manodeep
closed
6 years ago
manodeep
commented
6 years ago
Removed hdf5 support from the default compilation case
Ensured that no hdf5 dependencies are required when compiling
without
hdf5 (i.e., identical to previous sage)
Moved the potential user-supplied options to the top of the Makefile
Declared the Makefile variables
:=
rather than
=
(considered good practice; otherwise
make
re-evaluates that variable for every sub-make)
Removed remnants of the
output_in_hdf5
code from
main.c
that had accidentally been left in
:=
rather than=
(considered good practice; otherwisemake
re-evaluates that variable for every sub-make)output_in_hdf5
code frommain.c
that had accidentally been left in