Skip to content

Commit

Permalink
Preparation for release 0.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Jul 5, 2024
1 parent 9db0236 commit 5ab6c63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## DLA-Future-Fortran X.Y.Z
## DLA-Future-Fortran 0.2.0

### Added

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cff-version: 1.2.0
title: DLA-Future-Fortran 0.1.0
title: DLA-Future-Fortran 0.2.0
repository-code: 'https://github.com/eth-cscs/DLA-Future-Fortran'
abstract: Fortran interface for DLA-Future (Distributed Linear Algebra from the Future)
version: 0.1.0
date-released: '2024-05-22'
version: 0.2.0
date-released: '2024-07-05'
type: software
authors:
- given-names: Rocco
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.22)

# NOTE: CXX needed with DLA-Future
# NOTE: C needed with HDF5 (dla-future +hdf5)
project(DLAFFortran VERSION 0.1.0 LANGUAGES Fortran C CXX)
project(DLAFFortran VERSION 0.2.0 LANGUAGES Fortran C CXX)

include(CMakeDependentOption)
include(GNUInstallDirs)
Expand All @@ -30,7 +30,7 @@ if(NOT CMAKE_Fortran_MODULE_DIRECTORY)
set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/fortran_mods)
endif ()

find_package(DLAF 0.4.1 REQUIRED)
find_package(DLAF 0.6.0 REQUIRED)

add_subdirectory(src)

Expand Down

0 comments on commit 5ab6c63

Please # to comment.