scalapack: replace cmakeFlagsArray with cmakeFlags

qbisi 36fdfd65 01c57ded

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