1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

math/normaliz: New port: Tool for computations in affine monoids, vector configurations, etc

This commit is contained in:
Yuri Victorovich 2021-08-21 22:46:15 -07:00
parent 4d3793537b
commit e4613da188
5 changed files with 62 additions and 0 deletions

View File

@ -469,6 +469,7 @@
SUBDIR += nfft
SUBDIR += ngraph
SUBDIR += nlopt
SUBDIR += normaliz
SUBDIR += ntl
SUBDIR += numdiff
SUBDIR += ocaml-ocamlgraph

26
math/normaliz/Makefile Normal file
View File

@ -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>

3
math/normaliz/distinfo Normal file
View File

@ -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

6
math/normaliz/pkg-descr Normal file
View File

@ -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/

26
math/normaliz/pkg-plist Normal file
View File

@ -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