Add branch with bugfix (#8355)
This commit is contained in:
parent
f42afc6168
commit
20a89ca326
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ class Meraculous(CMakePackage):
|
|||
homepage = "http://jgi.doe.gov/data-and-tools/meraculous/"
|
||||
url = "https://downloads.sourceforge.net/project/meraculous20/Meraculous-v2.2.4.tar.gz"
|
||||
|
||||
version('2.2.5.1',
|
||||
git="https://bitbucket.org/berkeleylab/genomics-meraculous2.git",
|
||||
branch="release-2.2.5.1")
|
||||
version('2.2.4', '349feb6cb178643a46e4b092c87bad3a')
|
||||
|
||||
depends_on('perl', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue