Skip to content

Commit

Permalink
[infra] Update to symengine 0.9.0. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Feb 19, 2022
1 parent ceb6892 commit 4f6746e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
uses: actions/cache@v2
with:
path: C:\Users\runneradmin\.conan\data\tket
key: ${{ runner.os }}-tket-tket-${{ steps.hash_tket_source.outputs.tket_hash }}-14
key: ${{ runner.os }}-tket-tket-${{ steps.hash_tket_source.outputs.tket_hash }}-15
- name: Build tket
if: steps.cache-tket.outputs.cache-hit != 'true'
run: conan create --profile=tket recipes/tket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions/cache@v2
with:
path: C:\Users\runneradmin\.conan\data\tket
key: ${{ runner.os }}-tket-tket-${{ steps.hash_tket_source.outputs.tket_hash }}-8
key: ${{ runner.os }}-tket-tket-${{ steps.hash_tket_source.outputs.tket_hash }}-9
- name: Build tket
if: steps.cache-tket.outputs.cache-hit != 'true'
run: conan create --profile=tket recipes/tket
Expand Down
2 changes: 1 addition & 1 deletion recipes/tket/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TketConan(ConanFile):
requires = (
"boost/1.78.0",
# symengine from remote: https://tket.jfrog.io/artifactory/api/conan/tket-conan
"symengine/0.8.1.1@tket/stable",
"symengine/0.9.0@tket/stable",
"eigen/3.4.0",
"spdlog/1.9.2",
"nlohmann_json/3.10.5",
Expand Down

0 comments on commit 4f6746e

Please sign in to comment.