scs: add python3Packages.scs to passthru.tests

This commit is contained in:
Gaetan Lepage
2025-08-13 21:46:06 +02:00
parent 3ddf2d43eb
commit 29f32e5731
+2
View File
@@ -7,6 +7,7 @@
gfortran,
fixDarwinDylibNames,
nix-update-script,
python3Packages,
}:
assert (!blas.isILP64) && (!lapack.isILP64);
@@ -54,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
updateScript = nix-update-script { };
tests.scs-python = python3Packages.scs;
};
meta = {