Skip to content
New issue

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

Lessons learned #1

Open
hmaarrfk opened this issue Dec 24, 2018 · 3 comments
Open

Lessons learned #1

hmaarrfk opened this issue Dec 24, 2018 · 3 comments

Comments

@hmaarrfk
Copy link
Contributor

Something .ci_support/linux_* has some things that are linux-64 specific, and not always translatable to linux-aarch64

@hmaarrfk
Copy link
Contributor Author

See toolchain for example

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Jan 7, 2019

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}              \

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Jan 7, 2019

or maybe just

-DCMAKE_AR=`which ${AR}`    \

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

No branches or pull requests

1 participant