Modify MPI installs to work without fortran.

This commit is contained in:
Todd Gamblin
2014-09-23 14:59:30 -07:00
parent c9fbba22a2
commit 2de2d4bea7
3 changed files with 35 additions and 15 deletions

View File

@@ -137,9 +137,9 @@
# TODO: it's not clear where all the stuff that needs to be included in packages
# should live. This file is overloaded for spack core vs. for packages.
#
__all__ = ['Package', 'Version', 'when']
__all__ = ['Package', 'Version', 'when', 'ver']
from spack.package import Package
from spack.version import Version
from spack.version import Version, ver
from spack.multimethod import when
import llnl.util.filesystem