Was getting system python over spack python
This commit is contained in:
parent
1c4ef29962
commit
618a1c7119
@ -14,7 +14,8 @@ class Libxml2(Package):
|
||||
depends_on('xz')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
configure("--prefix=%s" % prefix,
|
||||
"--with-python=%s" % spec['python'].prefix)
|
||||
|
||||
make()
|
||||
make("install")
|
||||
|
Loading…
Reference in New Issue
Block a user