Skip to content

Commit

Permalink
clima v0.3.8 with h5fortran v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Jul 19, 2023
1 parent 03e4bdb commit 1714fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION "3.14")
project(Photochem LANGUAGES Fortran C VERSION "0.4.1")
project(Photochem LANGUAGES Fortran C VERSION "0.4.2")

include(FortranCInterface)
FortranCInterface_VERIFY()
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,14 +49,14 @@ CPMAddPackage(

CPMAddPackage(
NAME clima
VERSION 0.3.7
VERSION 0.3.8
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.7"
GIT_TAG "v0.3.8"
EXCLUDE_FROM_ALL OFF
)

0 comments on commit 1714fba

Please sign in to comment.