Skip to content

Commit

Permalink
compatiblity with GHC 9.12 and random-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Jan 12, 2025
1 parent 37f4784 commit 777e65b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: Install dependencies
run: |
brew install nlopt
whereis libnlopt.dylib
ls $(brew --prefix)/nlopt/2.9.1/lib/
echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}"
echo "PKG_CONFIG_PATH=$(brew --prefix)/nlopt/2.9.1/lib/pkgconfig" >> "${GITHUB_ENV}"
Expand All @@ -92,11 +92,11 @@ jobs:
name: Build binary
run: |
mkdir dist
cabal install srtree:egraphGP --install-method=copy --overwrite-policy=always --installdir=dist
cabal install srtree:egraphSearch --install-method=copy --overwrite-policy=always --installdir=dist
cabal install srtree:srtools --install-method=copy --overwrite-policy=always --installdir=dist
cabal install srtree:rEGGression --install-method=copy --overwrite-policy=always --installdir=dist
cabal install srtree:srsimplify --install-method=copy --overwrite-policy=always --installdir=dist
stack build srtree:egraphGP --copy-bins --local-bin-path=dist --flag nlopt:use-pkg-config
stack build srtree:egraphSearch --copy-bins --local-bin-path=dist --flag nlopt:use-pkg-config
stack build srtree:srtools --copy-bins --local-bin-path=dist --flag nlopt:use-pkg-config
stack build srtree:rEGGression --copy-bins --local-bin-path=dist --flag nlopt:use-pkg-config
stack build srtree:srsimplify --copy-bins --local-bin-path=dist --flag nlopt:use-pkg-config
- if: matrix.os == 'windows-latest'
name: Set extension to .exe on Windows
Expand Down

0 comments on commit 777e65b

Please sign in to comment.