aboutsummaryrefslogtreecommitdiff
path: root/math/librsb
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-04-29 17:02:56 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-04-29 17:02:56 +0000
commit1249341dddcb296d340318de952a400e6505248c (patch)
tree8a86c86585df0204ace32aab44129b697747acfe /math/librsb
parent4cf530b9e422277e6438f7662a2037696cda930a (diff)
downloadports-1249341dddcb296d340318de952a400e6505248c.tar.gz
ports-1249341dddcb296d340318de952a400e6505248c.zip
math/librsb: Update to 1.3.0.1.
Diffstat (limited to 'math/librsb')
-rw-r--r--math/librsb/Makefile2
-rw-r--r--math/librsb/distinfo6
-rw-r--r--math/librsb/files/patch-rsblib_configure50
-rw-r--r--math/librsb/pkg-plist4
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