the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: lie
Version: 2.2.2
Revision: 1
Source: http://young.sp2mi.univ-poitiers.fr/~marc/LiE/conLiE.tar.gz
Source-MD5: b6af27a24fd2ee39c7a15a7f5927af91
SourceRename: LiE-%v.tar.gz
SourceDirectory: LiE
License: Public Domain
BuildDepends: readline5
Depends: readline5-shlibs
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
PatchScript: <<
# force Apple's headers to be really ANSI compliant
perl -pi -e 's|( \-ansi )|$1\-D_ANSI_SOURCE |g' Makefile
# put Apple's fake libreadline back into the closet
perl -pi -e 's|lreadline|L%p/lib -lreadline|g' Makefile
#
perl -pi -e 's|\`/bin/pwd\`|%p/lib/%n|g' make_lie
<<
CompileScript: make
InstallScript: <<
#!/bin/sh -ex
/usr/bin/install -d %i/lib/%n %i/bin/
/bin/cp -p INFO* LEARN* Lie.exe %i/lib/%n
/bin/cp -p lie %i/bin
<<
DocFiles: README
Description: Specialized computer algebra package
DescDetail: <<
LiE is a computer algebra system that is specialised
in computations involving (reductive) Lie groups and
their representations.
It is publicly available for free in source code.
<<
DescPackaging: <<
The correct description
"Computer algebra package for Lie group computations"
cannot be used, because the name "Lie" makes the fink
validator freak out.
<<
Maintainer: Martin Costabel
Homepage: http://young.sp2mi.univ-poitiers.fr/~marc/LiE/