Skip to content

Commit

Permalink
update clima and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Jan 29, 2025
1 parent 32ad21d commit 58b537f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
clang
gfortran
valgrind
scikit-build
- name: Install Valgrind
run: |
Expand Down
4 changes: 2 additions & 2 deletions src/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ CPMAddPackage(

CPMAddPackage(
NAME clima
VERSION 0.5.4
VERSION 0.5.6
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.5.4"
GIT_TAG "v0.5.6"
EXCLUDE_FROM_ALL OFF
)

Expand Down

0 comments on commit 58b537f

Please sign in to comment.