xsdk: add dealii (#7529)
This commit is contained in:
		 Denis Davydov
					Denis Davydov
				
			
				
					committed by
					
						 Satish Balay
						Satish Balay
					
				
			
			
				
	
			
			
			 Satish Balay
						Satish Balay
					
				
			
						parent
						
							b6b8c7058a
						
					
				
				
					commit
					18ca196753
				
			| @@ -160,8 +160,9 @@ class Dealii(CMakePackage, CudaPackage): | |||||||
|     depends_on('slepc@:3.6.3',     when='@:8.4.1+slepc+petsc+mpi') |     depends_on('slepc@:3.6.3',     when='@:8.4.1+slepc+petsc+mpi') | ||||||
|     depends_on('slepc~arpack',     when='+slepc+petsc+mpi+int64') |     depends_on('slepc~arpack',     when='+slepc+petsc+mpi+int64') | ||||||
|     depends_on('sundials~pthread', when='@9.0:+sundials') |     depends_on('sundials~pthread', when='@9.0:+sundials') | ||||||
|     depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+rol+sacado+teuchos',       when='+trilinos+mpi~int64~cuda') |     # do not require +rol to make concretization of xsdk possible | ||||||
|     depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+rol+sacado+teuchos~hypre', when='+trilinos+mpi+int64~cuda') |     depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado+teuchos',       when='+trilinos+mpi~int64~cuda') | ||||||
|  |     depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado+teuchos~hypre', when='+trilinos+mpi+int64~cuda') | ||||||
|     # FIXME: temporary disable Tpetra when using CUDA due to |     # FIXME: temporary disable Tpetra when using CUDA due to | ||||||
|     # namespace "Kokkos::Impl" has no member "cuda_abort" |     # namespace "Kokkos::Impl" has no member "cuda_abort" | ||||||
|     depends_on('trilinos@master+amesos+aztec+epetra+ifpack+ml+muelu+rol+sacado+teuchos~amesos2~ifpack2~intrepid2~kokkos~tpetra~zoltan2',       when='+trilinos+mpi~int64+cuda') |     depends_on('trilinos@master+amesos+aztec+epetra+ifpack+ml+muelu+rol+sacado+teuchos~amesos2~ifpack2~intrepid2~kokkos~tpetra~zoltan2',       when='+trilinos+mpi~int64+cuda') | ||||||
|   | |||||||
| @@ -71,6 +71,8 @@ class Xsdk(Package): | |||||||
|     depends_on('petsc@develop+trilinos+mpi+hypre+superlu-dist+metis+hdf5~mumps+double~int64', |     depends_on('petsc@develop+trilinos+mpi+hypre+superlu-dist+metis+hdf5~mumps+double~int64', | ||||||
|                when='@develop') |                when='@develop') | ||||||
|  |  | ||||||
|  |     depends_on('dealii@develop~python~doc~slepc~gmsh+petsc+mpi+trilinos~int64+hdf5~netcdf+metis', when='@develop') | ||||||
|  |  | ||||||
|     depends_on('pflotran@xsdk-0.3.0', when='@0.3.0') |     depends_on('pflotran@xsdk-0.3.0', when='@0.3.0') | ||||||
|     depends_on('pflotran@xsdk-0.2.0', when='@xsdk-0.2.0') |     depends_on('pflotran@xsdk-0.2.0', when='@xsdk-0.2.0') | ||||||
|     depends_on('pflotran@develop', when='@develop') |     depends_on('pflotran@develop', when='@develop') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user