scalapack: replace cmakeFlagsArray with cmakeFlags

qbisi 36fdfd65 01c57ded

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