clp and osi depend on pkgconfig (#31505)

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
miheer vaidya 2023-06-24 07:34:56 -06:00 committed by GitHub
parent d5bb152165
commit 9a30ba1a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class Clp(AutotoolsPackage):
depends_on("pkgconfig", type="build")
depends_on("coinutils")
depends_on("osi")
depends_on("pkgconfig", type="build")
version("1.17.7", sha256="c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5")
version("1.17.6", sha256="afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9")

View File

@ -22,6 +22,7 @@ class Osi(AutotoolsPackage):
depends_on("pkgconfig", type="build")
depends_on("coinutils")
depends_on("pkgconfig", type="build")
version("0.108.8", sha256="8b01a49190cb260d4ce95aa7e3948a56c0917b106f138ec0a8544fadca71cf6a")
version("0.108.7", sha256="f1bc53a498585f508d3f8d74792440a30a83c8bc934d0c8ecf8cd8bc0e486228")