How to cross-compile conda package with local crosstool-ng compiler? #5584
Labels
source::community
catch-all for issues filed by community members
type::bug
describes erroneous operation, use severity::* to classify the type
I'm trying to cross-compile some conda packages to an unsupported platform (
linux-ppc
) and running into an issue with the compilers.As an example, I'm starting with bzip2: https://github.com/conda-forge/bzip2-feedstock
I've added a
conda_build_config.yaml
file with the following:However, it always results in the following error:
While it's true that
c_linux-ppc
doesn't exist, powerpc-espresso-linux-gnu-gcc_linux-ppc does exist on the local system:I assume this error is showing up because it's trying to pull
powerpc-espresso-linux-gnu-gcc_linux-ppc
from a conda repo. How do I forceconda-build
to use a local compiler?Any help is appreciated!
The text was updated successfully, but these errors were encountered: