Skip to content
Snippets Groups Projects

Update SWIFT calls

Merged Loic Hausammann requested to merge new_implementation into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -80,12 +80,12 @@ if swift_path:
])
# hdf5
if "/usr/bin" in hdf5_root:
include.append("/usr/include/hdf5/serial")
if "bin" in hdf5_root:
hdf5_root = hdf5_root.split("bin")[0]
if "/usr/lib" in hdf5_root:
include.append("/usr/include/hdf5/serial")
# grackle
if parseCmdLine("--with-grackle", store=True):
grackle_inc = getValueFromMakefile(swift_path, "GRACKLE_INCS = -I")
Loading