scs: breaks on 64bit blas

This commit is contained in:
Matthew Bauer
2020-04-17 16:24:31 -05:00
parent 98fb0ede70
commit fcf33e2499
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,7 @@
{ stdenv, fetchFromGitHub, blas, lapack, gfortran, fixDarwinDylibNames }:
assert (!blas.is64bit) && (!lapack.is64bit);
stdenv.mkDerivation rec {
pname = "scs";
version = "2.1.1";