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 8ad3bad commit ed63041Copy full SHA for ed63041
.github/workflows/wheels.yml
@@ -203,8 +203,8 @@ jobs:
203
CXXFLAGS='-fPIC' CFLAGS='-fPIC' MACOSX_DEPLOYMENT_TARGET=10.15
204
${{ matrix.config.arch == 'arm64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
205
CIBW_BEFORE_ALL_MACOS: >
206
- brew install cmake ninja &&
207
- sed -i 's/target_link_libraries.*/target_link_libraries(geant4_pybind PRIVATE ${Geant4_LIBRARIES} curl)/'
+ brew install cmake &&
+ sed -i '' 's/target_link_libraries.*/target_link_libraries(geant4_pybind PRIVATE ${Geant4_LIBRARIES} curl)/'
208
"{package}/source/CMakeLists.txt" &&
209
210
git clone https://github.com/apache/xerces-c
0 commit comments