From owner-dev-commits-ports-all@freebsd.org Mon Apr 26 07:07:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 468645F6A9A; Mon, 26 Apr 2021 07:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FTGDx0CCdz531x; Mon, 26 Apr 2021 07:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECC3D22F20; Mon, 26 Apr 2021 07:07:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13Q77ic2017293; Mon, 26 Apr 2021 07:07:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13Q77iBx017292; Mon, 26 Apr 2021 07:07:44 GMT (envelope-from git) Date: Mon, 26 Apr 2021 07:07:44 GMT Message-Id: <202104260707.13Q77iBx017292@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 2c8e6e08548d - main - New port: math/py-ducc0: Distinctly Useful Code Collection (DUCC) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2c8e6e08548d4b445a125411e5ab679874582562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2021 07:07:45 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c8e6e08548d4b445a125411e5ab679874582562 commit 2c8e6e08548d4b445a125411e5ab679874582562 Author: Yuri Victorovich AuthorDate: 2021-04-26 07:07:05 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-26 07:07:37 +0000 New port: math/py-ducc0: Distinctly Useful Code Collection (DUCC) --- math/Makefile | 1 + math/py-ducc0/Makefile | 21 +++++++++++++++++++++ math/py-ducc0/distinfo | 3 +++ math/py-ducc0/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+) diff --git a/math/Makefile b/math/Makefile index 935131d764a8..e1040e2f2080 100644 --- a/math/Makefile +++ b/math/Makefile @@ -776,6 +776,7 @@ SUBDIR += py-cyipopt SUBDIR += py-cypari2 SUBDIR += py-deap + SUBDIR += py-ducc0 SUBDIR += py-ecos SUBDIR += py-fastcluster SUBDIR += py-fastdtw diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile new file mode 100644 index 000000000000..f974440f7a76 --- /dev/null +++ b/math/py-ducc0/Makefile @@ -0,0 +1,21 @@ +PORTNAME= ducc0 +PORTVERSION= 0.9.0 +CATEGORIES= math +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Distinctly Useful Code Collection (DUCC) + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} + +USES= compiler:c++17-lang python:3.6+ + +USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ducc0*.so +.include diff --git a/math/py-ducc0/distinfo b/math/py-ducc0/distinfo new file mode 100644 index 000000000000..3ac5b1a02947 --- /dev/null +++ b/math/py-ducc0/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1619411151 +SHA256 (ducc0-0.9.0.tar.gz) = 53ca2691fef8f1efba239e7bb77308163901633bd9fb788820fab33440478707 +SIZE (ducc0-0.9.0.tar.gz) = 181020 diff --git a/math/py-ducc0/pkg-descr b/math/py-ducc0/pkg-descr new file mode 100644 index 000000000000..996b8ad23fe2 --- /dev/null +++ b/math/py-ducc0/pkg-descr @@ -0,0 +1,6 @@ +ducc0 is a collection of basic programming tools for numerical computation, +including Fast Fourier Transforms, Spherical Harmonic Transforms, non-equispaced +Fourier transforms, as well as some concrete applications like 4pi convolution +on the sphere and gridding/degridding of radio interferometry data. + +WWW: https://gitlab.mpcdf.mpg.de/mtr/ducc