Merge pull request #1466 from pramodk/develop
PDT should download full installer package
This commit is contained in:
commit
281f6f18e1
1 changed files with 5 additions and 3 deletions
|
@ -34,10 +34,12 @@ class Pdt(Package):
|
||||||
class library supporting common PDB operations.
|
class library supporting common PDB operations.
|
||||||
"""
|
"""
|
||||||
homepage = "https://www.cs.uoregon.edu/research/pdt/home.php"
|
homepage = "https://www.cs.uoregon.edu/research/pdt/home.php"
|
||||||
url = "https://www.cs.uoregon.edu/research/tau/pdt_releases/pdt-3.21.tar.gz"
|
|
||||||
|
|
||||||
version('3.21', '8df94298b71703decf680709a4ddf68f')
|
version('3.21', '3092ca0d8833b69992c17e63ae66c263')
|
||||||
version('3.19', 'ba5591994998771fdab216699e362228')
|
version('3.19', '5c5e1e6607086aa13bf4b1b9befc5864')
|
||||||
|
|
||||||
|
def url_for_version(self, version):
|
||||||
|
return 'https://www.cs.uoregon.edu/research/tau/pdt_releases/pdtoolkit-%s.tar.gz' % (version)
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure('-prefix=%s' % prefix)
|
configure('-prefix=%s' % prefix)
|
||||||
|
|
Loading…
Reference in a new issue