We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197f708 commit ec4cc8bCopy full SHA for ec4cc8b
1 file changed
.github/workflows/deploy.yml
@@ -97,6 +97,7 @@ jobs:
97
conan profile --detect
98
99
# install symengine
100
+ conan profile detect --force
101
conan install . --output-folder=build --build=missing -pr ./conan_profile
102
103
CIBW_BEFORE_ALL_MACOS: |
@@ -109,6 +110,7 @@ jobs:
109
110
# do not activate architecture-dependent compiler flags
111
# 4 jobs in parallel, but do not start new ones if load average exceeds 5
112
CIBW_ENVIRONMENT_LINUX: >
113
+ CMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake
114
CIBW="true"
115
SKBUILD_BUILD_TOOL_ARGS="-j4;-l5"
116
# CMAKE_PREFIX_PATH="$HOME/.local"
0 commit comments