Skip to content
Snippets Groups Projects
Commit 64eb5522 authored by Gregory Becker's avatar Gregory Becker
Browse files

shasta needs PKGCONF to build properly

parent 6fcec1dc
Branches
No related tags found
No related merge requests found
...@@ -158,9 +158,9 @@ def clean_environment(): ...@@ -158,9 +158,9 @@ def clean_environment():
using_cnl = re.match(r'cnl\d+', str(hostarch.os)) using_cnl = re.match(r'cnl\d+', str(hostarch.os))
if on_cray and not using_cnl: if on_cray and not using_cnl:
env.unset('CRAY_LD_LIBRARY_PATH') env.unset('CRAY_LD_LIBRARY_PATH')
for varname in os.environ.keys(): # for varname in os.environ.keys():
if 'PKGCONF' in varname: # if 'PKGCONF' in varname:
env.unset(varname) # env.unset(varname)
# Unset the following variables because they can affect installation of # Unset the following variables because they can affect installation of
# Autotools and CMake packages. # Autotools and CMake packages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment