Skip to content

Commit cf4d8d6

Browse files
linux-{aarch64,ppc64le}: reenable optimizations (#739)
automerged PR by conda-forge/automerge-action
2 parents 6a5e2da + 397af4a commit cf4d8d6

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

recipe/build_base.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ if [[ ${PY_INTERP_DEBUG} == yes ]]; then
4646
fi
4747
fi
4848

49-
# Since these take very long to build in our emulated ci, disable for now
50-
if [[ ${target_platform} == linux-aarch64 ]]; then
51-
_OPTIMIZED=no
52-
fi
53-
if [[ ${target_platform} == linux-ppc64le ]]; then
54-
_OPTIMIZED=no
55-
fi
56-
5749
declare -a _dbg_opts
5850
if [[ ${PY_INTERP_DEBUG} == yes ]]; then
5951
# This Python will not be usable with non-debug Python modules.

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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 = 1 %}
7+
{% set build_number = 2 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}

0 commit comments

Comments
 (0)