From 2dbb8056d0a45490c17959796d1fc6c6b4340225 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Tue, 19 Sep 2023 10:59:41 +0800 Subject: [PATCH] Rollback abseil-cpp version for macOS --- recipe/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0773c65..101c5d8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,9 @@ source: build: skip: true # [python_impl == 'pypy'] - script: {{ PYTHON }} -m pip install . -vv + script: | + sed -i '' -E 's/20230802.0/20230125.3/' CMakeLists.txt # [osx] + {{ PYTHON }} -m pip install . -vv number: 0 script_env: # [win] # Unset `CMAKE_GENERATOR` and let Visual Studio set to its default