-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Milestone
Description
cygwin-standard
builds take too long because several system packages are not installed or recognized.
https://github.com/mkoeppe/sage/runs/525632833?check_suite_focus=true
configure: notice: the following SPKGs did not find equivalent system packages:
arb cbc cliquer eclib ecm fflas_ffpack flint fplll gf2x gfan givaro glpk gp2c gsl lcalc
libatomic_ops libsemigroups lrcalc m4ri m4rie mpfi nauty ncurses ntl openblas
pari pari_elldata pari_galdata pari_galpol pari_nftables pari_seadata pari_seadata_small
pcre planarity python3 r readline rw symmetrica tachyon zeromq
checking for the package system in use... cygwin
configure: hint: installing the following system packages is recommended and may avoid building some of the above SPKGs from source:
configure: $ # first install apt-cyg from https://github.com/transcode-open/apt-cyg
apt-cyg install libflint-devel libgsl-devel ncurses-devel libreadline-devel libzmq-devel
With this ticket (https://github.com/mkoeppe/sage/runs/528920665):
configure: notice: the following SPKGs did not find equivalent system packages:
arb cbc cliquer eclib ecm fflas_ffpack fplll gf2x gfan givaro gp2c gsl lcalc
libsemigroups lrcalc m4ri m4rie mpfi nauty openblas
pari pari_elldata pari_galdata pari_galpol pari_nftables pari_seadata pari_seadata_small
planarity r rw symmetrica tachyon zeromq
checking for the package system in use... cygwin
configure: hint: installing the following system packages is recommended and may avoid building some of the above SPKGs from source:
configure: $ # first install apt-cyg from https://github.com/transcode-open/apt-cyg
apt-cyg install libgsl-devel liblapack-devel libopenblas R libzmq-devel
Follow-up for BLAS at #29398.
Component: porting
Author: Matthias Koeppe
Branch/Commit: f29a168
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29397