Skip to content
Snippets Groups Projects
Commit 67ec7ee5 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #695 from mathstuf/osx-mpich

mpich: disable fortran without a fortran compiler
parents 4bc6ace2 f1a06198
Branches
Tags
No related merge requests found
......@@ -78,6 +78,9 @@ def install(self, spec, prefix):
if not self.compiler.fc:
config_args.append("--disable-fc")
if not self.compiler.fc and not self.compiler.f77:
config_args.append("--disable-fortran")
configure(*config_args)
make()
make("install")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment