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

Update download page for qhull-2009.1.1

parent 7ed4a398
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ width="100" height="100"></a> Qhull Downloads</h1>
<p>Includes documentation, source files, a simple Makefile, DevStudio project files, and Qt project files.
Includes preliminary C++ support.
The C++ interface may change without notice.
If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
-fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
</p>
......@@ -54,22 +54,23 @@ width="100" height="100"></a> Qhull Downloads</h1>
<p>Type: git repository for Qhull</b>
<p>Includes documentation, source files, C++ interface,
and test programs. The C++ interface may change without notice.
If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
-fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
</p>
</li>
<!---
<li><a href="http://www.qhull.org/download/qhull-2010.1.tgz">Download: Qhull 2010.1 for Unix</a> (725K)
<li><a href="http://www.qhull.org/download/qhull-2009.1.1.tgz">Download: Qhull 2009.1.1 for Unix</a> (725K)
<p>Type: C source code for Unix systems</p>
<p>Includes documentation, source files, and Autoconf/Automake/Libtool
support [R. Laboissiere]. Includes preliminary C++ support.
If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
<p>Patch release of Qhull 2009.1 with Autoconf/Automake/Libtool
support [R. Laboissiere]. Fixed negative result of qh_gethash.
If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
-fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
</p>
</li>
<!---
<li><a href=http://savannah.nongnu.org/files/?group=qhull>Download: Qhull 2002.1 for Unix</a>
<p>Includes documentation, source files, and a configure Makefile.
......
......@@ -120,6 +120,11 @@ qhull 2010.1 2010/01/09
- Order object files by frequency of execution for better locality.
- Fix tabs in Makefile.txt [mschamschula]
qhull 2009.1.1 2010/01/09
Patch release of 2009.1 with poly.c-qh_gethash.patch from gitorious.org/qhull
qh_gethash allowed a negative result, causing overwrite or segfault
qhull 2010.1 2010/01/07
- Assign type to qh.old_qhstat and memT.tempstack [amorilia]
- Replace tabs with spaces.
......
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