diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-20 10:32:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 10:32:03 -0700 |
commit | 59318f47059a6a02542bd140fcc084ce7c385aaf (patch) | |
tree | a965f995fe87d2a3a4770c61efceb04724ecaca7 | |
parent | 8047edfb567637e9969c7c81ab01bf56d62c4152 (diff) | |
parent | 973caa3a07a886e1c4fd7bb36363fc738a72da00 (diff) | |
download | spack-59318f47059a6a02542bd140fcc084ce7c385aaf.tar.gz spack-59318f47059a6a02542bd140fcc084ce7c385aaf.tar.bz2 spack-59318f47059a6a02542bd140fcc084ce7c385aaf.tar.xz spack-59318f47059a6a02542bd140fcc084ce7c385aaf.zip |
Merge pull request #1081 from mathstuf/pkg-config-path
modules.yaml: use the right envvar for pkg-config
-rw-r--r-- | etc/spack/modules.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/spack/modules.yaml b/etc/spack/modules.yaml index 99be5e7b6d..5f31cdd5c0 100644 --- a/etc/spack/modules.yaml +++ b/etc/spack/modules.yaml @@ -22,8 +22,8 @@ modules: include: - CPATH lib/pkgconfig: - - PKGCONFIG + - PKG_CONFIG_PATH lib64/pkgconfig: - - PKGCONFIG + - PKG_CONFIG_PATH '': - CMAKE_PREFIX_PATH |