git: 1249341dddcb - main - math/librsb: Update to 1.3.0.1.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Apr 2022 17:03:19 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=1249341dddcb296d340318de952a400e6505248c commit 1249341dddcb296d340318de952a400e6505248c Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-04-29 17:02:56 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-04-29 17:02:56 +0000 math/librsb: Update to 1.3.0.1. --- math/librsb/Makefile | 2 +- math/librsb/distinfo | 6 ++-- math/librsb/files/patch-rsblib_configure | 50 -------------------------------- math/librsb/pkg-plist | 4 +-- 4 files changed, 6 insertions(+), 56 deletions(-) diff --git a/math/librsb/Makefile b/math/librsb/Makefile index 5f381a6e4702..1706720802e6 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -1,7 +1,7 @@ # Created by: stephen@FreeBSD.org PORTNAME= librsb -PORTVERSION= 1.3.0.0 +PORTVERSION= 1.3.0.1 CATEGORIES= math MASTER_SITES= SF/librsb DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/} diff --git a/math/librsb/distinfo b/math/librsb/distinfo index 30c3a3da603d..87ced543a645 100644 --- a/math/librsb/distinfo +++ b/math/librsb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643682194 -SHA256 (librsb-1.3.0.0.tar.gz) = 2ac8725d1f988f57df9383ae6b0bb2ed221ec935187d31ebb62ea95ee868a790 -SIZE (librsb-1.3.0.0.tar.gz) = 4302867 +TIMESTAMP = 1651251269 +SHA256 (librsb-1.3.0.1.tar.gz) = 3fc024a410f94aca2a7139ae79f4d713b11fa83304293630c363786874c17db4 +SIZE (librsb-1.3.0.1.tar.gz) = 4481625 diff --git a/math/librsb/files/patch-rsblib_configure b/math/librsb/files/patch-rsblib_configure deleted file mode 100644 index 61a975121ecd..000000000000 --- a/math/librsb/files/patch-rsblib_configure +++ /dev/null @@ -1,50 +0,0 @@ ---- rsblib/configure.orig 2022-02-01 02:31:47 UTC -+++ rsblib/configure -@@ -16350,7 +16350,7 @@ if test x"$want_rsblib" != x"no" ; then - LIBRSB_LOCAL_LIBS="${BPWD}/librsb.la"; - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming building as subdir of librsb, and that librsb will be built later." >&5 - $as_echo "$as_me: Assuming building as subdir of librsb, and that librsb will be built later." >&6;} -- CPPFLAGS+=" -I${BPWD}" -+ CPPFLAGS="${CPPFLAGS} -I${BPWD}" - ac_cv_func_rsb_lib_init="yes"; - else - -@@ -16438,9 +16438,9 @@ fi - $as_echo "$as_me: Where is librsb-config ?" >&6;}; - else - want_rsblib=yes; -- CPPFLAGS+=" ` $LIBRSB_CONFIG --I_opts`" -- LDFLAGS+=" `$LIBRSB_CONFIG --ldflags`" -- LIBS+=" `$LIBRSB_CONFIG --libs --extra_libs`" -+ CPPFLAGS="${CPPFLAGS} ` $LIBRSB_CONFIG --I_opts`" -+ LDFLAGS="${LDFLAGS} `$LIBRSB_CONFIG --ldflags`" -+ LIBS="${LIBS} `$LIBRSB_CONFIG --libs --extra_libs`" - fi - for ac_header in rsb.h - do : -@@ -16538,7 +16538,7 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_cancel" >&5 - $as_echo "$ac_cv_lib_pthread_pthread_cancel" >&6; } - if test "x$ac_cv_lib_pthread_pthread_cancel" = xyes; then : -- LIBS+=" -lpthread"; -+ LIBS="${LIBS} -lpthread"; - fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgtest" >&5 -@@ -16680,14 +16680,14 @@ fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_stdcppfs_main" >&5 - $as_echo "$ac_cv_lib_stdcppfs_main" >&6; } - if test "x$ac_cv_lib_stdcppfs_main" = xyes; then : -- RGT_LDADD+=" -lstdc++fs"; -+ RGT_LDADD="${RGT_LDADD} -lstdc++fs"; - fi - else - rsb_have_gtest=0; - fi - if test x"$want_rsblib" != x"no" ; then - # adding this now: assuming configure called *before* librsb.la built. -- LIBS+=" ${LIBRSB_LOCAL_LIBS}" -+ LIBS="${LIBS} ${LIBRSB_LOCAL_LIBS}" - fi - RGT_LDADD="$RGT_LDADD" - diff --git a/math/librsb/pkg-plist b/math/librsb/pkg-plist index 26d207c9f7c9..2bb8286f46fb 100644 --- a/math/librsb/pkg-plist +++ b/math/librsb/pkg-plist @@ -1,11 +1,11 @@ bin/librsb-config bin/rsbench include/blas_sparse.h -include/librsbpp.h include/rsb-config.h include/rsb.F90 include/rsb.h include/rsb.hpp +include/rsb.mod include/rsb_types.h lib/librsb.a lib/librsb.so @@ -14,6 +14,7 @@ lib/librsb.so.0.0.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.am %%PORTDOCS%%%%DOCSDIR%%/examples/assemble.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/autotune.c %%PORTDOCS%%%%DOCSDIR%%/examples/autotune.cpp @@ -31,7 +32,6 @@ lib/librsb.so.0.0.0 %%PORTDOCS%%%%DOCSDIR%%/examples/hello.c %%PORTDOCS%%%%DOCSDIR%%/examples/io-spblas.c %%PORTDOCS%%%%DOCSDIR%%/examples/make.sh -%%PORTDOCS%%%%DOCSDIR%%/examples/makefile.am %%PORTDOCS%%%%DOCSDIR%%/examples/misc.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/mtx2bin.cpp %%PORTDOCS%%%%DOCSDIR%%/examples/pd.mtx