Skip to content

Commit

Permalink
updated to 0.4.1 clima
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Oct 30, 2023
1 parent e6f1640 commit 22fcd16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,179 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION "3.14")
cmake_policy(SET CMP0148 OLD)
project(Photochem LANGUAGES Fortran C VERSION "0.4.3")
project(Photochem LANGUAGES Fortran C VERSION "0.4.4")

include(FortranCInterface)
FortranCInterface_VERIFY()
Expand Down
1,176 changes: 0 additions & 1,176 deletions examples/Tutorial_AdiabatClimate.ipynb

This file was deleted.

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.4.0
VERSION 0.4.1
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.4.0"
GIT_TAG "v0.4.1"
EXCLUDE_FROM_ALL OFF
)

0 comments on commit 22fcd16

Please sign in to comment.