wok-current rev 24599
updated giac (1.5.0.85 -> 1.7.0.47)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 02 07:39:53 2022 +0100 (2022-03-02) |
parents | bbb38f5d2cd9 |
children | 8691816c33c5 |
files | giac/description.txt giac/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/giac/description.txt Wed Mar 02 07:39:53 2022 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +Giac/Xcas is a free computer algebra system for Windows, Mac OS X and 1.5 +Linux/Unix. 1.6 + 1.7 +Xcas is an interface to perform computer algebra, function graphs, 1.8 +interactive geometry (2-d and 3-d), spreadsheet and statistics, 1.9 +programmation. It may be used as a replacement for high end graphic 1.10 +calculators for example on netbooks (for about the same price as a 1.11 +calculator but with much more performances). 1.12 + 1.13 +Xcas is based on the FLTK graphic toolkit, there is an alternate less 1.14 +mature interface based on QT named qcas. 1.15 + 1.16 +Xcas offline in your browser is an interface to Giac with less 1.17 +functionnalities but working in a compatible browser without 1.18 +installation, Firefox is recommended. 1.19 + 1.20 +Giac is a C++ library, it is the CAS computing kernel, it may be used 1.21 +inside other C++ programs, and also Python, Java and Javascript programs.
2.1 --- a/giac/receipt Wed Mar 02 07:25:16 2022 +0100 2.2 +++ b/giac/receipt Wed Mar 02 07:39:53 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="giac" 2.7 -VERSION="1.5.0.85" 2.8 +VERSION="1.7.0.47" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="A free computer algebra system." 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 @@ -12,10 +12,10 @@ 2.13 WGET_URL="https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/$TARBALL" 2.14 2.15 DEPENDS="cocoalib fltk gf2x gmp gsl libpng mpfr ntl pari readline" 2.16 -BUILD_DEPENDS="bison cocoalib expat-dev fltk-2.0.x-gl fltk-dev gf2x-dev 2.17 - gfortran gmp-dev gsl-dev libboost-system-dev libpng-dev 2.18 - libtool libxml2-dev mesa-dev mpfr-dev ntl pari-dev readline-dev 2.19 - xorg-libX11-dev xorg-libXinerama-dev" # lapack 2.20 +BUILD_DEPENDS="bison cocoalib expat-dev fltk-2.0.x-gl fltk-dev gf2x-dev 2.21 + gfortran gmp-dev gsl-dev libboost-system-dev libpng-dev 2.22 + libtool libxml2-dev mesa-dev mpfr-dev ntl pari-dev py3k 2.23 + readline-dev xorg-libX11-dev xorg-libXinerama-dev" # lapack 2.24 2.25 # What is the latest version available today? 2.26 current_version() 2.27 @@ -28,11 +28,14 @@ 2.28 compile_rules() 2.29 { 2.30 sed -i 's| doc | |' Makefile* 2.31 + 2.32 cp /usr/include/FL/Fl_PostScript.H /usr/include/FL/Fl_PostScript.H.ORG 2.33 cp /usr/include/FL/Fl_Input.H /usr/include/FL/Fl_Input.H.ORG 2.34 + 2.35 sed -i 's/protected:/public:/' \ 2.36 /usr/include/FL/Fl_Input.H \ 2.37 /usr/include/FL/Fl_PostScript.H 2.38 + 2.39 export LDFLAGS="$LDFLAGS -lgf2x -lboost_system" 2.40 2.41 ./configure $CONFIGURE_ARGS && 2.42 @@ -46,5 +49,5 @@ 2.43 # Rules to gen a SliTaz package suitable for Tazpkg. 2.44 genpkg_rules() 2.45 { 2.46 - cp -a $install/* $fs 2.47 + cp -a $install/* $fs 2.48 }