Commit b23ea4e2d2
changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
22 lines
636 B
Makefile
22 lines
636 B
Makefile
PORTNAME= iminuit
|
|
DISTVERSION= 2.16.0
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Jupyter-friendly Python frontend for MINUIT2 in C++
|
|
WWW= https://iminuit.readthedocs.io/en/stable/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= cmake:devel/cmake-core
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= compiler:c++14-lang python:3.6+
|
|
USE_PYTHON= distutils autoplist pytest # 2 tests are known to fail, see https://github.com/scikit-hep/iminuit/issues/779
|
|
|
|
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
|
|
|
.include <bsd.port.mk>
|