summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beckingsale <davidbeckingsale@gmail.com>2015-11-23 15:58:33 -0800
committerDavid Beckingsale <davidbeckingsale@gmail.com>2015-11-23 15:58:33 -0800
commit38b83362b6caeaab56aa7f9c01889eafb77e6e18 (patch)
tree8f407ae7674ea12e70c9c6bdbd47334c72ff2a6a
parent679b617649286c95db15207cfdcf5326cbb151cf (diff)
downloadspack-38b83362b6caeaab56aa7f9c01889eafb77e6e18.tar.gz
spack-38b83362b6caeaab56aa7f9c01889eafb77e6e18.tar.bz2
spack-38b83362b6caeaab56aa7f9c01889eafb77e6e18.tar.xz
spack-38b83362b6caeaab56aa7f9c01889eafb77e6e18.zip
Updated url and description
-rw-r--r--var/spack/packages/cleverleaf/package.py13
1 files changed, 10 insertions, 3 deletions
diff --git a/var/spack/packages/cleverleaf/package.py b/var/spack/packages/cleverleaf/package.py
index a01a706c16..ddbe57f019 100644
--- a/var/spack/packages/cleverleaf/package.py
+++ b/var/spack/packages/cleverleaf/package.py
@@ -1,10 +1,17 @@
from spack import *
class Cleverleaf(Package):
- homepage = "http://www.example.com"
- url = "http://www.example.com/cleverleaf-1.0.tar.gz"
+ """
+ CleverLeaf is a hydrodynamics mini-app that extends CloverLeaf with Adaptive
+ Mesh Refinement using the SAMRAI toolkit from Lawrence Livermore National
+ Laboratory. The primary goal of CleverLeaf is to evaluate the application of
+ AMR to the Lagrangian-Eulerian hydrodynamics scheme used by CloverLeaf.
+ """
- version('develop', git='git@github.com:UK-MAC/CleverLeaf_ref.git', branch='develop')
+ homepage = "http://uk-mac.github.io/CleverLeaf/"
+ url = "https://github.com/UK-MAC/CleverLeaf/tarball/master"
+
+ version('develop', git='https://github.com/UK-MAC/CleverLeaf_ref.git', branch='develop')
depends_on("SAMRAI@3.8.0")