Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15785/sci

Added Files:
        gfan.info gfan.patch 
Log Message:
New packages.
http://sourceforge.net/tracker/?func=detail&aid=3291988&group_id=17203&atid=414256
http://sourceforge.net/tracker/?func=detail&aid=3291985&group_id=17203&atid=414256

--- NEW FILE: gfan.info ---
Package: gfan
Version: 0.5
Revision: 1
Maintainer: Dustin Cartwright <dustin.cartwri...@gmail.com>
HomePage: http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html
License: GPL
Description: Computes Grobner fans and tropical varieties
DescDetail: <<
  Gfan is a software package for computing Grobner fans and tropical varieties,
  which are polyhedral fans associated to polynomial ideals. It contains many
  tools which are useful in the stody of Grobner bases, intial ideals, and
  tropical geometry.
<<
BuildDepends: fink (>= 0.24.12), gmp, cddlib
Source: http://www.math.tu-berlin.de/~jensen/software/gfan/gfan%v.tar.gz
Source-MD5: 2d76d1625e0766c57c2b3ece809c23c8
Source2: http://www.math.tu-berlin.de/~jensen/software/gfan/gfanmanual%v.pdf
Source2-MD5: 3151b479749ed03acddb82307253e081
SourceDirectory: gfan%v
PatchFile: %n.patch
PatchFile-MD5: bbc587529ecb535701f4df60bb3b91d5
GCC: 4.0
CompileScript: <<
  make gmppath=%p cddpath=%p
<<
InfoTest: <<
  TestScript: <<
    ./gfan _test
  <<
<<
DocFiles: COPYING ../gfanmanual%v.pdf
InstallScript: make -j1 install PREFIX=%i
DescPort: <<
  The patch changes the installlinks command to create links with relative
  instead of absolute paths, which would break under fink.
<<
UseMaxBuildJobs: true

--- NEW FILE: gfan.patch ---
diff -ru gfan0.5/application.cpp gfan0.5-patched/application.cpp
--- gfan0.5/application.cpp     2011-01-25 16:33:16.000000000 +0100
+++ gfan0.5-patched/application.cpp     2011-05-18 22:46:02.000000000 +0200
@@ -547,7 +547,7 @@
        if(strlen(p->name())>0)
          {
            char c[1024];
-           sprintf(c,"ln -s %s%s %s%s%s\n",path,name,path,name,p->name());
+           sprintf(c,"ln -s %s %s%s%s\n",name,path,name,p->name());
            fprintf(stderr,"%s",c);
            system(c);
          }
diff -ru gfan0.5/testsuite/0056WeildDivisor/command 
gfan0.5-patched/testsuite/0056WeildDivisor/command
--- gfan0.5/testsuite/0056WeildDivisor/command  2011-01-25 16:33:19.000000000 
+0100
+++ gfan0.5-patched/testsuite/0056WeildDivisor/command  2011-05-18 
22:52:23.000000000 +0200
@@ -1 +1 @@
-%s _tropicalhypersurface >temp1.poly ; %s _tropicalweildivisor -i1 temp1.poly 
-i2 func.poly > temp2.poly ; %s _tropicalweildivisor -i1 temp2.poly -i2 
func.poly | grep MULTIPLICITIES -A1
+%s _tropicalhypersurface >temp1.poly ; %s _tropicalweildivisor -i1 temp1.poly 
-i2 testsuite/0056WeildDivisor/func.poly > temp2.poly ; %s _tropicalweildivisor 
-i1 temp2.poly -i2 testsuite/0056WeildDivisor/func.poly | grep MULTIPLICITIES 
-A1


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to