Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
list more relevant system packages to install on Debian/Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 28, 2019
1 parent 6df5985 commit 0bad8b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/doc/en/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ you would use
libpcre3-dev libgd-dev libflint-dev libflint-arb-dev \
libsymmetrica2-dev gmp-ecm libecm-dev libisl-dev libgivaro-dev \
libpari-dev pari-gp2c libec-dev liblrcalc-dev \
libm4ri-dev libm4rie-dev liblfunction-dev lcalc
libm4ri-dev libm4rie-dev liblfunction-dev lcalc \
libopenblas-dev r-base-dev libgsl-dev libcliquer-dev cliquer


# redhat / fedora / centos
$ sudo yum install binutils xz gcc gcc-c++ gcc-gfortran make m4 perl \
Expand All @@ -240,7 +242,8 @@ you would use
pkg-config ntl-devel mpfr-devel libmpc-devel libsymmetrica-devel \
eclib-devel gmp-ecm-devel lrcalc-devel isl-devel givaro-devel \
pari-devel pari-elldata pari-seadata pari-galdata pari-galpol \
m4ri-devel m4rie-devel L-function-devel
m4ri-devel m4rie-devel L-function-devel \
openblas openblas-devel R R-devel gsl gsl-devel cliquer cliquer-devel

(These examples suppose that you choose to use a systemwide OpenSSL library.)
In addition, if you don't want Sage to build other packages that might be available from
Expand Down

0 comments on commit 0bad8b4

Please sign in to comment.