summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/suite-sparse/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/suite-sparse/package.py b/var/spack/repos/builtin/packages/suite-sparse/package.py
index ab0df75410..ae2a99e737 100644
--- a/var/spack/repos/builtin/packages/suite-sparse/package.py
+++ b/var/spack/repos/builtin/packages/suite-sparse/package.py
@@ -62,12 +62,11 @@ class SuiteSparse(Package):
make_args = ['INSTALL=%s' % prefix]
- # inject Spack compiler wrappers
make_args.extend([
+ # By default, the Makefile uses the Intel compilers if
+ # they are found. This flag disables this behavior,
+ # forcing it to use Spack's compiler wrappers.
'AUTOCC=no',
- 'CC=%s' % self.compiler.cc,
- 'CXX=%s' % self.compiler.cxx,
- 'F77=%s' % self.compiler.f77,
# CUDA=no does NOT disable cuda, it only disables internal search
# for CUDA_PATH. If in addition the latter is empty, then CUDA is
# completely disabled. See