From 5e758b979e3cc34ad2d1baf1465cf7369c4ef633 Mon Sep 17 00:00:00 2001 From: scheibelp Date: Thu, 29 Mar 2018 12:24:35 -0700 Subject: update tests: concretize mpileaks with gcc (#7635) Fixes #7593 By default MacOS concretizes using the clang compiler. The unit tests include a call to "spack spec mpileaks", which has elfutils as a dependency; #7096 added a conflict in elfutils to avoid building with clang, which lead to the MacOS unit tests to start failing. This updates the concretization to force using gcc when concretizing mpileaks. --- share/spack/qa/run-unit-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests index 74f92c19c5..eacf4cd419 100755 --- a/share/spack/qa/run-unit-tests +++ b/share/spack/qa/run-unit-tests @@ -25,7 +25,7 @@ ${coverage_run} bin/spack -h ${coverage_run} bin/spack help -a # Profile and print top 20 lines for a simple call to spack spec -${coverage_run} bin/spack -p --lines 20 spec mpileaks +${coverage_run} bin/spack -p --lines 20 spec mpileaks%gcc # Run unit tests with code coverage ${coverage_run} bin/spack test "$@" -- cgit v1.2.3-60-g2f50