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

test

parent 972fc8e9
No related branches found
No related tags found
1 merge request!10Update SWIFT calls
...@@ -80,12 +80,12 @@ if swift_path: ...@@ -80,12 +80,12 @@ if swift_path:
]) ])
# hdf5 # hdf5
if "/usr/bin" in hdf5_root:
include.append("/usr/include/hdf5/serial")
if "bin" in hdf5_root: if "bin" in hdf5_root:
hdf5_root = hdf5_root.split("bin")[0] hdf5_root = hdf5_root.split("bin")[0]
if "/usr/lib" in hdf5_root:
include.append("/usr/include/hdf5/serial")
# grackle # grackle
if parseCmdLine("--with-grackle", store=True): if parseCmdLine("--with-grackle", store=True):
grackle_inc = getValueFromMakefile(swift_path, "GRACKLE_INCS = -I") grackle_inc = getValueFromMakefile(swift_path, "GRACKLE_INCS = -I")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment