e4s ci: py-libensemble: activate variants (#34915)

This commit is contained in:
eugeneswalker 2023-01-16 01:57:28 -08:00 committed by GitHub
parent 590adf57d2
commit b9a16a599a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ spack:
- precice
- pumi
- py-jupyterhub
- py-libensemble
- py-libensemble +mpi +nlopt
- py-petsc4py
- py-warpx ^warpx dims=2
- py-warpx ^warpx dims=3

View File

@ -37,7 +37,7 @@ class PyLibensemble(PythonPackage):
version("0.2.0", sha256="ecac7275d4d0f4a5e497e5c9ef2cd998da82b2c020a0fb87546eeea262f495ff")
version("0.1.0", sha256="0b27c59ae80f7af8b1bee92fcf2eb6c9a8fd3494bf2eb6b3ea17a7c03d3726bb")
variant("mpi", default=False, description="Install with MPI")
variant("mpi", default=True, description="Install with MPI")
variant("scipy", default=False, description="Install with scipy")
variant("petsc4py", default=False, description="Install with petsc4py")
variant("nlopt", default=False, description="Install with nlopt")