File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3636 if : startsWith(matrix.os[0], 'macos')
3737 run : |
3838 brew update
39- brew install texinfo bison flex gnu-sed gsl
39+ brew install texinfo bison flex gnu-sed gsl zlib
4040
4141 - name : Install in MSYS2
4242 if : matrix.os[0] == 'windows-latest'
Original file line number Diff line number Diff line change 4848# actual installation
4949if [ $try_brew -eq 1 ]; then
5050 CURRENT_USER=$( stat -f ' %Su' /dev/console)
51- sudo -u $CURRENT_USER brew install gettext texinfo bison flex gnu-sed gsl gmp mpfr
51+ sudo -u $CURRENT_USER brew install gettext texinfo bison flex gnu-sed gsl gmp mpfr zlib
5252 exit
5353fi
5454if [ $try_port -eq 1 ]; then
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ TARG_XTRA_OPTS=""
4040if [ " $( uname -s) " = " Darwin" ]; then
4141 # # Check if using brew
4242 if command -v brew & > /dev/null; then
43- TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) "
43+ TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) --with-system-zlib "
4444 fi
4545 # # Check if using MacPorts
4646 if command -v port & > /dev/null; then
47- TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) "
47+ TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) --with-system-zlib "
4848 fi
4949fi
5050
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ PROC_NR=$(getconf _NPROCESSORS_ONLN)
4242if [ " $( uname -s) " = " Darwin" ]; then
4343 # # Check if using brew
4444 if command -v brew & > /dev/null; then
45- TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) --with-mpc=$( brew --prefix libmpc) "
45+ TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) --with-mpc=$( brew --prefix libmpc) --with-system-zlib "
4646 fi
4747 # # Check if using MacPorts
4848 if command -v port & > /dev/null; then
49- TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) --with-mpc=$( port -q prefix libmpc) "
49+ TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) --with-mpc=$( port -q prefix libmpc) --with-system-zlib "
5050 fi
5151fi
5252
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ PROC_NR=$(getconf _NPROCESSORS_ONLN)
4242if [ " $( uname -s) " = " Darwin" ]; then
4343 # # Check if using brew
4444 if command -v brew & > /dev/null; then
45- TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) --with-mpc=$( brew --prefix libmpc) "
45+ TARG_XTRA_OPTS=" --with-gmp=$( brew --prefix gmp) --with-mpfr=$( brew --prefix mpfr) --with-mpc=$( brew --prefix libmpc) --with-system-zlib "
4646 fi
4747 # # Check if using MacPorts
4848 if command -v port & > /dev/null; then
49- TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) --with-mpc=$( port -q prefix libmpc) "
49+ TARG_XTRA_OPTS=" --with-gmp=$( port -q prefix gmp) --with-mpfr=$( port -q prefix mpfr) --with-mpc=$( port -q prefix libmpc) --with-system-zlib "
5050 fi
5151fi
5252
You can’t perform that action at this time.
0 commit comments