ports-of-call: new version 1.1.0 (#29723)

Version 1.0.0 was uninstallable.
This commit is contained in:
Richard Berger 2022-03-28 11:30:57 -04:00 committed by GitHub
parent 9e169ae243
commit 6aedbb32da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@ class PortsOfCall(CMakePackage, CudaPackage):
"""Ports of Call: Performance Portability Utilities"""
homepage = "https://github.com/lanl/ports-of-call"
url = "https://github.com/lanl/ports-of-call/archive/refs/tags/v1.0.0.tar.gz"
url = "https://github.com/lanl/ports-of-call/archive/refs/tags/v1.1.0.tar.gz"
git = "https://github.com/lanl/ports-of-call.git"
maintainers = ['rbberger']
version("main", branch="main")
version('1.0.0', sha256='4f451a41baeb2f95d30760cf39279785dcd6e550b3ce5eac05ef0a258af67e03')
version('1.1.0', sha256='c47f7e24c82176b69229a2bcb23a6adcf274dc90ec77a452a36ccae0b12e6e39')
variant("doc", default=False, description="Sphinx Documentation Support")
variant("portability_strategy", description="Portability strategy backend",