WarpX: 21.05 (#23543)

Add the latest release of WarpX.
This commit is contained in:
Axel Huebl 2021-05-10 14:04:33 -07:00 committed by GitHub
parent e58d07a819
commit 2913000d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ class Warpx(CMakePackage):
maintainers = ['ax3l', 'dpgrote', 'MaxThevenet', 'RemiLehe']
version('develop', branch='development')
version('21.05', sha256='f835f0ae6c5702550d23191aa0bb0722f981abb1460410e3d8952bc3d945a9fc')
version('21.04', sha256='51d2d8b4542eada96216e8b128c0545c4b7527addc2038efebe586c32c4020a0')
variant('app', default=True,
@ -84,6 +85,8 @@ class Warpx(CMakePackage):
depends_on('openpmd-api +mpi', when='+openpmd +mpi')
depends_on('pkgconfig', type='build', when='+psatd compute=omp')
depends_on('rocfft', when='+psatd compute=hip')
depends_on('rocprim', when='+psatd compute=hip')
depends_on('rocrand', when='+psatd compute=hip')
depends_on('llvm-openmp', when='%apple-clang compute=omp')
conflicts('~qed +qedtablegen',