Skip to content

Commit

Permalink
new futils
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed May 22, 2024
1 parent 5102488 commit a6d1a77
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 617 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION "3.14")
cmake_policy(SET CMP0148 OLD) # To suppress a warning emerging from scikit-build

project(Clima LANGUAGES Fortran C VERSION "0.4.3")
project(Clima LANGUAGES Fortran C VERSION "0.4.4")

set(CMAKE_Fortran_MODULE_DIRECTORY "${CMAKE_BINARY_DIR}/modules")

Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ target_link_libraries(clima
h5fortran
futils
finterp
mrgrnk
dop853
minpack
${LAPACK_LIBRARIES}
Expand Down
7 changes: 2 additions & 5 deletions src/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ CPMAddPackage(
# futils
CPMAddPackage(
NAME futils
VERSION 0.1.8
VERSION 0.1.9
GITHUB_REPOSITORY "Nicholaswogan/futils"
GIT_TAG "v0.1.8"
GIT_TAG "v0.1.9"
EXCLUDE_FROM_ALL ON
)

Expand Down Expand Up @@ -63,6 +63,3 @@ CPMAddPackage(
add_library(minpack
${minpack_SOURCE_DIR}/src/minpack.f90
)

# mrgrnk is from ORDERPACK 2.0: http://www.fortran-2000.com/rank/#1.1
add_library(mrgrnk mrgrnk_mod.f90)
Loading

0 comments on commit a6d1a77

Please sign in to comment.