camellia: fix hdf5 dependency (#11810)
* camellia: fix hdf5 dependency * camellia: Add comment
This commit is contained in:
		 t-karatsu
					t-karatsu
				
			
				
					committed by
					
						 Elizabeth Fischer
						Elizabeth Fischer
					
				
			
			
				
	
			
			
			 Elizabeth Fischer
						Elizabeth Fischer
					
				
			
						parent
						
							b517be2c68
						
					
				
				
					commit
					8ca5c3685a
				
			| @@ -22,7 +22,12 @@ class Camellia(CMakePackage): | ||||
|  | ||||
|     depends_on('trilinos+amesos+amesos2+belos+epetra+epetraext+exodus+ifpack+ifpack2+intrepid+intrepid2+kokkos+ml+muelu+sacado+shards+teuchos+tpetra+zoltan+mumps+superlu-dist+hdf5+zlib+pnetcdf@master,12.12.1:') | ||||
|     depends_on('moab@:4', when='+moab') | ||||
|     depends_on('hdf5@:1.8') | ||||
|  | ||||
|     # Cameilla needs hdf5 but the description "hdf5@:1.8" is | ||||
|     # determined that "1.8.10" or "1.8.21" does not work. | ||||
|     # See https://github.com/spack/spack/pull/8337 | ||||
|     depends_on('hdf5@:1.8.21') | ||||
|  | ||||
|     depends_on('mpi') | ||||
|  | ||||
|     def cmake_args(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user