summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2020-06-02 22:09:39 -0500
committerGitHub <noreply@github.com>2020-06-02 22:09:39 -0500
commit5604c8d91aab3ce3191dd766e1bd79d661dac238 (patch)
treed1d6ce78d2ae6202fcfa8c0e27eb15d0b1c39b0c /var
parent0e71e8716a1e62a417cb4407e26ff60e233dae87 (diff)
downloadspack-5604c8d91aab3ce3191dd766e1bd79d661dac238.tar.gz
spack-5604c8d91aab3ce3191dd766e1bd79d661dac238.tar.bz2
spack-5604c8d91aab3ce3191dd766e1bd79d661dac238.tar.xz
spack-5604c8d91aab3ce3191dd766e1bd79d661dac238.zip
mummer4: new package at 4.0.0-beta2 (#16907)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mummer4/package.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mummer4/package.py b/var/spack/repos/builtin/packages/mummer4/package.py
new file mode 100644
index 0000000000..2ba974dca9
--- /dev/null
+++ b/var/spack/repos/builtin/packages/mummer4/package.py
@@ -0,0 +1,21 @@
+# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Mummer4(AutotoolsPackage):
+ """MUMmer is a versatil alignment tool for DNA and protein sequences."""
+
+ homepage = "https://github.com/mummer4/mummer"
+ url = "https://github.com/mummer4/mummer/releases/download/v4.0.0beta2/mummer-4.0.0beta2.tar.gz"
+
+ version('4.0.0beta2', sha256='cece76e418bf9c294f348972e5b23a0230beeba7fd7d042d5584ce075ccd1b93')
+
+ conflicts('%gcc@:4.7')
+
+ depends_on('perl@5.6.0:', type=('build', 'run'))
+ depends_on('awk', type='run')
+ depends_on('sed', type='run')