Date: Mon, 22 Feb 2021 08:01:17 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566277 - in head/math: . py-iminuit Message-ID: <202102220801.11M81HfC051680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Feb 22 08:01:17 2021 New Revision: 566277 URL: https://svnweb.freebsd.org/changeset/ports/566277 Log: New port: math/py-iminuit: Jupyter-friendly Python frontend for MINUIT2 in C++ Added: head/math/py-iminuit/ head/math/py-iminuit/Makefile (contents, props changed) head/math/py-iminuit/distinfo (contents, props changed) head/math/py-iminuit/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Feb 22 07:27:38 2021 (r566276) +++ head/math/Makefile Mon Feb 22 08:01:17 2021 (r566277) @@ -787,6 +787,7 @@ SUBDIR += py-gym SUBDIR += py-hdbscan SUBDIR += py-hdmedians + SUBDIR += py-iminuit SUBDIR += py-intspan SUBDIR += py-iohexperimenter SUBDIR += py-jax Added: head/math/py-iminuit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-iminuit/Makefile Mon Feb 22 08:01:17 2021 (r566277) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= iminuit +DISTVERSION= 2.4.0 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Jupyter-friendly Python frontend for MINUIT2 in C++ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= cmake:devel/cmake +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/math/py-iminuit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-iminuit/distinfo Mon Feb 22 08:01:17 2021 (r566277) @@ -0,0 +1,3 @@ +TIMESTAMP = 1613979766 +SHA256 (iminuit-2.4.0.tar.gz) = 350c13d33f3ec5884335aea1cc11a17ae49dd8e6b2181c3f1b3c9c27e2e0b228 +SIZE (iminuit-2.4.0.tar.gz) = 372122 Added: head/math/py-iminuit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-iminuit/pkg-descr Mon Feb 22 08:01:17 2021 (r566277) @@ -0,0 +1,8 @@ +iminuit is a Jupyter-friendly Python interface for the Minuit2 C++ library +maintained by CERN's ROOT team. + +It can be used as a general robust function minimisation method, but is most +commonly used for likelihood fits of models to data, and to get model parameter +error estimates from likelihood profile analysis. + +WWW: https://github.com/scikit-hep/iminuit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102220801.11M81HfC051680>