Coin HSL package: add version 2019.05.21 (#19047)

This commit is contained in:
Jonathan Maack 2020-10-02 15:19:00 -06:00 committed by GitHub
parent 1ca753e5a6
commit 42c3327e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,18 @@ class Coinhsl(AutotoolsPackage):
# CoinHSL has a few versions that vary with respect to stability/features
# and licensing terms.
# Version 2015.06.23 is a full-featured "release candidate"
# Version 2019.05.21 is a full-featured "release candidate"
# version available via an "academic license" that can be used for
# personal teaching and research purposes only. For a full list of
# conditions, see http://www.hsl.rl.ac.uk/academic.html.
version('2015.06.23', sha256='3e955a2072f669b8f357ae746531b37aea921552e415dc219a5dd13577575fb3')
version('2019.05.21', sha256='95ce1160f0b013151a3e25d40337775c760a8f3a79d801a1d190598bf4e4c0c3')
# Version 2015.06.23 is a full-featured "stable"
# version available via an "academic license" that can be used for
# personal teaching and research purposes only. For a full list of
# conditions, see http://www.hsl.rl.ac.uk/academic.html.
version('2015.06.23', sha256='3e955a2072f669b8f357ae746531b37aea921552e415dc219a5dd13577575fb3',
preferred=True)
# Version 2014.01.17 is a full-featured "stable" version available
# via an "academic license" that can be used for personal teaching
@ -43,8 +50,7 @@ class Coinhsl(AutotoolsPackage):
# available as a "personal license" that is free to all, and
# permits commercial use, but *not redistribution* (emphasis from
# original source).
version('2014.01.10', sha256='7c2be60a3913b406904c66ee83acdbd0709f229b652c4e39ee5d0876f6b2e907',
preferred=True)
version('2014.01.10', sha256='7c2be60a3913b406904c66ee83acdbd0709f229b652c4e39ee5d0876f6b2e907')
# CoinHSL fails to build in parallel
parallel = False