mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/paritwine: New port: Glue library between PARI/GP and other mathematics libraries
This commit is contained in:
parent
0a7852f1bf
commit
1e6a60636f
5 changed files with 47 additions and 0 deletions
|
@ -733,6 +733,7 @@
|
||||||
SUBDIR += pari_galpol
|
SUBDIR += pari_galpol
|
||||||
SUBDIR += pari_nftables
|
SUBDIR += pari_nftables
|
||||||
SUBDIR += pari_seadata
|
SUBDIR += pari_seadata
|
||||||
|
SUBDIR += paritwine
|
||||||
SUBDIR += parmetis
|
SUBDIR += parmetis
|
||||||
SUBDIR += parmgridgen
|
SUBDIR += parmgridgen
|
||||||
SUBDIR += pdal
|
SUBDIR += pdal
|
||||||
|
|
31
math/paritwine/Makefile
Normal file
31
math/paritwine/Makefile
Normal file
|
@ -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
math/paritwine/distinfo
Normal file
3
math/paritwine/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1628529438
|
||||||
|
SHA256 (paritwine-0.1.tar.gz) = e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f
|
||||||
|
SIZE (paritwine-0.1.tar.gz) = 507029
|
5
math/paritwine/pkg-descr
Normal file
5
math/paritwine/pkg-descr
Normal file
|
@ -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
math/paritwine/pkg-plist
Normal file
7
math/paritwine/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue