Skip to content

Commit

Permalink
SuiteSparse_config 7.4.0: version updae
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent 8025bc4 commit a8d8a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SuiteSparse_config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cmake_minimum_required ( VERSION 3.22 )

# version of both SuiteSparse and SuiteSparse_config
set ( SUITESPARSE_DATE "Nov 30, 2023" )
set ( SUITESPARSE_DATE "Dec 30, 2023" )
set ( SUITESPARSE_VERSION_MAJOR 7 )
set ( SUITESPARSE_VERSION_MINOR 4 )
set ( SUITESPARSE_VERSION_SUB 0 )
Expand Down
11 changes: 3 additions & 8 deletions SuiteSparse_config/Config/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ Packages in SuiteSparse, and files in this directory:
an unmodified copy METIS.

ParU a parallel unsymmetric pattern multifrontal method.
Currently a pre-release.
authors: Mohsen Aznaveh and Tim Davis

RBio read/write sparse matrices in Rutherford/Boeing format
Expand All @@ -505,22 +506,16 @@ Packages in SuiteSparse, and files in this directory:

SPQR sparse QR factorization. This the built-in qr and x=A\b in
MATLAB. Also called SuiteSparseQR.
Includes two GPU libraries: SPQR/GPUQREngine and
SPQR/SuiteSparse_GPURuntime.
author of the CPU code: Tim Davis
author of GPU modules: Tim Davis, Nuri Yeralan,
Wissam Sid-Lakhdar, Sanjay Ranka

GPUQREngine: GPU support package for SPQR
Not needed if CUDA is not enabled.
authors: Tim Davis, Nuri Yeralan, Sanjay Ranka,
Wissam Sid-Lakhdar

SuiteSparse_config configuration file for all the above packages.
CSparse and MATLAB_Tools do not use SuiteSparse_config.
author: Tim Davis

SuiteSparse_GPURuntime GPU support package for SPQR and CHOLMOD
Not needed if CUDA is not enabled.

SuiteSparse_install.m install SuiteSparse for MATLAB
SuiteSparse_paths.m set paths for SuiteSparse MATLAB mexFunctions

Expand Down
1 change: 0 additions & 1 deletion SuiteSparse_config/SuiteSparse_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
/* SuiteSparse configuration : memory manager and printf functions.
*/

#define SUITESPARSE_LIBRARY
#include "SuiteSparse_config.h"

/* -------------------------------------------------------------------------- */
Expand Down
2 changes: 1 addition & 1 deletion SuiteSparse_config/SuiteSparse_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ int SuiteSparse_version // returns SUITESPARSE_VERSION

#define SUITESPARSE_HAS_VERSION_FUNCTION

#define SUITESPARSE_DATE "Nov 30, 2023"
#define SUITESPARSE_DATE "Dec 30, 2023"
#define SUITESPARSE_MAIN_VERSION 7
#define SUITESPARSE_SUB_VERSION 4
#define SUITESPARSE_SUBSUB_VERSION 0
Expand Down

0 comments on commit a8d8a0d

Please sign in to comment.