Merge pull request #1096 from robertdfrench/import-which
Import which from spack.util.executable; Fixes #1095
This commit is contained in:
commit
86893e3dc4
@ -63,7 +63,7 @@
|
|||||||
import spack
|
import spack
|
||||||
from spack.environment import EnvironmentModifications, validate
|
from spack.environment import EnvironmentModifications, validate
|
||||||
from spack.util.environment import *
|
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.
|
# This can be set by the user to globally disable parallel builds.
|
||||||
|
Loading…
Reference in New Issue
Block a user