From c3130685795539eb1ad971393f0cdfe22e14002a Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Wed, 16 Oct 2024 15:31:09 +0200 Subject: [PATCH] pixi: Remove accelerate support --- pixi.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 6dd0b4a0..4899b80b 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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.*"