summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/denovogear/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/denovogear/package.py')
-rw-r--r--var/spack/repos/builtin/packages/denovogear/package.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/denovogear/package.py b/var/spack/repos/builtin/packages/denovogear/package.py
index b5356d9e0a..e561a0477f 100644
--- a/var/spack/repos/builtin/packages/denovogear/package.py
+++ b/var/spack/repos/builtin/packages/denovogear/package.py
@@ -13,21 +13,21 @@ class Denovogear(CMakePackage):
to reduce the false positve rate."""
homepage = "https://github.com/denovogear/denovogear"
- url = "https://github.com/denovogear/denovogear/archive/v1.1.1.tar.gz"
+ url = "https://github.com/denovogear/denovogear/archive/v1.1.1.tar.gz"
- version('1.1.1', sha256='799fe99193e9cf12320893cf020a3251022f60a49de8677a1c5a18c578fe4be2')
- version('1.1.0', sha256='f818f80cd67183294c8aae312cad8311e6a9abede1f687567bb079d29f79c005')
+ version("1.1.1", sha256="799fe99193e9cf12320893cf020a3251022f60a49de8677a1c5a18c578fe4be2")
+ version("1.1.0", sha256="f818f80cd67183294c8aae312cad8311e6a9abede1f687567bb079d29f79c005")
- depends_on('cmake@3.1:', type=('build'))
+ depends_on("cmake@3.1:", type=("build"))
depends_on(
- 'boost@1.47:1.60'
- '+exception+filesystem+system+serialization+graph+iostreams+regex+math+container',
- type='build',
+ "boost@1.47:1.60"
+ "+exception+filesystem+system+serialization+graph+iostreams+regex+math+container",
+ type="build",
)
- depends_on('htslib@1.2:', type=('build'))
- depends_on('eigen', type=('build'))
- depends_on('zlib', type=('link'))
+ depends_on("htslib@1.2:", type=("build"))
+ depends_on("eigen", type=("build"))
+ depends_on("zlib", type=("link"))
- patch('stream-open.patch', when='@:1.1.1')
+ patch("stream-open.patch", when="@:1.1.1")
# fix: ordered comparison between pointer and zero.
- patch('newmat6.cpp.patch')
+ patch("newmat6.cpp.patch")