python: use base instead of prefix in python/package.py
This commit is contained in:
parent
2b69746e8a
commit
0d981a012d
@ -1017,7 +1017,7 @@ def home(self):
|
|||||||
``packages.yaml`` unknowingly. Query the python executable to
|
``packages.yaml`` unknowingly. Query the python executable to
|
||||||
determine exactly where it is installed.
|
determine exactly where it is installed.
|
||||||
"""
|
"""
|
||||||
return Prefix(self.config_vars["prefix"])
|
return Prefix(self.config_vars["base"])
|
||||||
|
|
||||||
def find_library(self, library):
|
def find_library(self, library):
|
||||||
# Spack installs libraries into lib, except on openSUSE where it installs them
|
# Spack installs libraries into lib, except on openSUSE where it installs them
|
||||||
|
Loading…
Reference in New Issue
Block a user