Date: Sun, 22 Aug 2021 05:47:27 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e4613da188ba - main - math/normaliz: New port: Tool for computations in affine monoids, vector configurations, etc Message-ID: <202108220547.17M5lRSn059555@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4613da188ba892c65a8e960456f01f84213a2c0 commit e4613da188ba892c65a8e960456f01f84213a2c0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-22 05:46:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-22 05:47:19 +0000 math/normaliz: New port: Tool for computations in affine monoids, vector configurations, etc --- math/Makefile | 1 + math/normaliz/Makefile | 26 ++++++++++++++++++++++++++ math/normaliz/distinfo | 3 +++ math/normaliz/pkg-descr | 6 ++++++ math/normaliz/pkg-plist | 26 ++++++++++++++++++++++++++ 5 files changed, 62 insertions(+) diff --git a/math/Makefile b/math/Makefile index b1509694da06..71ba07683c61 100644 --- a/math/Makefile +++ b/math/Makefile @@ -469,6 +469,7 @@ SUBDIR += nfft SUBDIR += ngraph SUBDIR += nlopt + SUBDIR += normaliz SUBDIR += ntl SUBDIR += numdiff SUBDIR += ocaml-ocamlgraph diff --git a/math/normaliz/Makefile b/math/normaliz/Makefile new file mode 100644 index 000000000000..451fc0f08933 --- /dev/null +++ b/math/normaliz/Makefile @@ -0,0 +1,26 @@ +PORTNAME= normaliz +DISTVERSIONPREFIX= v +DISTVERSION= 3.9.0 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tool for computations in affine monoids, vector configurations, etc + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgmp.so:math/gmp \ + libnauty.so:math/nauty + +USES= autoreconf gmake libtool localbase +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= Normaliz +GH_PROJECT= Normaliz + +GNU_CONFIGURE= yes + +TEST_TARGET= check # at least one test is known to fail: https://github.com/Normaliz/Normaliz/issues/378 + +.include <bsd.port.mk> diff --git a/math/normaliz/distinfo b/math/normaliz/distinfo new file mode 100644 index 000000000000..e9dddd253fb1 --- /dev/null +++ b/math/normaliz/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1629608938 +SHA256 (Normaliz-Normaliz-v3.9.0_GH0.tar.gz) = 367c2439cb64500607afd70fd0b27624727469ab03c2b233d7b743abf3e56252 +SIZE (Normaliz-Normaliz-v3.9.0_GH0.tar.gz) = 5179649 diff --git a/math/normaliz/pkg-descr b/math/normaliz/pkg-descr new file mode 100644 index 000000000000..f129676e9a47 --- /dev/null +++ b/math/normaliz/pkg-descr @@ -0,0 +1,6 @@ +Normaliz is an open source tool for computations in affine monoids, vector +configurations, lattice polytopes, and rational cones. Normaliz also computes +algebraic polyhedra, i.e., polyhedra defined over real algebraic extensions +of Q. + +WWW: https://www.normaliz.uni-osnabrueck.de/ diff --git a/math/normaliz/pkg-plist b/math/normaliz/pkg-plist new file mode 100644 index 000000000000..b5513476298c --- /dev/null +++ b/math/normaliz/pkg-plist @@ -0,0 +1,26 @@ +bin/normaliz +include/libnormaliz/HilbertSeries.h +include/libnormaliz/automorph.h +include/libnormaliz/cone.h +include/libnormaliz/cone_property.h +include/libnormaliz/descent.h +include/libnormaliz/dynamic_bitset.h +include/libnormaliz/general.h +include/libnormaliz/input_type.h +include/libnormaliz/integer.h +include/libnormaliz/libnormaliz.h +include/libnormaliz/list_and_map_operations.h +include/libnormaliz/matrix.h +include/libnormaliz/my_omp.h +include/libnormaliz/nmz_config.h +include/libnormaliz/nmz_hash.h +include/libnormaliz/nmz_nauty.h +include/libnormaliz/normaliz_exception.h +include/libnormaliz/output.h +include/libnormaliz/sublattice_representation.h +include/libnormaliz/vector_operations.h +include/libnormaliz/version.h +lib/libnormaliz.a +lib/libnormaliz.so +lib/libnormaliz.so.3 +lib/libnormaliz.so.3.9.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108220547.17M5lRSn059555>