Skip to content

Commit

Permalink
math/paritwine: New port: Glue library between PARI/GP and other math…
Browse files Browse the repository at this point in the history
…ematics libraries
  • Loading branch information
yurivict committed Aug 9, 2021
1 parent 0a7852f commit 1e6a606
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -733,6 +733,7 @@
SUBDIR += pari_galpol
SUBDIR += pari_nftables
SUBDIR += pari_seadata
SUBDIR += paritwine
SUBDIR += parmetis
SUBDIR += parmgridgen
SUBDIR += pdal
Expand Down
31 changes: 31 additions & 0 deletions math/paritwine/Makefile
@@ -0,0 +1,31 @@
PORTNAME= paritwine
DISTVERSION= 0.1
CATEGORIES= math
MASTER_SITES= http://www.multiprecision.org/downloads/

MAINTAINER= yuri@FreeBSD.org
COMMENT= Glue library between PARI/GP and other mathematics libraries

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libarb.so:math/arb \
libcmh.so:math/cmh \
libflint.so:math/flint2 \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr \
libgmp.so:math/gmp \
libpari.so:math/pari

USES= gmake libtool localbase
USE_LDCONFIG= yes

GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip

INFO= paritwine

TEST_TARGET= check

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/paritwine/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1628529438
SHA256 (paritwine-0.1.tar.gz) = e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f
SIZE (paritwine-0.1.tar.gz) = 507029
5 changes: 5 additions & 0 deletions math/paritwine/pkg-descr
@@ -0,0 +1,5 @@
PariTwine is a glue library between the system for computer algebra and number
theory PARI/GP and a number of other mathematics libraries, currently GMP,
GNU MPFR, GNU MPC, FLINT, ARB and CMH.

WWW: http://www.multiprecision.org/paritwine/home.html
7 changes: 7 additions & 0 deletions math/paritwine/pkg-plist
@@ -0,0 +1,7 @@
include/paritwine-config.h
include/paritwine.h
lib/libparitwine.a
lib/libparitwine.so
lib/libparitwine.so.0
lib/libparitwine.so.0.0.0
%%DATADIR%%/paritwine.gp

0 comments on commit 1e6a606

Please sign in to comment.