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

Added Files:
        porta.info porta.patch 
Log Message:
backport from 10.4


--- NEW FILE: porta.patch ---
diff -urN PORTA/src/inout.c PORTA.patched/src/inout.c
--- PORTA/src/inout.c   2002-11-25 10:56:38.000000000 -0500
+++ PORTA.patched/src/inout.c   2007-01-27 01:27:10.000000000 -0500
@@ -1474,7 +1474,7 @@
   }
   fprintf(fp,"\n");
   
-#if defined WIN32
+#ifndef WIN32
   free(sumie);
 #else // WIN32
   cfree(sumie);
diff -urN PORTA/src/porta.c PORTA.patched/src/porta.c
--- PORTA/src/porta.c   2002-09-20 09:08:39.000000000 -0400
+++ PORTA.patched/src/porta.c   2007-01-27 01:26:55.000000000 -0500
@@ -830,7 +830,7 @@
         porta_log( "\n");
     }   
     
-#if defined WIN32
+#ifndef WIN32
     free(denom);
 #else // WIN32
     cfree(denom);
diff -urN PORTA/src/valid.c PORTA.patched/src/valid.c
--- PORTA/src/valid.c   2002-09-20 09:08:39.000000000 -0400
+++ PORTA.patched/src/valid.c   2007-01-27 01:27:21.000000000 -0500
@@ -515,7 +515,7 @@
     
     integ_rekurs(eqsum,iesum,0);
     
-#if defined WIN32
+#ifndef WIN32
     free(integ);
 #else // WIN32
     cfree(integ);

                 

--- NEW FILE: porta.info ---
Package: porta
Version: 1.4.0
Revision: 1
Description: Routines for analyzing polyhedra
License: GPL
Maintainer: Ojas Parekh <[EMAIL PROTECTED]>

# Dependencies:

# Unpack Phase:
Source: http://www.zib.de/Optimization/Software/Porta/latest/%n-%v.tgz
Source-MD5: cf2c202bbc1e07f127cbf870d90aa100
SourceDirectory: PORTA

# Patch Phase
Patch: %n.patch

# Compile Phase:
CompileScript: (cd gnu-make; make) 

# Install Phase:
InstallScript: <<
  rm -rf gnu-make/bin/CVS
  rm -rf examples/CVS
  install -d -m 755 %i/bin
  install -m 755 gnu-make/bin/* %i/bin/
  install -d -m 755 %i/share/man
  tar xfmo man/man1.tar -C %i/share/man/
  chmod 755 %i/share/man/man1
  chmod 644 %i/share/man/man1/*
<<
DocFiles: COPYING INFO README examples

DescDetail: << 
PORTA is a collection of routines for analyzing polytopes and
polyhedra. The polyhedra are either given as the convex hull of a set
of points plus (possibly) the convex cone of a set of vectors, or as a
system of linear equations and inequalities.
<<

Homepage: http://www.zib.de/Optimization/Software/Porta/

                 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to