Skip to content

Commit b503bb0

Browse files
committed
Update Albany to use Trilinos with GO=long long
1 parent 0c62013 commit b503bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

var/spack/repos/builtin/packages/albany/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Albany(CMakePackage):
4646

4747
# Add dependencies
4848
depends_on('mpi')
49-
depends_on('trilinos~superlu-dist+isorropia+tempus+rythmos+teko+intrepid+intrepid2+minitensor+phalanx+pnetcdf+nox+piro+rol+shards+stk+superlu@master,develop')
49+
depends_on('trilinos@master,develop~superlu-dist+isorropia+tempus+rythmos+teko+intrepid+intrepid2+minitensor+phalanx+pnetcdf+nox+piro+rol+shards+stk+superlu gotype=long_long')
5050

5151
def cmake_args(self):
5252
spec = self.spec

0 commit comments

Comments
 (0)