···74 # this line is left so those who force installation on x86_64-darwin can still build
75 doCheck = !(stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin);
7677- cmakeFlagsArray = [
78 (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
79 (lib.cmakeFeature "LAPACK_LIBRARIES" "-llapack")
80 (lib.cmakeFeature "BLAS_LIBRARIES" "-lblas")
···74 # this line is left so those who force installation on x86_64-darwin can still build
75 doCheck = !(stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin);
7677+ cmakeFlags = [
78 (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
79 (lib.cmakeFeature "LAPACK_LIBRARIES" "-llapack")
80 (lib.cmakeFeature "BLAS_LIBRARIES" "-lblas")