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 bb61f15 commit 8ad3badCopy full SHA for 8ad3bad
.github/workflows/wheels.yml
@@ -204,6 +204,9 @@ jobs:
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)/'
208
+ "{package}/source/CMakeLists.txt" &&
209
+
210
git clone https://github.com/apache/xerces-c
211
"{package}/${{ env.XERCES_C_SOURCE_DIR }}" &&
212
cd "{package}/${{ env.XERCES_C_SOURCE_DIR }}" &&
0 commit comments