summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2017-10-24 15:58:30 -0500
committerEric Bavier <bavier@member.fsf.org>2017-10-24 20:16:49 -0500
commit9ce587f231419f5a2447fbf1b1ece1a4afc7af9d (patch)
tree731b44a9353c6e1aaf487b117c9875401417d33a /gnu/packages/maths.scm
parent958b5a1caa986636ac6ca1fededd6333b8ac1777 (diff)
downloadpatches-9ce587f231419f5a2447fbf1b1ece1a4afc7af9d.tar
patches-9ce587f231419f5a2447fbf1b1ece1a4afc7af9d.tar.gz
gnu: libhilbert: Remove package.
This package's source and webpage has disappeared for some time, and upstream projects (e.g. libmesh) seem to be bundling it, so we remove it for now. * gnu/packages/maths.scm (libhilbert): Remove variable.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4a8ea9f1c2..e37a9a19c9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3408,28 +3408,6 @@ structured and unstructured grid problems.")))
supports compressed MAT files, as well as newer (version 7.3) MAT files.")
(license license:bsd-2)))
-(define-public libhilbert
- (package
- (name "libhilbert")
- (version "0.2-1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "http://web.cs.dal.ca/~chamilto/hilbert/"
- "libhilbert-" version ".tar.gz"))
- (sha256
- (base32
- "0v48x8405dj95gjn2saja4bzhw86d6zl6d3dg8h7dzac2qr97s34"))))
- (build-system gnu-build-system)
- (home-page "http://web.cs.dal.ca/~chamilto/hilbert")
- (synopsis "Hilbert indices for multidimensional data")
- (description "The libhilbert library can efficiently calculate Hilbert
-curves and order-preserving representations of Hilbert curve indices that use
-the same amount of space as the original point representation. This is useful
-when using the Gilbert curve as a space filling curve through a
-high-dimensional space where not all demensions have the same cardinality.")
- (license license:lgpl2.1+)))
-
(define-public vc
(package
(name "vc")