2013-09-21 00:48:30 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-09-27 01:21:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hcluster
|
2008-12-22 22:10:33 +01:00
|
|
|
PORTVERSION= 0.2.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 10
|
2008-09-27 01:21:54 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-09-11 04:49:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-26 16:27:46 +02:00
|
|
|
COMMENT= Hierarchical Clustering Package For Scipy
|
2008-09-27 01:21:54 +02:00
|
|
|
|
2015-09-14 14:20:09 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2015-01-23 16:21:52 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-09-27 01:21:54 +02:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2015-09-14 14:20:09 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_hierarchy_wrap.so
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_distance_wrap.so
|
2008-09-27 01:21:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|