summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordownloadico <download@carc.unm.edu>2022-08-04 16:40:56 -0600
committerGitHub <noreply@github.com>2022-08-04 15:40:56 -0700
commitd458d1feb2044d9de33a30ca82f73cb6748d09b3 (patch)
tree46c71864e9eda230f5dcee59429f1cb05b12c407 /var
parent68a1d558b146c6e98c16ca29eda596c5f231c065 (diff)
downloadspack-d458d1feb2044d9de33a30ca82f73cb6748d09b3.tar.gz
spack-d458d1feb2044d9de33a30ca82f73cb6748d09b3.tar.bz2
spack-d458d1feb2044d9de33a30ca82f73cb6748d09b3.tar.xz
spack-d458d1feb2044d9de33a30ca82f73cb6748d09b3.zip
tassel: add version 3.0.174 (#31917)
* tassel: add version 3.0.174 fix naming of 5.2.39 from "2017-07-22" * changed single quotes to double quotes to appease the gods ;) * fixed style issues
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/tassel/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/tassel/package.py b/var/spack/repos/builtin/packages/tassel/package.py
index 571ff5f323..1f05885059 100644
--- a/var/spack/repos/builtin/packages/tassel/package.py
+++ b/var/spack/repos/builtin/packages/tassel/package.py
@@ -13,7 +13,12 @@ class Tassel(Package):
homepage = "https://www.maizegenetics.net/tassel"
git = "https://bitbucket.org/tasseladmin/tassel-5-standalone.git"
- version("2017-07-22", commit="ae96ae75c3c9a9e8026140b6c775fa4685bdf531")
+ version("5.2.39", commit="ae96ae75c3c9a9e8026140b6c775fa4685bdf531")
+ version(
+ "3.0.174",
+ commit="612a92c0f677d6ec040c17e146671974a3cdc2da",
+ git="git://git.code.sf.net/p/tassel/tassel3-standalone.git",
+ )
depends_on("java", type=("build", "run"))
depends_on("perl", type=("build", "run"))