amrex: add in new version for xsdk [18.09.1, 18.10] (#9501)
This commit is contained in:
parent
a3ffaefebd
commit
91fbc59f22
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ class Amrex(CMakePackage):
|
|||
git = "https://github.com/AMReX-Codes/amrex.git"
|
||||
|
||||
version('develop', branch='development')
|
||||
version('18.10', commit='d37a266c38092e1174096e245326e9eead1f4e03') # tag:18.10
|
||||
version('18.09.1', commit='88120db4736c325a2d3d2c291adacaffd3bf224b') # tag:18.09.1
|
||||
|
||||
# Config options
|
||||
variant('dimensions', default='3',
|
||||
|
|
Loading…
Reference in a new issue