Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-scikits_ann,
Approximate Nearest Neighbor library wrapper for Numpy
Branch: CURRENT,
Version: 0.2nb1,
Package name: py27-scikits_ann-0.2nb1,
Maintainer: jihbed.researchThe ANN module provides a numpy-compatible python wrapper around the
Approximate Nearest Neighbor library (http://www.cs.umd.edu/~mount/ANN/).
Required to run:[
devel/py-setuptools] [
wip/ann] [
lang/python27] [
math/py-numpy16]
Required to build:[
devel/swig] [
pkgtools/cwrappers]
Master sites:
RMD160: b51135fd25cdcd3b4d229186153589f08e8dfa36
Filesize: 19.965 KB
Version history: (Expand)
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
CVS history: (Expand)
2012-10-16 10:34:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add 2 TODOs.
|
2012-10-16 10:32:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Wants to use swig and c.
Still doesn't build for me:
creating \
build/temp.netbsd-6.99.12-amd64-2.7/build/src.netbsd-6.99.12-amd64-2.7/scikits/a \
nn
compile options: '-Iscikits/ann -I/usr/local/include \
-I/usr/pkg/lib/python2.7/site-packages/numpy/core/include \
-I/usr/pkg/include/python2.7 -c'
gcc: build/src.netbsd-6.99.12-amd64-2.7/scikits/ann/ANN_wrap.c
build/src.netbsd-6.99.12-amd64-2.7/scikits/ann/ANN_wrap.c:2537:21: fatal error: \
stdexcept: No such file or directory
compilation terminated.
build/src.netbsd-6.99.12-amd64-2.7/scikits/ann/ANN_wrap.c:2537:21: fatal error: \
stdexcept: No such file or directory
compilation terminated.
error: Command "gcc -DNDEBUG -O2 -DHAVE_DB_185_H -I/usr/include \
-I/usr/pkg/include -O2 -I/usr/include -I/usr/pkg/include -I/usr/include \
-I/usr/pkg/include -fPIC -Iscikits/ann -I/usr/local/include \
-I/usr/pkg/lib/python2.7/site-packages/numpy/core/include \
-I/usr/pkg/include/python2.7 -c \
build/src.netbsd-6.99.12-amd64-2.7/scikits/ann/ANN_wrap.c -o \
build/temp.netbsd-6.99.12-amd64-2.7/build/src.netbsd-6.99.12-amd64-2.7/scikits/ann/ANN_wrap.o" \
failed with exit status 1
|
2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-02-10 10:01:10 by ndb | Files touched by this commit (26) |
Log message:
PLIST cleanup.
|
2011-01-19 15:30:11 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import py26-scikits_ann-0.2 as wip/py-scikits_ann.
The ANN module provides a numpy-compatible python wrapper around the
Approximate Nearest Neighbor library (http://www.cs.umd.edu/~mount/ANN/).
|