New port: math/lidia: Library for computational number theory

This commit is contained in:
Yuri Victorovich
2018-12-05 01:51:44 +00:00
parent 7c78c25abe
commit 1c66a29c47
5 changed files with 1584 additions and 0 deletions

View File

@@ -332,6 +332,7 @@
SUBDIR += libxls
SUBDIR += libxlsxwriter
SUBDIR += libxsmm
SUBDIR += lidia
SUBDIR += linpack
SUBDIR += lll_spect
SUBDIR += lp_solve

25
math/lidia/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $FreeBSD$
PORTNAME= lidia
DISTVERSION= 2.3.0
CATEGORIES= math
MASTER_SITES= https://www.math.ucdavis.edu/~latte/software/packages/lidia/current/
DISTNAME= ${PORTNAME}-${DISTVERSION}+latte-patches-2014-10-04
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for computational number theory
LICENSE= LiDIA
LICENSE_NAME= LiDIA License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
LIB_DEPENDS= libgmp.so:math/gmp
USES= gmake localbase:ldflags tar:bz2 libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --enable-shared --with-extra-libs=${LOCALBASE}/lib
USE_GCC= any # doesn't build with clang, no active developers to fix this: https://github.com/mkoeppe/LiDIA/issues/6
USE_LDCONFIG= yes
.include <bsd.port.mk>

3
math/lidia/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1543972660
SHA256 (lidia-2.3.0+latte-patches-2014-10-04.tar.bz2) = d564d5263f2c01d8abe51e2971ca43a911d1edbc20f4750cdc393099d2bcd9aa
SIZE (lidia-2.3.0+latte-patches-2014-10-04.tar.bz2) = 19147463

7
math/lidia/pkg-descr Normal file
View File

@@ -0,0 +1,7 @@
LiDIA is a library for computational number theory, developed 1994-2004 at
TU Darmstadt.
It is primarily intended to be used as a dependency of the LattE integrale
project.
WWW: https://www.math.ucdavis.edu/~latte/

1548
math/lidia/pkg-plist Normal file

File diff suppressed because it is too large Load Diff