Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29397: Add more cygwin system packages
`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. URL: https://trac.sagemath.org/29397 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
- Loading branch information