We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06165f5 commit 526373dCopy full SHA for 526373d
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Install dependencies via Homebrew
121
run: |
122
brew update
123
- brew install cmake boost gmp bison flex readline ccache
+ brew install cmake boost gmp bison flex readline ccache autoconf automake libtool
124
125
- name: Install SMT solvers
126
contrib/install_yices2.sh
@@ -1,14 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-# Ensure autoreconf is available on macOS
5
-if [[ "$(uname)" == "Darwin" ]]; then
6
- if ! command -v autoreconf >/dev/null 2>&1; then
7
- echo "[INFO] Installing autoconf and automake via Homebrew (macOS)..."
8
- brew update
9
- brew install autoconf automake
10
- fi
11
-fi
12
13
# libpoly
14
pushd .
0 commit comments