summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2017-12-12 17:26:02 -0700
committerGitHub <noreply@github.com>2017-12-12 17:26:02 -0700
commit27be66420a884fd8f000accf361349e244aad25d (patch)
tree833f3212c4832a06bf6624eac560699c9631557e
parente80a27d71397586b861ecef383dd5616ad7a2ec5 (diff)
downloadspack-27be66420a884fd8f000accf361349e244aad25d.tar.gz
spack-27be66420a884fd8f000accf361349e244aad25d.tar.bz2
spack-27be66420a884fd8f000accf361349e244aad25d.tar.xz
spack-27be66420a884fd8f000accf361349e244aad25d.zip
laghos: inject CXX (#6664)
-rw-r--r--var/spack/repos/builtin/packages/laghos/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/laghos/package.py b/var/spack/repos/builtin/packages/laghos/package.py
index e14f0591a1..3b6e23307c 100644
--- a/var/spack/repos/builtin/packages/laghos/package.py
+++ b/var/spack/repos/builtin/packages/laghos/package.py
@@ -53,6 +53,7 @@ class Laghos(MakefilePackage):
'share/mfem/config.mk'))
targets.append('TEST_MK=%s' % join_path(spec['mfem'].prefix,
'share/mfem/test.mk'))
+ targets.append('CXX=%s' % spec['mpi'].mpicxx)
return targets