git: 2c8e6e08548d - main - New port: math/py-ducc0: Distinctly Useful Code Collection (DUCC)
Yuri Victorovich
yuri at FreeBSD.org
Mon Apr 26 07:07:45 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c8e6e08548d4b445a125411e5ab679874582562
commit 2c8e6e08548d4b445a125411e5ab679874582562
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-26 07:07:05 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
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 at 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 <bsd.port.mk>
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
More information about the dev-commits-ports-all
mailing list