mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
math/qd: upgrade to 2.3.23
This adds a pkgconf file. Also add a test target (Note: it builds the tests programs but does not launch them).
This commit is contained in:
parent
e53ed0639d
commit
60704d4e31
@ -1,7 +1,7 @@
|
||||
# Created by: Nakata Maho <maho@FreeBSD.org>
|
||||
|
||||
PORTNAME= qd
|
||||
DISTVERSION= 2.3.22
|
||||
DISTVERSION= 2.3.23
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://crd-legacy.lbl.gov/~dhbailey/mpdist/
|
||||
|
||||
@ -14,8 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USES= fortran libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
TEST_WRKSRC= ${WRKSRC}/tests
|
||||
TEST_TARGET= demo
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565793055
|
||||
SHA256 (qd-2.3.22.tar.gz) = 30c1ffe46b95a0e9fa91085949ee5fca85f97ff7b41cd5fe79f79bab730206d3
|
||||
SIZE (qd-2.3.22.tar.gz) = 1426419
|
||||
TIMESTAMP = 1629206837
|
||||
SHA256 (qd-2.3.23.tar.gz) = b3eaf41ce413ec08f348ee73e606bd3ff9203e411c377c3c0467f89acf69ee26
|
||||
SIZE (qd-2.3.23.tar.gz) = 781558
|
||||
|
@ -13,14 +13,15 @@ include/qd/qd_inline.h
|
||||
include/qd/qd_real.h
|
||||
include/qd/qdext.mod
|
||||
include/qd/qdmodule.mod
|
||||
lib/libqd.so
|
||||
lib/libqd.so.0
|
||||
lib/libqd.so.0.0.0
|
||||
lib/libqd_f_main.so
|
||||
lib/libqd_f_main.so.0
|
||||
lib/libqd_f_main.so.0.0.0
|
||||
lib/libqd.so
|
||||
lib/libqd.so.0
|
||||
lib/libqd.so.0.0.0
|
||||
lib/libqdmod.so
|
||||
lib/libqdmod.so.0
|
||||
lib/libqdmod.so.0.0.0
|
||||
libdata/pkgconfig/qd.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qd.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user