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 ed63041 commit 93adacaCopy full SHA for 93adaca
.github/workflows/wheels.yml
@@ -201,9 +201,8 @@ jobs:
201
make install
202
CIBW_ENVIRONMENT_MACOS: >
203
CXXFLAGS='-fPIC' CFLAGS='-fPIC' MACOSX_DEPLOYMENT_TARGET=10.15
204
- ${{ matrix.config.arch == 'arm64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
+ ${{ matrix.config.arch == 'x86_64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
205
CIBW_BEFORE_ALL_MACOS: >
206
- brew install cmake &&
207
sed -i '' 's/target_link_libraries.*/target_link_libraries(geant4_pybind PRIVATE ${Geant4_LIBRARIES} curl)/'
208
"{package}/source/CMakeLists.txt" &&
209
0 commit comments