Nalu-Wind: Allow for standard versions of trilinos (#33620)
* Nalu-Wind: Allow for standard versions of trilinos This will allow us to utilize custom numeric versions for trilinos in `spack-manager` while we continue to develop `nalu-wind`. Pinging @eugeneswalker @jrood-nrel @tasmith4 * Update var/spack/repos/builtin/packages/nalu-wind/package.py
This commit is contained in:
		| @@ -51,7 +51,7 @@ class NaluWind(CMakePackage, CudaPackage): | |||||||
|     depends_on("mpi") |     depends_on("mpi") | ||||||
|     depends_on("yaml-cpp@0.5.3:") |     depends_on("yaml-cpp@0.5.3:") | ||||||
|     depends_on( |     depends_on( | ||||||
|         "trilinos@stable:" |         "trilinos@13:" | ||||||
|         "+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost" |         "+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost" | ||||||
|         "~superlu-dist~superlu+hdf5+shards~hypre+gtest" |         "~superlu-dist~superlu+hdf5+shards~hypre+gtest" | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 psakievich
					psakievich