Skip to content

Support linux-riscv64 platform - #896

Open
h-vetinari wants to merge 10 commits into
conda-forge:mainfrom
h-vetinari:riscv
Open

Support linux-riscv64 platform#896
h-vetinari wants to merge 10 commits into
conda-forge:mainfrom
h-vetinari:riscv

Conversation

@h-vetinari

Copy link
Copy Markdown
Member

Manually because the bot broke a dependency cycle by just marking stuff as done.

Based on #894 for convenience, but can be split if necessary.

Comment thread recipe/build_base.sh
echo "ac_cv_file__dev_ptc=no" >> config.site
echo "ac_cv_pthread=yes" >> config.site
echo "ac_cv_little_endian_double=yes" >> config.site
if [[ "${target_platform}" == "osx-arm64" || "${target_platform}" == "linux-ppc64le" || "${target_platform}" == "linux-aarch64" ]]; then

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ "${target_platform}" == "osx-arm64" || "${target_platform}" == "linux-ppc64le" || "${target_platform}" == "linux-aarch64" || "${target_platform}" == "linux-riscv64" ]]; then

Comment thread recipe/build_base.sh
CPPFLAGS=${CPPFLAGS}" -I${PREFIX}/include"

re='^(.*)(-I[^ ]*)(.*)$'
if [[ ${CFLAGS} =~ $re ]]; then

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ "${CFLAGS}" =~ $re ]]; then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants