PDC: add version 0.2 and branches (#29572)

* Update package.py

* Update package.py

* Fixes on versions

* Fix style

* Remove code

* Include latest version and removed code

* Remove unecessary cmake dependency

* Apply suggestions
This commit is contained in:
Jean Luca Bez 2022-03-24 17:34:44 -07:00 committed by GitHub
parent e22fbdb6b8
commit 0a3d496db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,18 @@ class Pdc(CMakePackage):
metadata operations to find data objects."""
homepage = "https://pdc.readthedocs.io/en/latest/"
url = "https://github.com/hpc-io/pdc/archive/refs/tags/0.1.tar.gz"
url = "https://github.com/hpc-io/pdc/archive/refs/tags/0.3.tar.gz"
git = "https://github.com/hpc-io/pdc.git"
maintainers = ['houjun', 'sbyna']
version('0.3', sha256='14a3abd5e1e604f9527105709fca545bcdebe51abd2b89884db74d48a38b5443')
version('0.2', sha256='2829e74da227913a1a8e3e4f64e8f422ab9c0a049f8d73ff7b6ca12463959f8b')
version('0.1', sha256='01b4207ecf71594a7f339c315f2869b3fa8fbd34b085963dc4c1bdc5b66bb93e')
version('stable', branch='stable')
version('develop', branch='develop')
conflicts('%clang')
depends_on('libfabric')
depends_on('mercury')