Skip to content

Commit

Permalink
Add compass-2023-08-03 tags to albany and trilinos
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 1, 2023
1 parent 5e77332 commit 225afb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/albany/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Albany(CMakePackage):

maintainers("ikalash")

version('compass-2023-08-03', tag='compass-albany-2023-08-03')
version("develop", branch="master")

variant("debug", default=False,
Expand Down Expand Up @@ -75,6 +76,7 @@ class Albany(CMakePackage):
depends_on("trilinos-for-albany~superlu-dist+exodus+chaco~isorropia+tempus+teko~intrepid+intrepid2+minitensor+phalanx+pnetcdf+nox+piro+shards+stk+amesos2~amesos~hypre+ifpack2~mumps~suite-sparse+sandybridge~epetra~ifpack~ml+muelu~aztec+superlu+rol+frosch gotype=long_long", when="+sandybridge~epetra+optimization")

depends_on("trilinos-for-albany@develop", when="@develop")
depends_on("trilinos-for-albany@compass-2023-08-03", when="@compass-2023-08-03")

extends("python", when="+py")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class TrilinosForAlbany(CMakePackage):

# ###################### Versions ##########################

version('compass-2023-08-03', tag='compass-trilinos-2023-08-03')
version('xsdk-0.2.0', tag='xsdk-0.2.0')
version('develop', branch='develop')
version('master', branch='master')
Expand Down

0 comments on commit 225afb5

Please sign in to comment.