Skip to content

Commit

Permalink
Wheels: Fix MACOS sed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Dec 29, 2024
1 parent 8ad3bad commit ed63041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:
CXXFLAGS='-fPIC' CFLAGS='-fPIC' MACOSX_DEPLOYMENT_TARGET=10.15
${{ matrix.config.arch == 'arm64' && 'SKIP_PYBIND11_STUBGEN=1' || '' }}
CIBW_BEFORE_ALL_MACOS: >
brew install cmake ninja &&
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)/'
"{package}/source/CMakeLists.txt" &&
git clone https://github.com/apache/xerces-c
Expand Down

0 comments on commit ed63041

Please sign in to comment.