py-libensemble: add maintainer (#25543)
This commit is contained in:
parent
81e4155eaf
commit
37a1885deb
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ class PyLibensemble(PythonPackage):
|
|||
|
||||
homepage = "https://libensemble.readthedocs.io"
|
||||
pypi = "libensemble/libensemble-0.7.2.tar.gz"
|
||||
git = "https://github.com/Libensemble/libensemble.git"
|
||||
git = "https://github.com/Libensemble/libensemble.git"
|
||||
maintainers = ['shuds13']
|
||||
|
||||
version('develop', branch='develop')
|
||||
version('0.7.2', sha256='69b64304d1ecce4d57687ea6062f89bd813ae93b2a290bb1f595c5626ab6f197')
|
||||
|
|
Loading…
Reference in a new issue