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

Added Files:
        qhull.info qhull.patch 
Log Message:
er, removed wrong one


--- NEW FILE: qhull.info ---
Package: qhull
Version: 2002.1
Revision: 13
Description: Calculate convex hulls and related structures
License: BSD
Maintainer: Stefan Langerman <f...@slef.org>
Source: http://www.thesa.com/software/qhull/files/qhull-%v.tgz
Source-MD5: c86d0a6356929b44a3cc8a0ab80a78a4
SourceDirectory: qhull%v
BuildDepends: fink (>= 0.24.12-1)
Conflicts: %n5, %n5-dev, %n6, %n6-dev
Replaces: %n5, %n5-dev, %n6, %n6-dev
PatchFile: %n.patch
PatchFile-MD5: 40e137bcce91e051c3456d7ba0668b5c
CompileScript: <<
(cd src; make)
<<
InstallScript: <<
mkdir -p %i/bin/
mkdir -p %i/share/man/man1/
(cd src; make install BINDIR=%i/bin MANDIR=%i/share/man/man1)
mkdir -p %i/lib/
mv src/libqhull.a %i/lib/
mkdir -p %i/include/qhull
mv src/*.h %i/include/qhull
<<
DocFiles: Announce.txt COPYING.txt README.txt REGISTER.txt
Homepage: http://www.thesa.com/software/qhull/
DescDetail: <<
Qhull computes convex hulls, Delaunay triangulations, halfspace 
intersections about a point, Voronoi diagrams, furthest-site 
Delaunay triangulations, and furthest-site Voronoi diagrams. 
It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements 
the Quickhull algorithm for computing the convex hull. Qhull 
handles roundoff errors from floating point arithmetic. It 
computes volumes, surface areas, and approximations to the 
convex hull.
<<

--- NEW FILE: qhull.patch ---
diff -Naur qhull2002.1/src/Makefile qhull2002.1-patched/src/Makefile
--- qhull2002.1/src/Makefile    Wed Aug 28 23:16:24 2002
+++ qhull2002.1-patched/src/Makefile    Tue Jan 27 14:00:48 2004
@@ -43,7 +43,7 @@
 #for Gnu's gcc compiler -O2 for optimization, -g for debugging, -Wall for check
 #
 CC     = gcc
-CCOPTS1 = -O2 -ansi 
+CCOPTS1 = -O2 -ansi -fno-common
 
 # for Sun's cc compiler, -fast or O2 for optimization, -g for debugging, -Xc 
for ANSI
 #CC = cc
diff -Naur qhull2002.1/src/Makefile.txt qhull2002.1-patched/src/Makefile.txt
--- qhull2002.1/src/Makefile.txt        Wed Aug 28 23:16:24 2002
+++ qhull2002.1-patched/src/Makefile.txt        Tue Jan 27 14:01:10 2004
@@ -43,7 +43,7 @@
 #for Gnu's gcc compiler -O2 for optimization, -g for debugging, -Wall for check
 #
 CC     = gcc
-CCOPTS1 = -O2 -ansi 
+CCOPTS1 = -O2 -ansi -fno-common
 
 # for Sun's cc compiler, -fast or O2 for optimization, -g for debugging, -Xc 
for ANSI
 #CC = cc


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to