We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something .ci_support/linux_* has some things that are linux-64 specific, and not always translatable to linux-aarch64
.ci_support/linux_*
linux-64
linux-aarch64
The text was updated successfully, but these errors were encountered:
See toolchain for example
toolchain
Sorry, something went wrong.
sometimes you have to specify AR for cmake.
see this PR. https://github.com/conda-forge/zstd-feedstock/pull/20/files
The best way to do it is
FULL_AR=`which ${AR}` ... -DCMAKE_AR=${FULL_AR} \
or maybe just
-DCMAKE_AR=`which ${AR}` \
No branches or pull requests
Something
.ci_support/linux_*
has some things that arelinux-64
specific, and not always translatable tolinux-aarch64
The text was updated successfully, but these errors were encountered: