Skip to content
Snippets Groups Projects
Commit 2e5c9eb2 authored by eugeneswalker's avatar eugeneswalker Committed by Adam J. Stewart
Browse files

upcxx depends on python 2 >= 2.7.5 (#14462)

parent 43669775
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ class Upcxx(Package): ...@@ -23,6 +23,7 @@ class Upcxx(Package):
Access (RMA) and Remote Procedure Call (RPC).""" Access (RMA) and Remote Procedure Call (RPC)."""
homepage = "https://upcxx.lbl.gov" homepage = "https://upcxx.lbl.gov"
maintainers = ['bonachea']
version('2019.9.0', sha256='7d67ccbeeefb59de9f403acc719f52127a30801a2c2b9774a1df03f850f8f1d4') version('2019.9.0', sha256='7d67ccbeeefb59de9f403acc719f52127a30801a2c2b9774a1df03f850f8f1d4')
version('2019.3.2', sha256='dcb0b337c05a0feb2ed5386f5da6c60342412b49cab10f282f461e74411018ad') version('2019.3.2', sha256='dcb0b337c05a0feb2ed5386f5da6c60342412b49cab10f282f461e74411018ad')
...@@ -37,6 +38,7 @@ class Upcxx(Package): ...@@ -37,6 +38,7 @@ class Upcxx(Package):
msg='None is unacceptable on Cray.') msg='None is unacceptable on Cray.')
depends_on('cuda', when='+cuda') depends_on('cuda', when='+cuda')
depends_on('python@2.7.5:2.999', type=("build", "run"))
def url_for_version(self, version): def url_for_version(self, version):
if version > Version('2019.3.2'): if version > Version('2019.3.2'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment