File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cp $BUILD_PREFIX/share/libtool/build-aux/config.* .
77if [[ ! -d ${SRC_DIR} /python-bin ]]; then
88 # Need an up-to-date python to build python.
99 # python 3.10 in miniforge is too old.
10- CONDA_SUBDIR=$build_platform conda create -p ${SRC_DIR} /python-bin python -c conda-forge --yes --quiet
10+ CONDA_SUBDIR=$build_platform conda create -p ${SRC_DIR} /python-bin python -c conda-forge --override-channels -- yes --quiet
1111 export PATH=${SRC_DIR} /python-bin/bin:${PATH}
1212fi
1313
Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ outputs:
9191 ignore_run_exports_from :
9292 # C++ only installed so CXX is defined for distutils/sysconfig.
9393 - {{ compiler('cxx') }} # [unix]
94- # this is just to get the headers needed for tk.h, but is unused
94+ # These two are just to get the headers needed for tk.h, but is unused
9595 - xorg-libx11
96+ - xorg-xorgproto
9697 # Disabled until verified to work correctly
9798 detect_binary_files_with_prefix : true
9899 # detect_binary_files_with_prefix: False
@@ -168,8 +169,9 @@ outputs:
168169 - openssl
169170 - readline # [not win]
170171 - tk
171- # this is just to get the headers needed for tk.h, but is unused
172+ # These two are just to get the headers needed for tk.h, but is unused
172173 - xorg-libx11
174+ - xorg-xorgproto
173175 - ncurses # [unix]
174176 - libffi
175177 - ld_impl_{{ target_platform }} >=2.36.1 # [linux]
You can’t perform that action at this time.
0 commit comments