From bff1a8321ace602e9cc7faee1848f08ce05d94ce Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Tue, 13 Sep 2022 23:56:33 +0200 Subject: [PATCH] add build config --- recipe/conda_build_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..de0bc5d --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,4 @@ +c_compiler_version: # [osx and x86_64] + - 13 # [osx and x86_64] +cxx_compiler_version: # [osx and x86_64] + - 13 # [osx and x86_64]