pkgsrc-wip/py-divisi2/Makefile
Kamel Ibn Aziz Derouiche 7ce4281b3a Import py26-divisi2-2.0b1 as wip/py-divisi2.
Divisi2 is a library for reasoning by analogy and association over
semantic networks, including common sense knowledge. Divisi uses a
sparse higher-order SVD and can help find related concepts, features,
and relation types in any knowledge base that can be represented as a
semantic network. By including common sense knowledge from ConceptNet,
the results can include relationships not expressed in the original
data but related by common sense. See http://divisi.media.mit.edu/ for
more info
2010-05-03 14:57:53 +00:00

23 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/03 14:57:53 jihbed Exp $
#
DISTNAME= Divisi2-2.0b1.tar
EGG_NAME= ${DISTNAME:S/.tar//}
PKGNAME= ${PYPKGPREFIX}-divisi2-2.0b1
CATEGORIES= math
MASTER_SITES= http://pypi.python.org/packages/source/D/Divisi2/
EXTRACT_SUFX= .gz#md5=f7c6fe6443032f180bcd8dd0b9c3e8ec
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://csc.media.mit.edu/divisi
COMMENT= Commonsense Reasoning over Semantic Networks
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/Divisi2-2.0b1
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"