Eliminated unnecessary differences in pull request
This commit is contained in:
parent
e32c59f805
commit
ce8df65d7b
@ -37,7 +37,6 @@
|
|||||||
|
|
||||||
from spack.spec import Spec
|
from spack.spec import Spec
|
||||||
from spack.error import SpackError
|
from spack.error import SpackError
|
||||||
from spack.database import Database
|
|
||||||
|
|
||||||
|
|
||||||
def _check_concrete(spec):
|
def _check_concrete(spec):
|
||||||
@ -154,7 +153,6 @@ def remove_install_directory(self, spec):
|
|||||||
path = os.path.dirname(path)
|
path = os.path.dirname(path)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class YamlDirectoryLayout(DirectoryLayout):
|
class YamlDirectoryLayout(DirectoryLayout):
|
||||||
"""Lays out installation directories like this::
|
"""Lays out installation directories like this::
|
||||||
<install root>/
|
<install root>/
|
||||||
|
@ -557,7 +557,6 @@ def virtual_dependencies(self, visited=None):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def installed(self):
|
def installed(self):
|
||||||
print self.prefix
|
|
||||||
return os.path.isdir(self.prefix)
|
return os.path.isdir(self.prefix)
|
||||||
|
|
||||||
|
|
||||||
|
@ -427,6 +427,7 @@ def __init__(self, spec_like, *dep_like, **kwargs):
|
|||||||
spec = dep if isinstance(dep, Spec) else Spec(dep)
|
spec = dep if isinstance(dep, Spec) else Spec(dep)
|
||||||
self._add_dependency(spec)
|
self._add_dependency(spec)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Private routines here are called by the parser when building a spec.
|
# Private routines here are called by the parser when building a spec.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user