the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: zimpl
Version: 2.09
Revision: 2
Description: Modeling language for optimization problems
License: GPL
Maintainer: Ojas Parekh
# Dependencies:
BuildDepends: gmp (>= 4.1.2)
Depends: gmp-shlibs (>= 4.1.2)
# Unpack Phase:
Source: http://zimpl.zib.de/download/%n-%v.tgz
Source-MD5: 6824439f425e6c62b2e871e802f051b8
# Patch Phase
PatchScript: <<
install -d make/local
echo "CPPFLAGS += -I%p/include" > make/local/make.`hostname`
echo "LDFLAGS += -L%p/lib" >> make/local/make.`hostname`
<<
# Compile Phase:
CompileScript: make
# Test Phase:
InfoTest: <<
TestScript: make check || exit 2
<<
# Install Phase:
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install bin/zimpl %i/bin/
# /usr/bin/install -d %i/lib
# /bin/cp -R lib/libzimpl*.opt.a %i/lib/
# /usr/bin/install -d %i/include/zimpl
# /usr/bin/install -m 644 src/*.h %i/include/zimpl/
/usr/bin/install -d %i/share/man/man1
/usr/bin/install -m 644 doc/zimpl.man %i/share/man/man1/zimpl.1
/usr/bin/install -d %i/share/doc/%n
/bin/cp -R example %i/share/doc/%n/
<<
DocFiles: CHANGELOG README LICENSE doc/zimpl.pdf
DescDetail: <<
Zimpl allows the specification of certain optimization problems
-linear programs (LPs) and mixed integer programs (MIPs) - in a
high-level description language. These descriptions can be converted
into the LP or MPS file formats which are understood by LP and MIP
solvers.
<<
DescPackaging: <<
Descriptions taken from Joachim Reichel's debian package descriptions.
<<
Homepage: http://zimpl.zib.de/