Merge branch 'maint-3.9.0' of github.com:sfilippone/psblas3 into maint-3.9.0

maint-3.9.0
Salvatore Filippone 2 months ago
commit d78e74b209

37
.gitattributes vendored

@ -0,0 +1,37 @@
*.a export-ignore
*.o export-ignore
*.mod export-ignore
*.smod export-ignore
*~ export-ignore
.git* export-ignore
rsb export-ignore
rsb/ export-ignore
rsb/** export-ignore
Make.inc export-ignore
config export-ignore
config/ export-ignore
config/** export-ignore
configure.ac export-ignore
config.log export-ignore
config.status export-ignore
aclocal.m4 export-ignore
autogen.sh export-ignore
autom4te.cache export-ignore
Dockerfile export-ignore
.travis.yml export-ignore
# generated folder
./include/** export-ignore
./modules/** export-ignore
docs/src export-ignore
docs/doxypsb export-ignore
docs/Makefile export-ignore
# the executable from tests
test/computational_routines export-ignore
test/computational_routines export-ignore
test/omp export-ignore
test/openacc export-ignore
test/torture export-ignore

@ -1,4 +1,8 @@
WHAT'S NEW
Version 3.9.0-1
1. Fix licensing issues
2. Fix build and packaging
Version 3.9
1. PSBLAS3-EXT has been folded into the main library
2. Renamed GPU into CUDA.

4
configure vendored

@ -9196,10 +9196,6 @@ else
fi
# This should be portable
AR="${AR} -cDr"
###############################################################################
# BLAS library presence checks
###############################################################################

@ -732,10 +732,6 @@ AC_PROG_AR
AR="${AR} -cr"
AC_PROG_RANLIB
# This should be portable
AR="${AR} -cDr"
###############################################################################
# BLAS library presence checks
###############################################################################

Loading…
Cancel
Save