File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,6 +399,8 @@ SYSCONFIG=$(find ${_buildd_static}/$(cat ${_buildd_static}/pybuilddir.txt) -name
399399cat ${SYSCONFIG} | ${SYS_PYTHON} " ${RECIPE_DIR} " /replace-word-pairs.py \
400400 " ${_FLAGS_REPLACE[@]} " \
401401 > ${PREFIX} /lib/python${VERABI_NO_DBG} /$( basename ${SYSCONFIG} )
402+ BUILD_DETAILS=${_buildd_shared} /$( cat ${_buildd_shared} /pybuilddir.txt) /build-details.json
403+ cp ${BUILD_DETAILS} ${PREFIX} /lib/python${VERABI_NO_DBG} /
402404MAKEFILE=$( find ${PREFIX} /lib/python${VERABI_NO_DBG} / -path " *config-*/Makefile" -print0)
403405cp ${MAKEFILE} /tmp/Makefile-$$
404406cat /tmp/Makefile-$$ | ${SYS_PYTHON} " ${RECIPE_DIR} " /replace-word-pairs.py \
Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 0 %}
7+ {% set build_number = 1 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -307,6 +307,7 @@ outputs:
307307 requires :
308308 - {{ stdlib('c') }}
309309 - {{ compiler('c') }}
310+ - ripgrep
310311 commands :
311312 - VER=${PKG_VERSION%.*} # [not win]
312313 - VERABI=${VER} # [not win]
You can’t perform that action at this time.
0 commit comments