Swift/T: all packages (#3130)

* New package.py for ExM C-Utils: An initial package dependency for Swift/T
* New package.py for ADLB/X: A 2nd package dependency for Swift/T
* New package.py for Turbine
* New package.py for STC
This commit is contained in:
Justin M Wozniak
2017-02-17 13:35:45 -06:00
committed by Todd Gamblin
parent c2fa7b1254
commit 163bdfde93
4 changed files with 56 additions and 12 deletions

View File

@@ -29,8 +29,8 @@
class Exmcutils(AutotoolsPackage):
"""ExM C-Utils: Generic C utility library for ADLB/X and Swift/T"""
homepage = "http://swift-lang.org/Swift-T"
url = "http://swift-lang.github.io/swift-t-downloads/exmcutils-0.5.3.tar.gz"
homepage = 'http://swift-lang.org/Swift-T'
url = 'http://swift-lang.github.io/swift-t-downloads/exmcutils-0.5.3.tar.gz'
version('0.5.3', '0e3ed6cc2991c684cd8f08db45c99a39')