summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2020-02-11 20:47:50 -0800
committerGitHub <noreply@github.com>2020-02-11 20:47:50 -0800
commitb5a3ee636bb22a84756c4a9d212dffc87ad783e6 (patch)
treecec0b1b0a7388bee6f6352bfd243af9f99dfbc7e
parent78ce1c7ce4dca74acf81f3332237d47cf81cdad2 (diff)
downloadspack-b5a3ee636bb22a84756c4a9d212dffc87ad783e6.tar.gz
spack-b5a3ee636bb22a84756c4a9d212dffc87ad783e6.tar.bz2
spack-b5a3ee636bb22a84756c4a9d212dffc87ad783e6.tar.xz
spack-b5a3ee636bb22a84756c4a9d212dffc87ad783e6.zip
WarpX: master is the new develop (#14898)
WarpX removed the `dev` branch in favor of a simpler, `master`-centric development model. `master` is the new development branch and there is no stable branch anymore (we use tags and release branches instead).
-rw-r--r--var/spack/repos/builtin/packages/warpx/package.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/warpx/package.py b/var/spack/repos/builtin/packages/warpx/package.py
index 6873bdf9d1..7755beba9c 100644
--- a/var/spack/repos/builtin/packages/warpx/package.py
+++ b/var/spack/repos/builtin/packages/warpx/package.py
@@ -18,8 +18,9 @@ class Warpx(MakefilePackage):
homepage = "https://ecp-warpx.github.io/index.html"
git = "https://github.com/ECP-WarpX/WarpX.git"
+ maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
+
version('master', tag='master')
- version('dev', tag='dev')
depends_on('mpi')
@@ -40,11 +41,6 @@ class Warpx(MakefilePackage):
resource(name='amrex',
git='https://github.com/AMReX-Codes/amrex.git',
when='@master',
- tag='master')
-
- resource(name='amrex',
- git='https://github.com/AMReX-Codes/amrex.git',
- when='@dev',
tag='development')
resource(name='picsar',