Skip to content

Commit d49d83f

Browse files
committed
build , then install
1 parent 96821d2 commit d49d83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_hdf5.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ def hdf5(dirs: T.Dict[str, Path], env: T.Mapping[str, str]):
119119
# ]
120120
subprocess.check_call(nice + cmd, cwd=source_dir, env=env)
121121

122+
cmd = ["make", "-j"]
122123
# cmd = ["cmake", "--build", BUILDDIR, "--parallel"]
123-
# subprocess.check_call(nice + cmd, cwd=source_dir)
124+
subprocess.check_call(nice + cmd, cwd=source_dir)
124125

125126
cmd = ["make", "-j", "install"]
126127
# cmd = ["cmake", "--install", BUILDDIR, "--parallel"]

0 commit comments

Comments
 (0)