the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: yacas
Version: 1.0.61
Revision: 2
Architecture: powerpc
Source: http://yacas.sourceforge.net/backups/yacas-%v.tar.gz
Source-MD5: 792e0fe402e275c2cbc04e4149595c03
GCC: 3.3
SetCC: gcc-3.3
SetCXX: g++-3.3
SetLDFLAGS: -lltdl
PatchScript: <<
perl -pi~ -e 's/need_relink=yes/need_relink=no/' ltmain.sh
perl -pi~ -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
<<
BuildDepends: gsl, gmp (>= 4.1.4-1), libmpfr1, libtool14
Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs, %N-shlibs
ConfigureParams: --with-numlib=gmp --disable-dependency-tracking
CompileScript: <<
#!/bin/bash -ev
export DYLD_LIBRARY_PATH=`pwd`/src/.libs/
./configure %c
make
<<
SplitOff: <<
Package: %N-shlibs
Depends: gsl-shlibs, gmp-shlibs (>= 4.1.4-1), libmpfr1-shlibs
Files: lib/*
Shlibs: <<
%p/lib/libcyacas.0.0.0.dylib 1.0.0 %n (>=1.0.56-1)
%p/lib/libgmpnumbers.0.0.0.dylib 1.0.0 %n (>=1.0.56-1)
%p/lib/libyacas.0.0.0.dylib 1.0.0 %n (>=1.0.56-1)
%p/lib/libyacasplatform.0.0.0.dylib 1.0.0 %n (>=1.0.56-1)
%p/lib/yacas/libmath.0.0.0.dylib 1.0.0 %n (>=1.0.56-1)
<<
<<
Description: Yet Another Computer Algebra System
DescDetail: <<
YACAS is an easy to use, general purpose Computer Algebra System, a
program for symbolic manipulation of mathematical expressions. It uses
its own programming language designed for symbolic as well as
arbitrary-precision numerical computations. The system has a library
of scripts that implement many of the symbolic algebra operations; new
algorithms can be easily added to the library. YACAS comes with
extensive documentation (320+ pages) covering the scripting language,
the functionality that is already implemented in the system, and the
algorithms we used.
<<
License: GPL/LGPL
Maintainer: Corey Halpin
Homepage: http://yacas.sourceforge.net/