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:
Axel Huebl 2020-06-28 01:23:11 -07:00 committed by GitHub
parent cc28493449
commit 064618e1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ class Warpx(MakefilePackage):
maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
version('master', tag='master')
version('develop', tag='development')
variant('dims',
default='3',
@ -55,7 +55,7 @@ class Warpx(MakefilePackage):
resource(name='amrex',
git='https://github.com/AMReX-Codes/amrex.git',
when='@master',
when='@develop',
tag='development')
resource(name='picsar',