WarpX: Development Branch (#17163)
* WarpX: Development Branch Update the name of our development branch. * WarpX version: develop keyword development is not a "newest"-like keyword, but `master`/`develop`/`dev` are. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Renamed: develop version Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
cc28493449
commit
064618e1ea
@ -20,7 +20,7 @@ class Warpx(MakefilePackage):
|
|||||||
|
|
||||||
maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
|
maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
|
||||||
|
|
||||||
version('master', tag='master')
|
version('develop', tag='development')
|
||||||
|
|
||||||
variant('dims',
|
variant('dims',
|
||||||
default='3',
|
default='3',
|
||||||
@ -55,7 +55,7 @@ class Warpx(MakefilePackage):
|
|||||||
|
|
||||||
resource(name='amrex',
|
resource(name='amrex',
|
||||||
git='https://github.com/AMReX-Codes/amrex.git',
|
git='https://github.com/AMReX-Codes/amrex.git',
|
||||||
when='@master',
|
when='@develop',
|
||||||
tag='development')
|
tag='development')
|
||||||
|
|
||||||
resource(name='picsar',
|
resource(name='picsar',
|
||||||
|
Loading…
Reference in New Issue
Block a user