Skip to content

Commit

Permalink
Grok need MacOS 11.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 27, 2023
1 parent c6b4ee4 commit 007460b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cmake_minimum_required(VERSION 3.20)
project(blosc2_grok LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 20)

# Needed when working with cibuildwheel and MacOS
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
# Grok needs MacOS 11.0 or later
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)

# Debug build
# set(CMAKE_C_FLAGS_DEBUG_INIT "-O0 -g")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "blosc2_grok"
version = "0.0.0.dev"
version = "0.0.1.dev"
readme = "README.md"
authors = [
{name = "Blosc Development Team", email = "[email protected]"},
Expand Down

0 comments on commit 007460b

Please sign in to comment.