Skip to content

Commit

Permalink
updated clima to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Oct 28, 2023
1 parent 17afd7d commit e6f1640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ CPMAddPackage(

CPMAddPackage(
NAME fortran-yaml-c
VERSION 0.2.1
VERSION 0.2.4
GITHUB_REPOSITORY "Nicholaswogan/fortran-yaml-c"
GIT_TAG "v0.2.1"
GIT_TAG "v0.2.4"
EXCLUDE_FROM_ALL ON
)

Expand Down Expand Up @@ -49,14 +49,14 @@ CPMAddPackage(

CPMAddPackage(
NAME clima
VERSION 0.3.8
VERSION 0.4.0
OPTIONS
"BUILD_EXECUTABLE OFF"
"BUILD_WITH_OPENMP ${BUILD_WITH_OPENMP}"
"SKBUILD ${SKBUILD}"
"BUILD_PYTHON_CLIMA ${BUILD_PYTHON_PHOTOCHEM}"
"PYTHON_CLIMA_DESTINATION photochem"
GITHUB_REPOSITORY "Nicholaswogan/clima"
GIT_TAG "v0.3.8"
GIT_TAG "v0.4.0"
EXCLUDE_FROM_ALL OFF
)

0 comments on commit e6f1640

Please sign in to comment.