Skip to content

Commit

Permalink
[infra] Build symengine on manylinux. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Feb 16, 2022
1 parent 9b79504 commit 66f93db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linuxbuildwheel
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ export PYBIN=/opt/python/cp39-cp39/bin
${PYBIN}/pip install conan

export CONAN_CMD=${PYBIN}/conan
export CONAN_REVISIONS_ENABLED=1

cd /tket

${CONAN_CMD} profile new tket --detect
${CONAN_CMD} profile update options.tket:shared=True tket
${CONAN_CMD} remote add tket-conan https://tket.jfrog.io/artifactory/api/conan/tket-conan
${CONAN_CMD} create --profile=tket recipes/symengine tket/stable
# Use header-only version of spdlog:
# https://github.com/conan-io/conan-docker-tools/issues/303#issuecomment-922492130
${CONAN_CMD} create --profile=tket --test-folder=None -o tket:spdlog_ho=True recipes/tket
Expand Down

0 comments on commit 66f93db

Please sign in to comment.