Skip to content
Snippets Groups Projects
Commit d6082c9f authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Fix hdf5 lib

parent cb12bed2
Branches
No related tags found
1 merge request!10Update SWIFT calls
......@@ -28,9 +28,6 @@ before_script:
- cd ..
# compile pyswiftsim
- echo $LD_LIBRARY_PATH
- cat swiftsim/config.h
- locate hdf5
- python3 setup.py install --with-swift $LHOME/swiftsim --user
# compile the docs
......
......@@ -101,6 +101,8 @@ lib_dir = []
if swift_path:
lib_dir.append(swift_path + "/src/.libs")
lib_dir.append(hdf5_root + "/lib")
# fix for default install of hdf5
lib_dir.append(hdf5_root + "/lib/x86_64-linux-gnu/hdf5")
# src files
c_src = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment