Skip to content
Snippets Groups Projects
Commit 4e70c2e2 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

portability

parent ced98447
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,13 @@ endif ...@@ -57,7 +57,13 @@ endif
IDIRS := -I$(FUTILS_DIR)/include/$(OPTLEVEL) IDIRS := -I$(FUTILS_DIR)/include/$(OPTLEVEL)
LIBS := -lfutils -lhdf5_fortran -lhdf5 -lz -ldl -lpthread LIBS := -lfutils -lhdf5_fortran -lhdf5 -lz -ldl -lpthread
LDIRS := -L$(FUTILS_DIR)/lib/$(OPTLEVEL) -L$(HDF5)/lib
ifdef HDF5
LDIRS := -L$(FUTILS_DIR)/lib/$(OPTLEVEL) -L$(HDF5)/lib
else
LDIRS := -L$(FUTILS_DIR)/lib/$(OPTLEVEL) -L$(HDF5_LIB)
endif
# Add Multiple-Precision Library # Add Multiple-Precision Library
LIBS += -lfm LIBS += -lfm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment