Skip to content

Commit

Permalink
mpich: drop unrecognized option --enable-sharedlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed Jan 12, 2024
1 parent 5b4ad73 commit 4108296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/libraries/mpich/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ stdenv.mkDerivation rec {

configureFlags = [
"--enable-shared"
"--enable-sharedlib"
"--with-pm=${withPm}"
] ++ lib.optionals (lib.versionAtLeast gfortran.version "10") [
"FFLAGS=-fallow-argument-mismatch" # https://github.com/pmodels/mpich/issues/4300
Expand Down

0 comments on commit 4108296

Please sign in to comment.