[pmix] master branch uses git submodule config/oac (#36104)

* [pmix] master branch uses git submodule config/oac
* Add comment for future versions
This commit is contained in:
Stephen Sachs 2023-03-17 00:04:56 +01:00 committed by GitHub
parent 38383743e7
commit e341dac014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ class Pmix(AutotoolsPackage):
git = "https://github.com/openpmix/openpmix.git"
maintainers("rhc54")
version("master", branch="master")
# Branches 4.2 & 5.0 will also need submodules
version("master", branch="master", submodules=True)
version("4.1.2", sha256="670d3a02b39fb2126fe8084174cf03c484e027b5921b5c98a851108134e2597a")
version("4.1.1", sha256="0527a15d616637b95975d238bbc100b244894518fbba822cd8f46589ca61ccec")
version("4.1.0", sha256="145f05a6c621bfb3fc434776b615d7e6d53260cc9ba340a01f55b383e07c842e")