Merge pull request #325 from grauehaare/master
Adding maxima and its Dependencies
This commit is contained in:
commit
43ab7e2bf8
|
@ -1486,3 +1486,4 @@ liblxc.so.1 liblxc-1.0.0_1
|
|||
libtcmalloc.so.4 gperftools-2.1_1
|
||||
libaio.so.1 libaio-0.3.109_1
|
||||
libofx.so.6 libofx-0.9.9_2
|
||||
libsigsegv.so.2 libsigsegv-2.10_2
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'clisp'
|
||||
|
||||
pkgname="clisp"
|
||||
version="2.49"
|
||||
revision=1
|
||||
build_style=configure
|
||||
short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
|
||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="GPL2"
|
||||
homepage="http://clisp.cons.org"
|
||||
makedepends="ffcall readline-devel libsigsegv-devel"
|
||||
distfiles="http://downloads.sourceforge.net/sourceforge/clisp/clisp-${version}.tar.bz2"
|
||||
checksum="8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890"
|
||||
|
||||
pre_build() {
|
||||
# Need to increase the Limit
|
||||
ulimit -s 16384
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cd src
|
||||
make
|
||||
make check
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd src
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'maxima'
|
||||
|
||||
pkgname="maxima"
|
||||
version="5.32.1"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Computer Algebra System"
|
||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="GPL"
|
||||
homepage="http://maxima.sourceforge.net/"
|
||||
makedepends="perl clisp readline-devel"
|
||||
distfiles="http://downloads.sourceforge.net/project/maxima/Maxima-source/${version}-source/maxima-${version}.tar.gz"
|
||||
checksum="fc11b2d2b9eee3471f5b618ae87140d8b269d7715ac9258a2efc4d2683823d4f"
|
||||
|
Loading…
Reference in New Issue