Skip to content

Commit

Permalink
Revert "#3049 Remove casadi rpath fix because its shared object canno…
Browse files Browse the repository at this point in the history
…t be found"

This reverts commit 2561a6e.
  • Loading branch information
agriyakhetarpal committed Sep 3, 2023
1 parent 921010e commit 1ee48c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
brew update
brew reinstall gcc
brew install libomp
python -m pip install wget
python -m pip install cmake wget
python scripts/install_KLU_Sundials.py
- name: Build wheels on Linux and MacOS
Expand All @@ -113,7 +113,8 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: "python -m pip install cmake casadi numpy"
CIBW_BEFORE_BUILD_MACOS: >
python -m pip
install casadi numpy &&
install cmake casadi numpy &&
python scripts/fix_casadi_rpath_mac.py &&
scripts/fix_suitesparse_rpath_mac.sh
# got error "re.error: multiple repeat at position 104" on python 3.7 when --require-archs added, so remove
# it for mac
Expand Down

0 comments on commit 1ee48c1

Please sign in to comment.