Skip to content

Commit 0289ab8

Browse files
Merge pull request #16 from jchristopherson/v2.1.2
V2.1.2
2 parents a52c5a5 + 1b52009 commit 0289ab8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
nonlin
55
LANGUAGES Fortran
6-
VERSION 2.1.1
6+
VERSION 2.1.2
77
)
88
set(CMAKE_Fortran_STANDARD 2018)
99
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "nonlin"
2-
version = "2.1.1"
2+
version = "2.1.2"
33
license = "GPL-3.0"
44
author = "Jason Christopherson"
55
maintainer = "Jason Christopherson"

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include(FetchContent)
2424
find_package(BLAS)
2525
find_package(LAPACK)
2626
find_package(ferror QUIET)
27-
find_package(linalg QUIET)
27+
find_package(linalg 1.8.8 QUIET)
2828

2929
if (NOT BLAS_FOUND OR NOT LAPACK_FOUND)
3030
message(STATUS "BLAS/LAPACK could not be found. A reference version will be employed.")

0 commit comments

Comments
 (0)