Skip to content

Commit

Permalink
Bump version to 2.6.2 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jun 17, 2024
1 parent ae5b5a7 commit eb4f3b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }}
strategy:
matrix:
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17, clang-18]
compiler: [gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17, clang-18]
build_type: [Debug, Release]
exclude:
- compiler: gcc-10
Expand All @@ -37,8 +37,12 @@ jobs:
- name: Enable Fortran
if: startsWith(matrix.compiler, 'gcc')
run: echo "TEST_FORTRAN=ON" >> $GITHUB_ENV
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install python modules
run: pip3 install --user nose-py3 numpy
run: python3 -m pip install nose-py3 numpy
- name: Cache pFUnit
id: cache-pfunit
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/install" CACHE PATH "CMake

cmake_policy(SET CMP0048 NEW)
cmake_minimum_required(VERSION 3.12.0)
project(Serialbox LANGUAGES C CXX VERSION 2.6.1)
project(Serialbox LANGUAGES C CXX VERSION 2.6.2)

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_C_EXTENSIONS OFF)
Expand Down

0 comments on commit eb4f3b8

Please sign in to comment.