bpp-core: add v2.4.1 (#22172)

This commit is contained in:
Tomoyasu Nojiri 2021-03-08 18:19:19 +09:00 committed by GitHub
parent a0b5dcca3c
commit 39e30520ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class BppCore(CMakePackage):
homepage = "http://biopp.univ-montp2.fr/wiki/index.php/Installation"
url = "http://biopp.univ-montp2.fr/repos/sources/bpp-core-2.2.0.tar.gz"
version('2.4.1', sha256='1150b8ced22cff23dd4770d7c23fad11239070b44007740e77407f0d746c0af6')
version('2.2.0', sha256='aacd4afddd1584ab6bfa1ff6931259408f1d39958a0bdc5f78bf1f9ee4e98b79')
depends_on('cmake@2.6:', type='build')