Skip to content

Commit

Permalink
Merge pull request #107636 from markuskowa/clean-molcas
Browse files Browse the repository at this point in the history
openmolcas: fix fallout from #83888
  • Loading branch information
markuskowa authored Dec 26, 2020
2 parents 4b3e39f + 1ba79ed commit 7543a5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/science/chemistry/openmolcas/default.nix
Original file line number Diff line number Diff line change
@@ -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}";
Expand Down Expand Up @@ -74,7 +72,7 @@ in stdenv.mkDerivation {
homepage = "https://gitlab.com/Molcas/OpenMolcas";
maintainers = [ maintainers.markuskowa ];
license = licenses.lgpl21;
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 7543a5b

Please sign in to comment.