Point ravel download at the github release page.
This commit is contained in:
parent
b24aca6da2
commit
81d518438c
@ -5,10 +5,11 @@ class Ravel(Package):
|
|||||||
orders events according to logical time."""
|
orders events according to logical time."""
|
||||||
|
|
||||||
homepage = "https://github.com/scalability-llnl/ravel"
|
homepage = "https://github.com/scalability-llnl/ravel"
|
||||||
|
url = 'https://github.com/scalability-llnl/ravel/archive/v1.0.0.tar.gz'
|
||||||
|
|
||||||
version('1.0.0', git="https://github.com/scalability-llnl/ravel.git",
|
version('1.0.0', 'b25fece58331c2adfcce76c5036485c2')
|
||||||
branch='master')
|
|
||||||
|
|
||||||
|
# TODO: make this a build dependency
|
||||||
depends_on('cmake@2.8.9:')
|
depends_on('cmake@2.8.9:')
|
||||||
|
|
||||||
depends_on('muster@1.0.1:')
|
depends_on('muster@1.0.1:')
|
||||||
|
Loading…
Reference in New Issue
Block a user