Skip to content

Commit

Permalink
refactor(bindings): disable ipo
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 26, 2024
1 parent 604bb96 commit d7f7435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
key: python-${{ matrix.os }}
path: build

- name: 🛠️ Disable IPO (Alpine)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sed -i 's/\(DVIENNAPS_BUILD_PYTHON=ON"\)/\1,"-DUSE_IPO=off"/g' pyproject.toml
cat pyproject.toml
- name: 🐍 Build and check Python Module (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["scikit-build-core", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
version = "3.0.1"
version = "3.0.2"
name = "ViennaPS"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit d7f7435

Please sign in to comment.