File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33project (
44 nonlin
55 LANGUAGES Fortran
6- VERSION 2.1.1
6+ VERSION 2.1.2
77)
88set (CMAKE_Fortran_STANDARD 2018)
99set (CMAKE_Fortran_STANDARD_REQUIRED TRUE )
Original file line number Diff line number Diff line change 11name = " nonlin"
2- version = " 2.1.1 "
2+ version = " 2.1.2 "
33license = " GPL-3.0"
44author = " Jason Christopherson"
55maintainer = " Jason Christopherson"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ include(FetchContent)
2424find_package (BLAS )
2525find_package (LAPACK )
2626find_package (ferror QUIET )
27- find_package (linalg QUIET )
27+ find_package (linalg 1.8.8 QUIET )
2828
2929if (NOT BLAS_FOUND OR NOT LAPACK_FOUND)
3030 message (STATUS "BLAS/LAPACK could not be found. A reference version will be employed." )
You can’t perform that action at this time.
0 commit comments