portcullis: add v1.2.3 (#27661)

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Luis Yanes 2021-12-01 12:34:52 +00:00 committed by GitHub
parent 6e90a853f4
commit 4859649229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,16 @@
class Portcullis(AutotoolsPackage):
"""PORTable CULLing of Invalid Splice junctions"""
homepage = "https://github.com/maplesond/portcullis"
url = "https://github.com/maplesond/portcullis/archive/Release-1.1.2.tar.gz"
homepage = "https://github.com/EI-CoreBioinformatics/portcullis"
url = "https://github.com/EI-CoreBioinformatics/portcullis/archive/refs/tags/Release-1.1.2.tar.gz"
version('1.2.3', sha256='172452b5cef12a8dcc2c1c68527000743114136ee63a0dbe307ac4e2a816bc99')
version('1.1.2', sha256='5c581a7f827ffeecfe68107b7fe27ed60108325fd2f86a79d93f61b328687749')
depends_on('autoconf@2.53:', type='build')
depends_on('automake@1.11:', type='build')
depends_on('libtool@2.4.2:', type='build')
depends_on('boost')
depends_on('m4', type='build')
depends_on('zlib', type='build')
@ -53,7 +55,3 @@ def patch(self):
def build(self, spec, prefix):
# build manpages
make('man')
# run boost build script
sh = which('sh')
sh('build_boost.sh')