1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/librsb: Update to 1.3.0.1.

This commit is contained in:
Stephen Montgomery-Smith 2022-04-29 12:02:56 -05:00
parent 4cf530b9e4
commit 1249341ddd
4 changed files with 6 additions and 56 deletions

View File

@ -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/}

View File

@ -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

View File

@ -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"

View File

@ -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