Skip to content

Commit

Permalink
Fix tbb version for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jul 15, 2020
1 parent 56119a7 commit edd9153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build_sire.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def parse_args():
if os.path.exists(os.path.join(conda_base, "include", "tbb", "tbb.h")):
print("TBB is already installed...")
else:
conda_pkgs.append("tbb=2020.1")
conda_pkgs.append("tbb-devel=2020.1")
conda_pkgs.append("tbb=2019.9")
conda_pkgs.append("tbb-devel=2019.9")

# Qt5
try:
Expand Down

0 comments on commit edd9153

Please sign in to comment.