Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21677

Added Files:
        zimpl.info 
Log Message:
New from tracker 1563919

--- NEW FILE: zimpl.info ---
Package: zimpl
Version: 2.05
Revision: 1
Description: Modeling language for optimization problems
License: GPL
Maintainer: Ojas Parekh <[EMAIL PROTECTED]>

# Dependencies:
BuildDepends: gmp (>= 4.1.2)
Depends: gmp-shlibs (>= 4.1.2)

# Unpack Phase:
Source: http://www.zib.de/koch/zimpl/download/%n-%v.tgz
Source-MD5: 20cef862b75e567412b34b6dc484d8c0
SourceDirectory: %n

# Patch Phase
PatchScript: <<
  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: <<
  install -d -m 755 %i/bin
  install -m 755 bin/%n-%v.*.opt %i/bin/zimpl
  install -d -m 755 %i/share/man/man1
  install -m 644 doc/zimpl.man %i/share/man/man1/zimpl.1
<<
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://www.zib.de/koch/zimpl/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to