summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/seqan/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/seqan/package.py')
-rw-r--r--var/spack/repos/builtin/packages/seqan/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/seqan/package.py b/var/spack/repos/builtin/packages/seqan/package.py
index 0677bfa9a7..018301509f 100644
--- a/var/spack/repos/builtin/packages/seqan/package.py
+++ b/var/spack/repos/builtin/packages/seqan/package.py
@@ -14,18 +14,18 @@ class Seqan(CMakePackage):
software tools with a minimal loss of performance"""
homepage = "https://www.seqan.de"
- url = "https://github.com/seqan/seqan/archive/seqan-v2.4.0.tar.gz"
+ url = "https://github.com/seqan/seqan/archive/seqan-v2.4.0.tar.gz"
- version('2.4.0', sha256='d7084d17729214003e84818e0280a16f223c8f1c6a30eeef040c27e0c0047bd7')
+ version("2.4.0", sha256="d7084d17729214003e84818e0280a16f223c8f1c6a30eeef040c27e0c0047bd7")
- depends_on('cmake@3.4.0:', type='build')
- depends_on('python@2.7.0:', type='build')
- depends_on('py-nose', type='build')
- depends_on('py-sphinx', type='build')
- depends_on('boost+exception+math+serialization+container', type=('build', 'link'))
- depends_on('zlib', type=('build', 'link'))
- depends_on('bzip2', type=('build', 'link'))
+ depends_on("cmake@3.4.0:", type="build")
+ depends_on("python@2.7.0:", type="build")
+ depends_on("py-nose", type="build")
+ depends_on("py-sphinx", type="build")
+ depends_on("boost+exception+math+serialization+container", type=("build", "link"))
+ depends_on("zlib", type=("build", "link"))
+ depends_on("bzip2", type=("build", "link"))
- conflicts('%intel@:16.0.4')
- conflicts('%gcc@:4.9.4')
- conflicts('%llvm@:3.5.1')
+ conflicts("%intel@:16.0.4")
+ conflicts("%gcc@:4.9.4")
+ conflicts("%llvm@:3.5.1")