Skip to content

Commit c313068

Browse files
committed
pixi: Remove accelerate support
1 parent d9df16c commit c313068

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pixi.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ activation = { env = { EIGENPY_ACCELERATE_SUPPORT = "ON" } }
7070
dependencies = { suitesparse = ">=5" }
7171
activation = { env = { EIGENPY_CHOLMOD_SUPPORT = "ON" } }
7272

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

7677
[feature.py312.dependencies]
7778
python = "3.12.*"

0 commit comments

Comments
 (0)