rearrange
This commit is contained in:
parent
76006fc346
commit
18db930866
@ -73,14 +73,6 @@ def install(self, spec, prefix):
|
|||||||
'-DTPL_ENABLE_TBB:BOOL=ON'
|
'-DTPL_ENABLE_TBB:BOOL=ON'
|
||||||
])
|
])
|
||||||
|
|
||||||
# Amesos, conflicting types of double and complex SLU_D
|
|
||||||
# see https://trilinos.org/pipermail/trilinos-users/2015-March/004731.html
|
|
||||||
# and https://trilinos.org/pipermail/trilinos-users/2015-March/004802.html
|
|
||||||
options.extend([
|
|
||||||
'-DTeuchos_ENABLE_COMPLEX:BOOL=OFF',
|
|
||||||
'-DKokkosTSQR_ENABLE_Complex:BOOL=OFF'
|
|
||||||
])
|
|
||||||
|
|
||||||
# suite-sparse related
|
# suite-sparse related
|
||||||
options.extend([
|
options.extend([
|
||||||
'-DTPL_ENABLE_Cholmod:BOOL=ON',
|
'-DTPL_ENABLE_Cholmod:BOOL=ON',
|
||||||
@ -113,7 +105,14 @@ def install(self, spec, prefix):
|
|||||||
'-DSCALAPACK_LIBRARY_NAMES=scalapack' # FIXME: for MKL it's mkl_scalapack_lp64;mkl_blacs_mpich_lp64
|
'-DSCALAPACK_LIBRARY_NAMES=scalapack' # FIXME: for MKL it's mkl_scalapack_lp64;mkl_blacs_mpich_lp64
|
||||||
])
|
])
|
||||||
|
|
||||||
# superlu_dist
|
# superlu_dist:
|
||||||
|
# Amesos, conflicting types of double and complex SLU_D
|
||||||
|
# see https://trilinos.org/pipermail/trilinos-users/2015-March/004731.html
|
||||||
|
# and https://trilinos.org/pipermail/trilinos-users/2015-March/004802.html
|
||||||
|
options.extend([
|
||||||
|
'-DTeuchos_ENABLE_COMPLEX:BOOL=OFF',
|
||||||
|
'-DKokkosTSQR_ENABLE_Complex:BOOL=OFF'
|
||||||
|
])
|
||||||
options.extend([
|
options.extend([
|
||||||
'-DTPL_ENABLE_SuperLUDist:BOOL=ON',
|
'-DTPL_ENABLE_SuperLUDist:BOOL=ON',
|
||||||
'-DSuperLUDist_INCLUDE_DIRS=%s' % spec['superlu-dist'].prefix.include
|
'-DSuperLUDist_INCLUDE_DIRS=%s' % spec['superlu-dist'].prefix.include
|
||||||
@ -123,7 +122,6 @@ def install(self, spec, prefix):
|
|||||||
'-DHAVE_SUPERLUDIST_LUSTRUCTINIT_2ARG:BOOL=ON'
|
'-DHAVE_SUPERLUDIST_LUSTRUCTINIT_2ARG:BOOL=ON'
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
# disable due to compiler / config errors:
|
# disable due to compiler / config errors:
|
||||||
options.extend([
|
options.extend([
|
||||||
'-DTrilinos_ENABLE_SEACAS=OFF',
|
'-DTrilinos_ENABLE_SEACAS=OFF',
|
||||||
|
Loading…
Reference in New Issue
Block a user