the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: givaro0
Version: 3.5.0
Revision: 1
Maintainer: Max Horn
BuildDepends: gmp5
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Source: https://forge.imag.fr/frs/download.php/133/givaro-%v.tar.gz
Source-MD5: 61b2260a455ddec830cf60ccb47fc886
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING COPYRIGHT Licence_CeCILL-B_V1-en.txt Licence_CeCILL-B_V1-fr.txt NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: gmp5-shlibs
Files: lib/libgivaro.0.dylib
Shlibs: %p/lib/libgivaro.0.dylib 4.0.0 %n (>= 3.5.0-1)
DocFiles: AUTHORS COPYING COPYRIGHT Licence_CeCILL-B_V1-en.txt Licence_CeCILL-B_V1-fr.txt NEWS README
<<
Description: Lib for arithmetic and algebraic computations
DescDetail: <<
Givaro is a C++ library for arithmetic and algebraic computations.
Its main features are implementations of the basic arithmetic of many
mathematical entities: Primes fields, Extensions Fields, Finite Fields,
Finite Rings, Polynomials, Algebraic numbers, Arbitrary precision
integers and rationals (C++ wrappers over gmp) It also provides
data-structures and templated classes for the manipulation of basic
algebraic objects, such as vectors, matrices (dense, sparse,
structured), univariate polynomials (and therefore recursive
multivariate).
<<
Homepage: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
License: Restrictive