scs: breaks on 64bit blas

This commit is contained in:
Matthew Bauer 2020-04-17 14:00:19 -05:00
parent 98fb0ede70
commit fcf33e2499
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
{ stdenv, fetchFromGitHub, blas, lapack, gfortran, fixDarwinDylibNames }:
assert (!blas.is64bit) && (!lapack.is64bit);
stdenv.mkDerivation rec {
pname = "scs";
version = "2.1.1";

View file

@ -34,7 +34,7 @@ let
] ++ lib.optionals allowUnfree [ "magma" ];
blas64Users = [
"rspamd" "suitesparse_5_3" "suitesparse_4_4"
"suitesparse_4_2" "scs" "petsc" "magma" "cholmod-extra"
"suitesparse_4_2" "petsc" "cholmod-extra"
"arpack" "qrupdate" "iml" "globalarrays" "arrayfire"
"xfitter" "lammps" "plink-ng" "quantum-espresso"
"calculix" "csdp" "getdp" "giac" "jags"