Skip to content

Commit

Permalink
Add new version 24.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
luszczek committed Aug 7, 2024
1 parent 22bfa15 commit 8e35c6b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required( VERSION 3.12 FATAL_ERROR )

project( PLASMA VERSION 23.8.2 LANGUAGES C
project( PLASMA VERSION 24.8.7 LANGUAGES C
HOMEPAGE_URL "https://github.com/icl-utk-edu/plasma" DESCRIPTION "Software library for solving dense linear algebra systems using OpenMP")

set(CMAKE_SUPPRESS_REGENERATION on)
Expand Down
15 changes: 13 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [24.8.7] - 2024-08-07
### Added
- Add an attempt to generate missing precision files if Python present
- Add an attempt to generate missing precision files if Python present during configuration
- Add generation of pkg-config files during installation
- Add generation of CMake expored configuration during installation
- Add timeout to the basic testing script
- Add SOVERSION to the installed libraries to track API changes
- Add detection of CBLAS and LAPACKE headers and libraries based on CMake's FindBLAS() and FindLAPACK()
- Add description of the CMake installation process with system-level details

### Fixed
- Fix variable pointing to OpenBLAS installation
- Fix name of Python executable when launching code generation
- Fix download link for available releases in documentation
- Fix compatibility of basic testing script with Python 3 versions
- Fix error codes to be negative unlike numerical issues reported as positive integers
- Fix generation of Fortran wrappers

## [23.8.2] - 2023-08-02

### Added
- Add support for OpenBLAS and exported CMake configuration
- Add support for OpenBLAS and its exported CMake configuration
- Add PLASMA prefix to remaining config macros

### Removed
Expand Down
4 changes: 2 additions & 2 deletions include/plasma_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/*
* RELEASE is a, b, c
*/
#define PLASMA_VERSION_MAJOR 23
#define PLASMA_VERSION_MAJOR 24
#define PLASMA_VERSION_MINOR 8
#define PLASMA_VERSION_PATCH 2
#define PLASMA_VERSION_PATCH 7

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 8e35c6b

Please sign in to comment.