diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-22 09:06:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 09:06:01 -0700 |
commit | 86893e3dc4a82588e18c8832c4a8811fb5e83273 (patch) | |
tree | 0cc799908ef7c46ca5905445794a3fee7df804ae /lib | |
parent | e41d67e031aca9acabcae74d49ee486fc4d9b1c0 (diff) | |
parent | ff3e56cf9abacc567b2e68c1881ba108dccfb06c (diff) | |
download | spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.gz spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.bz2 spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.tar.xz spack-86893e3dc4a82588e18c8832c4a8811fb5e83273.zip |
Merge pull request #1096 from robertdfrench/import-which
Import which from spack.util.executable; Fixes #1095
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/build_environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_environment.py b/lib/spack/spack/build_environment.py index 60703a9df9..99c4cae020 100644 --- a/lib/spack/spack/build_environment.py +++ b/lib/spack/spack/build_environment.py @@ -63,7 +63,7 @@ from llnl.util.filesystem import * import spack from spack.environment import EnvironmentModifications, validate from spack.util.environment import * -from spack.util.executable import Executable +from spack.util.executable import Executable, which # # This can be set by the user to globally disable parallel builds. |