Skip to content

Commit

Permalink
Merge pull request #242 from lrineau/macos-fixes
Browse files Browse the repository at this point in the history
MacOS fixes
  • Loading branch information
lrineau authored Jul 26, 2023
2 parents 3122e98 + 51ad8a1 commit e257cac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
#python-version: ["3.9"]
os: [ubuntu-latest, macos-latest, windows-latest]
#os: [macos-latest]
#os: [windows-latest]
#os: [ubuntu-latest]

Expand Down Expand Up @@ -159,6 +160,8 @@ jobs:
macOS)
LDFLAGS="-rpath ${CONDA_ENV_DIR}/lib -rpath $HOME/.local/lib"
export LDFLAGS
CXXFLAGS=-faligned-allocation
export CXXFLAGS
CGAL_DIR=$HOME/.local python -m pip wheel -v .
delocate-wheel -w fixed_wheel cgal-*.whl
rm cgal-*.whl
Expand Down

0 comments on commit e257cac

Please sign in to comment.