From 66f93db7947683d908b5388e22c14b45600d510c Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:14:38 +0000 Subject: [PATCH] [infra] Build symengine on manylinux. (#228) --- .github/workflows/linuxbuildwheel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linuxbuildwheel b/.github/workflows/linuxbuildwheel index a8fe6ae7c0..a0a3f0fb64 100755 --- a/.github/workflows/linuxbuildwheel +++ b/.github/workflows/linuxbuildwheel @@ -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