Merge pull request #6973 from thielema/glpk

enable comfort-glpk
This commit is contained in:
Adam Bergmark 2023-05-14 12:26:23 +02:00 committed by GitHub
commit a125ff8df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -506,6 +506,7 @@ packages:
- comfort-array
- comfort-array-shape
- comfort-fftw
- comfort-glpk
- concurrent-split
- cutter
- data-accessor
@ -531,6 +532,7 @@ packages:
- jack
- latex
- lazyio
- linear-programming
- markov-chain
- midi
- midi-alsa
@ -602,6 +604,8 @@ packages:
- hsshellscript < 0 # 3.5.0 compile fail https://github.com/commercialhaskell/stackage/issues/6762
- hyper
- storable-endian
- glpk-headers
- derive-storable
"Jeremy Barisch-Rooney <barischj@tcd.ie> @barischrooneyj":
- threepenny-gui-flexbox
@ -8034,6 +8038,9 @@ skipped-tests:
- captcha-2captcha
- captcha-capmonster
# @thielema
- glpk-headers
# Uses Cabal's "library internal" stanza feature
- s3-signer

View File

@ -52,6 +52,7 @@ apt-get install -y \
libglew-dev \
libglfw3-dev \
libglib2.0-dev \
libglpk-dev \
libglu1-mesa-dev \
libgmp3-dev \
libgnutls28-dev \