Add py-flye 2.6 (#13025)
This commit is contained in:
parent
24f8d1042b
commit
69acb024a5
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user