adding math dev libraries + associated tools

Requested by tmyklebu
This commit is contained in:
Gianni Gambetti 2015-02-26 12:25:33 -05:00
parent 99e7b27f05
commit 90de059156
1 changed files with 4 additions and 1 deletions

View File

@ -254,6 +254,9 @@ if @devel-full {
libffi-dev libidl-dev libelf-dev libdw-dev libaudit-dev
libsigc++-dev;
# more development libraries (floating point + math)
install libgmp-dev libmpfr-dev libmpc-dev libfplll-dev;
@x-core
install xorg-dev libgtk2.0-dev libqt4-dev
libsdl1.2-dev freeglut3-dev libgl1-mesa-dev libglu1-mesa-dev
@ -347,7 +350,7 @@ if @general-use {
# math
install graphviz r-recommended euler euler-doc gnuplot-doc
gap lp-solve mathomatic maxima maxima-doc
gap lp-solve mathomatic maxima maxima-doc fplll-tools
@!X gnuplot-nox
@X gnuplot-x11
@X rocs;