From c3fadb95f46ffe9eaeb309686fd78b455a247459 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Sat, 26 Dec 2020 01:51:08 +0100 Subject: openmolcas: fix fallout from #83888 Removed non-functional lines. Openmolcas does not build with the blas/lapack switching mechanism --- pkgs/applications/science/chemistry/openmolcas/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs/applications/science/chemistry') diff --git a/pkgs/applications/science/chemistry/openmolcas/default.nix b/pkgs/applications/science/chemistry/openmolcas/default.nix index d432e66a19f1..0a1c0337c090 100644 --- a/pkgs/applications/science/chemistry/openmolcas/default.nix +++ b/pkgs/applications/science/chemistry/openmolcas/default.nix @@ -1,11 +1,9 @@ { stdenv, fetchFromGitLab, cmake, gfortran, perl -, openblas, blas, lapack, hdf5-cpp, python3, texlive +, openblas, hdf5-cpp, python3, texlive , armadillo, openmpi, globalarrays, openssh , makeWrapper, fetchpatch } : -assert blas.implementation == "openblas" && lapack.implementation == "openblas"; - let version = "20.10"; gitLabRev = "v${version}"; -- cgit v1.2.3