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 063fbff commit 10a5c01Copy full SHA for 10a5c01
.github/workflows/build_wheels.yml
@@ -230,13 +230,15 @@ jobs:
230
if: matrix.os == 'windows-latest'
231
run:
232
conan profile detect --force
233
-
234
- conan install . --output-folder=build --build=missing
+ conan install . --output-folder=build --build=missing -s cppstd=17 -s compiler="Visual Studio" -s toolset=llvm
235
236
- name: Build Wheels (Windows)
237
uses: pypa/[email protected]
238
239
env:
+ CC: "clang"
240
+ CXX: "clang++"
241
+ FC: "flang"
242
CIBW_BUILD: ${{ matrix.python_version }}
243
CIBW_ARCHS_WINDOWS: "native"
244
CIBW_BEFORE_BUILD: "pip install cmake ninja"
0 commit comments