Skip to content
Snippets Groups Projects
Commit 81d51843 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Point ravel download at the github release page.

parent b24aca6d
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,11 @@ class Ravel(Package): ...@@ -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:')
......
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