Skip to content

Commit

Permalink
pixi: Remove accelerate support
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 16, 2024
1 parent d9df16c commit c313068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ activation = { env = { EIGENPY_ACCELERATE_SUPPORT = "ON" } }
dependencies = { suitesparse = ">=5" }
activation = { env = { EIGENPY_CHOLMOD_SUPPORT = "ON" } }

[feature.all.target.osx-arm64]
activation = { env = { EIGENPY_ACCELERATE_SUPPORT = "ON" } }
# TODO Add accelerate when new Eigen version is released
# [feature.all.target.osx-arm64]
# activation = { env = { EIGENPY_CHOLMOD_SUPPORT = "ON", EIGENPY_ACCELERATE_SUPPORT = "ON" } }

[feature.py312.dependencies]
python = "3.12.*"
Expand Down

0 comments on commit c313068

Please sign in to comment.