~ubuntu-branches/ubuntu/precise/qhull/precise

« back to all changes in this revision

Viewing changes to Announce.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
   Qhull       Version 3.1          October 4, 2001
 
2
 Qhull 2003.1 2003/12/30
3
3
 
4
 
        http://www.geom.umn.edu/locate/qhull
 
4
        http://www.qhull.org
 
5
        http://savannah.nongnu.org/projects/qhull/
 
6
        http://www6.uniovi.es/ftp/pub/mirrors/geom.umn.edu/software/ghindex.html
5
7
        http://www.geomview.org
6
 
        ftp://geom.umn.edu/pub/software/qhull.tar.gz
7
 
        ftp://geom.umn.edu/pub/software/qhull3-0.zip
8
 
        ftp://geom.umn.edu/pub/software/qhull-96.ps.gz
9
 
        ftp://geom.umn.edu/pub/software/qhull-1.0.tar.gz
10
 
        ftp://geom.umn.edu/pub/software/qhull.sit.hqx
 
8
        http://www.geom.uiuc.edu
11
9
 
12
10
Qhull computes convex hulls, Delaunay triangulations, Voronoi diagrams, 
13
11
furthest-site Voronoi diagrams, and halfspace intersections about a point. 
20
18
execution statistics.  The program can be called from within your application.
21
19
You can view the results in 2-d, 3-d and 4-d with Geomview.
22
20
 
23
 
To download Qhull on Unix systems:
24
 
 
25
 
        ftp geom.umn.edu (or 128.101.25.35), user: anonymous
26
 
        password: <your user id>, cd pub/software, bin, get qhull.tar.gz, quit
27
 
        gunzip qhull.tar.gz, tar xf qhull.tar, cd qhull3.0, more README.txt
28
 
 
29
 
To download Qhull on Win32 systems:
30
 
 
31
 
        ftp geom.umn.edu (or 128.101.25.35), user: anonymous
32
 
        password: <your user id>, cd pub/software, bin, get qhull3-0.zip, quit
33
 
        extract with winzip32, read README.txt
34
 
 
35
 
Download qhull-96.ps.gz for:
36
 
 
37
 
        Barber, C. B., D.P. Dobkin, and H.T. Huhdanpaa, 
38
 
        "The Quickhull Algorithm for Convex Hulls," ACM
39
 
        Trans. on Mathematical Software, Dec. 1996.
 
21
To download Qhull:
 
22
        http://www.qhull.org/download
 
23
        http://savannah.nongnu.org/files/?group=qhull
 
24
 
 
25
Download qhull-96.ps for:
 
26
 
 
27
        Barber, C. B., D.P. Dobkin, and H.T. Huhdanpaa, "The
 
28
        Quickhull Algorithm for Convex Hulls," ACM Trans. on
 
29
        Mathematical Software, 22(4):469-483, Dec. 1996.
40
30
        http://www.acm.org/pubs/citations/journals/toms/1996-22-4/p469-barber/
 
31
        http://citeseer.nj.nec.com/83502.html
41
32
 
42
33
Abstract:
43
34