Loading pkgs/by-name/hm/hmat-oss/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, cmake, pkg-config, blas, lapack, }: Loading @@ -22,7 +23,14 @@ stdenv.mkDerivation rec { "-DHMAT_GIT_VERSION=OFF" ]; nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pkg-config # used to find the LAPACK ]; buildInputs = [ blas lapack Loading Loading
pkgs/by-name/hm/hmat-oss/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, cmake, pkg-config, blas, lapack, }: Loading @@ -22,7 +23,14 @@ stdenv.mkDerivation rec { "-DHMAT_GIT_VERSION=OFF" ]; nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pkg-config # used to find the LAPACK ]; buildInputs = [ blas lapack Loading