From 69acb024a5693d9cbabbb66c81b0957e68ef8995 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 3 Oct 2019 10:32:00 -0500 Subject: Add py-flye 2.6 (#13025) --- var/spack/repos/builtin/packages/py-flye/package.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-flye/package.py b/var/spack/repos/builtin/packages/py-flye/package.py index 589d41965b..03705a7a3a 100644 --- a/var/spack/repos/builtin/packages/py-flye/package.py +++ b/var/spack/repos/builtin/packages/py-flye/package.py @@ -11,11 +11,22 @@ class PyFlye(PythonPackage): reads""" homepage = "https://github.com/fenderglass/Flye" - url = "https://github.com/fenderglass/Flye/archive/2.4.2.tar.gz" + url = "https://github.com/fenderglass/Flye/archive/2.6.tar.gz" + version('2.6', sha256='5bdc44b84712794fa4264eed690d8c65c0d72f495c7bbf2cd15b634254809131') version('2.4.2', sha256='5b74d4463b860c9e1614ef655ab6f6f3a5e84a7a4d33faf3b29c7696b542c51a') - depends_on('python@2.7:2.8', type=('build', 'run')) + # https://github.com/fenderglass/Flye/blob/flye/docs/INSTALL.md + depends_on('python@2.7:2.8,3.5:', when='@2.6:', type=('build', 'run')) + depends_on('python@2.7:2.8', when='@:2.5', type=('build', 'run')) + depends_on('py-setuptools', when='@2.6:', type='build') + depends_on('gmake', type='build') + depends_on('zlib') + + msg = 'C++ compiler with C++11 support required' + conflicts('%gcc@:4.7', msg=msg) + conflicts('%clang@:3.2', msg=msg) + # Requires Apple Clang 5.0+ but no way to specify that right now def setup_environment(self, spack_env, run_env): if self.spec.target.family == 'aarch64': -- cgit v1.2.3-60-g2f50