summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/trilinos/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py
index f6f24e967e..12212360a0 100644
--- a/var/spack/repos/builtin/packages/trilinos/package.py
+++ b/var/spack/repos/builtin/packages/trilinos/package.py
@@ -29,7 +29,6 @@ class Trilinos(Package):
depends_on('swig')
depends_on('metis')
depends_on('suite-sparse')
- depends_on('tbb')
# MPI related dependencies
depends_on('mpi')
@@ -75,7 +74,6 @@ class Trilinos(Package):
'-DTPL_ENABLE_Netcdf:BOOL=ON',
'-DTPL_ENABLE_HYPRE:BOOL=ON',
'-DTPL_ENABLE_HDF5:BOOL=ON',
- '-DTPL_ENABLE_TBB:BOOL=ON',
# Need to use MPI wrappers, otherwise: Undefined symbols for architecture x86_64: "_mpi_abort_","_mpi_allgatherv_", etc from MUMPS
'-DCMAKE_C_COMPILER=%s' % join_path(mpi_bin,'mpicc'), # FIXME: dont hardcode compiler name
'-DCMAKE_CXX_COMPILER=%s' % join_path(mpi_bin,'mpicxx'),