From e798c882bc00d96ede8520cd689bf7c790a5ca73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 18 Nov 2024 20:25:26 +0100 Subject: [PATCH 1/2] Stop passing CMAKE_TOOLCHAIN_FILE, append to CMAKE_FIND_ROOT_PATH Stop passing obsolete CMAKE_TOOLCHAIN_FILE for CPU builds. Instead, append the source directory to CMAKE_FIND_ROOT_PATH directly. Do that unconditionally, to improve consistency between CPU and GPU builds, and hopefully make it possible to build MKLDNN with CUDA enabled. --- recipe/build.sh | 2 +- recipe/cross-linux.cmake | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 recipe/cross-linux.cmake diff --git a/recipe/build.sh b/recipe/build.sh index f36cd2bb..d3b9fb1b 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -59,6 +59,7 @@ for ARG in $CMAKE_ARGS; do export ${cmake_arg} fi done +CMAKE_FIND_ROOT_PATH+=";$SRC_DIR" unset CMAKE_INSTALL_PREFIX export TH_BINARY_BUILD=1 export PYTORCH_BUILD_VERSION=$PKG_VERSION @@ -205,7 +206,6 @@ else # for CPU builds. Not to be confused with MKL. export USE_MKLDNN=1 export USE_CUDA=0 - export CMAKE_TOOLCHAIN_FILE="${RECIPE_DIR}/cross-linux.cmake" fi echo '${CXX}'=${CXX} diff --git a/recipe/cross-linux.cmake b/recipe/cross-linux.cmake deleted file mode 100644 index 92224d24..00000000 --- a/recipe/cross-linux.cmake +++ /dev/null @@ -1,22 +0,0 @@ -# this one is important -#set(CMAKE_SYSTEM_NAME Linux) -#set(CMAKE_PLATFORM Linux) -#this one not so much -set(CMAKE_SYSTEM_VERSION 1) - -# specify the cross compiler -set(CMAKE_C_COMPILER $ENV{CC}) - -# where is the target environment -# Make sure to include SRC_DIR otherwise many of their FIND_PATH -# commands may fail as pytorch vendors lots of code -set(CMAKE_FIND_ROOT_PATH $ENV{PREFIX} $ENV{BUILD_PREFIX}/$ENV{HOST}/sysroot $ENV{SRC_DIR}) - -# search for programs in the build host directories -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -# for libraries and headers in the target directories -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) - -# god-awful hack because it seems to not run correct tests to determine this: -set(__CHAR_UNSIGNED___EXITCODE 1) From f56493ae448dac3e2610c280323528f0260ca5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 18 Nov 2024 20:31:32 +0100 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.6, and conda-forge-pinning 2024.11.18.19.00.37 --- ...lernvcccuda_compiler_version11.8cxx_compiler_version11.yaml | 3 +-- ...da-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml | 3 +-- ...da-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml | 3 +-- ...lerNonecuda_compiler_versionNonecxx_compiler_version13.yaml | 3 +-- ...lernvcccuda_compiler_version11.8cxx_compiler_version11.yaml | 3 +-- ...da-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml | 3 +-- ...da-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml | 3 +-- ...lerNonecuda_compiler_versionNonecxx_compiler_version13.yaml | 3 +-- ...da-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml | 3 +-- ...da-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml | 3 +-- ...lerNonecuda_compiler_versionNonecxx_compiler_version13.yaml | 3 +-- .../osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml | 2 +- .../osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml | 2 +- .../osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml | 2 +- .../osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml | 2 +- .../osx_64_blas_implgenericnumpy2python3.13.____cp313.yaml | 2 +- .../osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml | 2 +- .../osx_64_blas_implmklnumpy2.0python3.11.____cpython.yaml | 2 +- .../osx_64_blas_implmklnumpy2.0python3.12.____cpython.yaml | 2 +- .../osx_64_blas_implmklnumpy2.0python3.9.____cpython.yaml | 2 +- .ci_support/osx_64_blas_implmklnumpy2python3.13.____cp313.yaml | 2 +- .ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml | 2 +- .ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml | 2 +- .ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml | 2 +- .ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml | 2 +- .ci_support/osx_arm64_numpy2python3.13.____cp313.yaml | 2 +- .github/CODEOWNERS | 2 +- README.md | 1 + 28 files changed, 28 insertions(+), 38 deletions(-) diff --git a/.ci_support/linux_64_blas_implgenericc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml b/.ci_support/linux_64_blas_implgenericc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml index 90ef6d68..f9ecfc99 100644 --- a/.ci_support/linux_64_blas_implgenericc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml +++ b/.ci_support/linux_64_blas_implgenericc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml b/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml index d43246be..ff0a571e 100644 --- a/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml +++ b/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml b/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml index c8dd370e..307ed21d 100644 --- a/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml +++ b/.ci_support/linux_64_blas_implgenericc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implgenericc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml b/.ci_support/linux_64_blas_implgenericc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml index ddde6c4e..4aa58607 100644 --- a/.ci_support/linux_64_blas_implgenericc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml +++ b/.ci_support/linux_64_blas_implgenericc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implmklc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml b/.ci_support/linux_64_blas_implmklc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml index b2973378..13120e11 100644 --- a/.ci_support/linux_64_blas_implmklc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml +++ b/.ci_support/linux_64_blas_implmklc_compiler_version11c_stdlib_version2.17cuda_compilernvcccuda_compiler_version11.8cxx_compiler_version11.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml b/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml index 39c95fde..5acb4b2c 100644 --- a/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml +++ b/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.17cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml b/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml index 1830a428..2e474d66 100644 --- a/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml +++ b/.ci_support/linux_64_blas_implmklc_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_64_blas_implmklc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml b/.ci_support/linux_64_blas_implmklc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml index dd2b67bc..7b399a3f 100644 --- a/.ci_support/linux_64_blas_implmklc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml +++ b/.ci_support/linux_64_blas_implmklc_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml @@ -49,7 +49,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -68,7 +68,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml b/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml index f6068d73..3e8e775e 100644 --- a/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml +++ b/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.0cxx_compiler_version12.yaml @@ -53,7 +53,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -72,7 +72,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml b/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml index ef375f13..2cf69865 100644 --- a/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml +++ b/.ci_support/linux_aarch64_c_compiler_version12c_stdlib_version2.28cuda_compilercuda-nvcccuda_compiler_version12.6cxx_compiler_version12.yaml @@ -53,7 +53,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -72,7 +72,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/linux_aarch64_c_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml b/.ci_support/linux_aarch64_c_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml index 8ea2c64a..5566ce59 100644 --- a/.ci_support/linux_aarch64_c_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml +++ b/.ci_support/linux_aarch64_c_compiler_version13c_stdlib_version2.17cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml @@ -53,7 +53,7 @@ numpy: - '2' - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x @@ -72,7 +72,6 @@ zip_keys: - - c_compiler_version - cxx_compiler_version - c_stdlib_version - - cdt_name - cuda_compiler - cuda_compiler_version - docker_image diff --git a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml index 55c58c9d..ba4daf9a 100644 --- a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml +++ b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml index 68eaf084..956cdef5 100644 --- a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml +++ b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml index 07e46a1d..35f64826 100644 --- a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml +++ b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml index 3da1966b..4f994959 100644 --- a/.ci_support/osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml +++ b/.ci_support/osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implgenericnumpy2python3.13.____cp313.yaml b/.ci_support/osx_64_blas_implgenericnumpy2python3.13.____cp313.yaml index 25dd3535..ce1b6e9e 100644 --- a/.ci_support/osx_64_blas_implgenericnumpy2python3.13.____cp313.yaml +++ b/.ci_support/osx_64_blas_implgenericnumpy2python3.13.____cp313.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml index a2e78e75..7f75bcba 100644 --- a/.ci_support/osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implmklnumpy2.0python3.11.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy2.0python3.11.____cpython.yaml index 07abde6f..2887d278 100644 --- a/.ci_support/osx_64_blas_implmklnumpy2.0python3.11.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy2.0python3.11.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implmklnumpy2.0python3.12.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy2.0python3.12.____cpython.yaml index f127aa99..f91d859d 100644 --- a/.ci_support/osx_64_blas_implmklnumpy2.0python3.12.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy2.0python3.12.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implmklnumpy2.0python3.9.____cpython.yaml b/.ci_support/osx_64_blas_implmklnumpy2.0python3.9.____cpython.yaml index 32e683fb..8ab6c7ae 100644 --- a/.ci_support/osx_64_blas_implmklnumpy2.0python3.9.____cpython.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy2.0python3.9.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_64_blas_implmklnumpy2python3.13.____cp313.yaml b/.ci_support/osx_64_blas_implmklnumpy2python3.13.____cp313.yaml index 6598a6c2..d24ae21a 100644 --- a/.ci_support/osx_64_blas_implmklnumpy2python3.13.____cp313.yaml +++ b/.ci_support/osx_64_blas_implmklnumpy2python3.13.____cp313.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml b/.ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml index c3e86dd0..6a7e8f4a 100644 --- a/.ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy2.0python3.10.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml b/.ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml index 18f0a8f7..21cc824f 100644 --- a/.ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy2.0python3.11.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml b/.ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml index 053b6cad..605bf1f8 100644 --- a/.ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy2.0python3.12.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml b/.ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml index df480878..edc56a5f 100644 --- a/.ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_numpy2.0python3.9.____cpython.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2.0' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.ci_support/osx_arm64_numpy2python3.13.____cp313.yaml b/.ci_support/osx_arm64_numpy2python3.13.____cp313.yaml index f56cba66..885b89c1 100644 --- a/.ci_support/osx_arm64_numpy2python3.13.____cp313.yaml +++ b/.ci_support/osx_arm64_numpy2python3.13.____cp313.yaml @@ -43,7 +43,7 @@ mkl: numpy: - '2' orc: -- 2.0.2 +- 2.0.3 pin_run_as_build: python: min_pin: x.x diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3015724d..a47a13a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @jeongseok-meta @Tobias-Fischer @beckermr @benjaminrwilson @hmaarrfk @sodre \ No newline at end of file +* @Tobias-Fischer @beckermr @benjaminrwilson @hmaarrfk @jeongseok-meta @sodre \ No newline at end of file diff --git a/README.md b/README.md index dfd99f5f..a99e2407 100644 --- a/README.md +++ b/README.md @@ -346,5 +346,6 @@ Feedstock Maintainers * [@beckermr](https://github.com/beckermr/) * [@benjaminrwilson](https://github.com/benjaminrwilson/) * [@hmaarrfk](https://github.com/hmaarrfk/) +* [@jeongseok-meta](https://github.com/jeongseok-meta/) * [@sodre](https://github.com/sodre/)