ports-of-call: new version 1.1.0 (#29723)
Version 1.0.0 was uninstallable.
This commit is contained in:
parent
9e169ae243
commit
6aedbb32da
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user