9ebeffe578
===> Configuring for py27-scimath-4.1.2_3 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 9, in <module> import numpy.distutils.core ImportError: No module named numpy.distutils.core Reported by: pkg-fallout
25 lines
566 B
Makefile
25 lines
566 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scimath
|
|
PORTVERSION= 4.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= science math python
|
|
MASTER_SITES= http://www.enthought.com/repo/ets/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Scientific and Mathematical calculations
|
|
|
|
LICENSE= BSD3CLAUSE LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
BROKEN= Fails to build
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|