From 182e8f1bb441302441a9a3c793f0fab09b4a1474 Mon Sep 17 00:00:00 2001 From: Brad Barber <bradb@shore.net> Date: Sat, 23 Jan 2010 12:25:24 -0500 Subject: [PATCH] Add patch for old builds in qh-get.htm --- html/qh-code.htm | 2 +- html/qh-get.htm | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/html/qh-code.htm b/html/qh-code.htm index d191821..0893fca 100644 --- a/html/qh-code.htm +++ b/html/qh-code.htm @@ -284,7 +284,7 @@ mystified the author or do not have a clear answer. See also in the code. Please add notes to <a href="http://gitorious.org/qhull/pages/Home">Gitorious wiki</a>. <ul> -<li>FIXUP QH10012 Should return reference, but get reference to temporary +<li>FIXUP QH11026 Should return reference, but get reference to temporary <pre>iterator Coordinates::operator++() { return iterator(++i); }</pre> <li>size() as size_t, size_type, or int <li>Should all containers have a reserve()? diff --git a/html/qh-get.htm b/html/qh-get.htm index d8fa2cb..538919e 100644 --- a/html/qh-get.htm +++ b/html/qh-get.htm @@ -63,7 +63,7 @@ width="100" height="100"></a> Qhull Downloads</h1> </p> </li> <li><a href="http://www.qhull.org/download/qhull-2009.1.1.tar.gz">Download: Qhull 2009.1.1 for Unix</a> (725K) - <p>Type: C source code for Unix systems</p> + <p>Type: C source code for Unix systems. Includes patch for qh_gethash.</p> <p>Patch release of Qhull 2009.1 with Autoconf/Automake/Libtool support [R. Laboissiere]. If using gcc 4.1, 4.2, or 4.3, please compile qset.c with -fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami]. @@ -71,7 +71,9 @@ width="100" height="100"></a> Qhull Downloads</h1> </p> </li> <li><a href="http://packages.debian.org/sid/libqhull5">Download: libqhull5 2009.1 for Debian Unix</a> (1.3M) - <p>Type: C source code for Unix systems</p> + <p>Type: C source code for Unix systems. Requires patch + <a href=http://www.qhull.org/download/poly.c-qh_gethash.patch>poly.c-qh_gethash.patch</a> + </p> <p>Qhull 2009.1 for Octave with Autoconf/Automake/Libtool support [R. Laboissiere]. If using gcc 4.1, 4.2, or 4.3, please compile qset.c with -fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami]. @@ -81,13 +83,17 @@ width="100" height="100"></a> Qhull Downloads</h1> <li><a href="http://www.qhull.org/download/qhull-2003.1-1mdk.i686.rpm">Download: - Qhull version 2003.1 i686 rpm</a> (670K) <p>Type: rpm build for Mandrake 9.2 and RedHat - [<a href="http://www.qhull.org/download/qhull.spec">qhull.spec</a>]</p> + Qhull version 2003.1 i686 rpm</a> (670K) + <p>Type: rpm build for Mandrake 9.2 and RedHat + [<a href="http://www.qhull.org/download/qhull.spec">qhull.spec</a>]. + Requires patch <a href=http://www.qhull.org/download/poly.c-qh_gethash.patch>poly.c-qh_gethash.patch</a> + </p> - <p>For other Linux systems, use the <a href="http://www.qhull.org/download/qhull-2003.1-1mdk.src.rpm">src rpm</a> [L. Mazet] - </li> + <p>For other Linux systems, use the <a href="http://www.qhull.org/download/qhull-2003.1-1mdk.src.rpm">src rpm</a> [L. Mazet]. + Requires patch <a href=http://www.qhull.org/download/poly.c-qh_gethash.patch>poly.c-qh_gethash.patch</a> + </p> - --> + </li> <li><a href=http://www6.uniovi.es/ftp/pub/mirrors/geom.umn.edu/software/ghindex.html>Spanish mirror site</a> <p>Download Qhull's -- GitLab