Skip to content

Commit

Permalink
build , then install
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 18, 2020
1 parent 96821d2 commit d49d83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ def hdf5(dirs: T.Dict[str, Path], env: T.Mapping[str, str]):
# ]
subprocess.check_call(nice + cmd, cwd=source_dir, env=env)

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

cmd = ["make", "-j", "install"]
# cmd = ["cmake", "--install", BUILDDIR, "--parallel"]
Expand Down

0 comments on commit d49d83f

Please sign in to comment.