dealii, piranha, trilinos: remove mentions of non-existing variants (#20406)

This commit is contained in:
Massimiliano Culpo 2020-12-15 17:44:20 +01:00 committed by GitHub
parent 21f30e3074
commit 7501d9d150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View File

@ -219,7 +219,6 @@ class Dealii(CMakePackage, CudaPackage):
when='@9.0.0:9.1.1')
# Check for sufficiently modern versions
conflicts('cxxstd=98', when='@9.0:')
conflicts('cxxstd=11', when='@9.3:')
# Interfaces added in 8.5.0:

View File

@ -23,8 +23,8 @@ class Piranha(CMakePackage):
# Build dependencies
depends_on('cmake@3.2.0:', type='build')
extends('python', when='+pyranha')
depends_on('python@2.6:', type='build', when='+pyranha')
extends('python', when='+python')
depends_on('python@2.6:', type='build', when='+python')
# Other dependencies
depends_on('boost+iostreams+regex+serialization',

View File

@ -271,7 +271,6 @@ class Trilinos(CMakePackage, CudaPackage):
conflicts('+isorropia', when='~teuchos')
conflicts('+isorropia', when='~zoltan')
conflicts('+muelu', when='~teuchos')
conflicts('+muelu', when='~xpetra')
conflicts('+nox', when='~teuchos')
conflicts('+phalanx', when='~kokkos')
conflicts('+phalanx', when='~sacado')
@ -292,7 +291,6 @@ class Trilinos(CMakePackage, CudaPackage):
conflicts('+tpetra', when='~teuchos')
conflicts('+zoltan2', when='~teuchos')
conflicts('+zoltan2', when='~tpetra')
conflicts('+zoltan2', when='~xpetra')
conflicts('+zoltan2', when='~zoltan')
conflicts('+dtk', when='~boost')
@ -398,7 +396,6 @@ class Trilinos(CMakePackage, CudaPackage):
# Dependencies/conflicts when MPI is disabled
depends_on('hdf5~mpi', when='+hdf5~mpi')
conflicts('+parmetis', when='~mpi')
conflicts('+pnetcdf', when='~mpi')
patch('umfpack_from_suitesparse.patch', when='@11.14.1:12.8.1')