svn commit: r443939 - in head/math/librsb: . files
Stephen Montgomery-Smith
stephen at FreeBSD.org
Tue Jun 20 04:17:33 UTC 2017
Author: stephen
Date: Tue Jun 20 04:17:31 2017
New Revision: 443939
URL: https://svnweb.freebsd.org/changeset/ports/443939
Log:
- Update to 1.2.0r7.
Deleted:
head/math/librsb/files/
Modified:
head/math/librsb/Makefile
head/math/librsb/distinfo
head/math/librsb/pkg-plist
Modified: head/math/librsb/Makefile
==============================================================================
--- head/math/librsb/Makefile Tue Jun 20 03:56:49 2017 (r443938)
+++ head/math/librsb/Makefile Tue Jun 20 04:17:31 2017 (r443939)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= librsb
-PORTVERSION= 1.2.0r4
-PORTREVISION= 3
+PORTVERSION= 1.2.0r7
CATEGORIES= math
MASTER_SITES= SF/librsb
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/}
@@ -22,17 +21,11 @@ INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
CONFIGURE_ARGS= --enable-fortran-module-install \
- --enable-matrix-types="double, double complex" \
- --with-memhinfo="${RSB_USER_SET_MEM_HIERARCHY_INFO}"
+ --enable-matrix-types="double, double complex"
SHEBANG_FILES= scripts/*.sh
+USE_LDCONFIG= yes
MANUAL_PACKAGE_BUILD= Optimizes for the local machine
-
-pre-configure:
- @if [ -z "${RSB_USER_SET_MEM_HIERARCHY_INFO}" ]; then \
- ${CAT} ${FILESDIR}/memhinfo.txt; \
- exit 1; \
- fi
post-patch:
@${REINPLACE_CMD} -E s/sed/gsed/g ${WRKSRC}/scripts/*.sh
Modified: head/math/librsb/distinfo
==============================================================================
--- head/math/librsb/distinfo Tue Jun 20 03:56:49 2017 (r443938)
+++ head/math/librsb/distinfo Tue Jun 20 04:17:31 2017 (r443939)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470435344
-SHA256 (librsb-1.2.0-rc4.tar.gz) = 21635cc174fcb1a58a6bd73bb74d86a106c85e9535872dccc988e8720488a3d4
-SIZE (librsb-1.2.0-rc4.tar.gz) = 2216622
+TIMESTAMP = 1497930681
+SHA256 (librsb-1.2.0-rc7.tar.gz) = 49ac0ab07ba9ea02028dfe18c0401c6c5831bbb1f05b59256133a5b27c674a8c
+SIZE (librsb-1.2.0-rc7.tar.gz) = 2223136
Modified: head/math/librsb/pkg-plist
==============================================================================
--- head/math/librsb/pkg-plist Tue Jun 20 03:56:49 2017 (r443938)
+++ head/math/librsb/pkg-plist Tue Jun 20 04:17:31 2017 (r443939)
@@ -8,6 +8,9 @@ include/rsb.h
include/rsb.mod
include/rsb_types.h
lib/librsb.a
+lib/librsb.so
+lib/librsb.so.0
+lib/librsb.so.0.0.0
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/examples/autotune.c
@@ -18,6 +21,7 @@ lib/librsb.a
%%PORTDOCS%%%%DOCSDIR%%/examples/hello.c
%%PORTDOCS%%%%DOCSDIR%%/examples/io-spblas.c
%%PORTDOCS%%%%DOCSDIR%%/examples/make.sh
+%%PORTDOCS%%%%DOCSDIR%%/examples/make.sh.in
%%PORTDOCS%%%%DOCSDIR%%/examples/pd.mtx
%%PORTDOCS%%%%DOCSDIR%%/examples/power.c
%%PORTDOCS%%%%DOCSDIR%%/examples/transpose.c
More information about the svn-ports-all
mailing list