Skip to content

Commit

Permalink
Use tbb 2022 (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Nov 9, 2024
1 parent bc3bbbc commit 97cc654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MKDIR_P := @mkdir -p
LIBGIT2_VERREQ := libgit2 >= 1.1.0, libgit2 < 1.9.0
LIBCURL_VERREQ := libcurl >= 7.79.1, libcurl < 9.0.0
NLOHMANN_JSON_VERREQ := nlohmann_json >= 3.10.5, nlohmann_json < 4.0.0
TBB_VERREQ := tbb >= 2021.5.0, tbb < 2022.0.0
TBB_VERREQ := tbb >= 2021.5.0, tbb < 2023.0.0
FMT_VERREQ := fmt >= 8.1.1, fmt < 12.0.0

DEFINES := -DPOAC_POAC_PKG_VERSION='"$(VERSION)"' \
Expand Down
2 changes: 1 addition & 1 deletion poac.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fmt = {version = ">=8.1.1 && <12", system = true}
libcurl = {version = ">=7.79.1 && <9", system = true}
libgit2 = {version = ">=1.1.0 && <1.9", system = true}
nlohmann_json = {version = "3.10.5", system = true}
tbb = {version = "2021.5.0", system = true}
tbb = {version = ">=2021.5.0 && <2023.0.0", system = true}

[profile]
cxxflags = ["-pedantic-errors", "-Wall", "-Wextra", "-Wpedantic"]
Expand Down

0 comments on commit 97cc654

Please sign in to comment.