···7474 # this line is left so those who force installation on x86_64-darwin can still build
7575 doCheck = !(stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isDarwin);
76767777- cmakeFlagsArray = [
7777+ cmakeFlags = [
7878 (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
7979 (lib.cmakeFeature "LAPACK_LIBRARIES" "-llapack")
8080 (lib.cmakeFeature "BLAS_LIBRARIES" "-lblas")