Skip to content

Commit

Permalink
SuiteSparse 7.4.0 Makefile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent 5f0a673 commit 28704c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Makefile for all SuiteSparse packages
#-------------------------------------------------------------------------------

# Copyright (c) 2023, Timothy A. Davis, All Rights Reserved.
# Just this particular file is under the Apache-2.0 license; each package has
# its own license.
# SPDX-License-Identifier: Apache-2.0

# edit this variable to pass options to cmake:
export CMAKE_OPTIONS ?=

Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SuiteSparse: A Suite of Sparse matrix packages at http://suitesparse.com
-----------------------------------------------------------------------------

Nov 30, 2023, SuiteSparse VERSION 7.4.0
Dec 30, 2023, SuiteSparse VERSION 7.4.0

SuiteSparse is a set of sparse-matrix-related packages written or co-authored
by Tim Davis, available at https://github.com/DrTimothyAldenDavis/SuiteSparse .
Expand Down 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

0 comments on commit 28704c5

Please sign in to comment.