Skip to content
Snippets Groups Projects
Commit 182e8f1b authored by Brad Barber's avatar Brad Barber
Browse files

Add patch for old builds in qh-get.htm

parent 9e617116
No related branches found
No related tags found
No related merge requests found
......@@ -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()?
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment