Skip to content

Commit

Permalink
Merge branch 'swig-4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jan 25, 2024
2 parents d0ed7a5 + 758c97e commit 7d97128
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
cp wheelhouse/*.whl .
;;
macOS)
brew install oras
brew uninstall swig
oras pull ghcr.io/homebrew/core/swig:4.1.1@sha256:8028a96224cd79b3f7e5fb67195cce44b25698c459853a24f3fa511517701cb8
brew install ./swig--4.1.1.monterey.bottle.tar.gz
LDFLAGS="-rpath ${CONDA_ENV_DIR}/lib -rpath $HOME/.local/lib"
export LDFLAGS
CXXFLAGS=-faligned-allocation
Expand All @@ -169,6 +173,8 @@ jobs:
cp fixed_wheel/*.whl .
;;
Windows)
choco uninstall swig
choco install --version 4.1.1 swig
LIB=${CONDA_ENV_DIR}\\lib
CGAL_DIR=$HOME/.local
CXXFLAGS=-D__TBB_NO_IMPLICIT_LINKAGE
Expand Down
2 changes: 1 addition & 1 deletion .integration/conda-env-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- twine
- delocate
- pycodestyle
- swig
- swig<4.2
- tbb
- tbb-devel
- wheel
Expand Down

0 comments on commit 7d97128

Please sign in to comment.