-
Notifications
You must be signed in to change notification settings - Fork 50
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
how to install gcc-7.3 or gcc-7.2? #2
Comments
It probably has something to do with this: |
I think my previous thinking was wrong. @jjhelmus had compiled compilers for us and put them in his channel https://anaconda.org/jjhelmus/repo?label=aarch64_bootstrap Instead of using the toolchain compilers, I think I am supposed to use the |
Yes, there are GCC 7.3.0 compilers packages in the jjhelmus/label/aarch64_bootstrap channel that can be used. Keep in mind that I created these bootstrap packages on a machine running Ubuntu 18.04 so the compilers require glibc 2.27 or newer. These compilers produce binaries that target glibc 2.17 and therefore the artifacts should work with CentOS 7 and newer distribution (CentOS 6 does not support aarch64). I'm working on rebuilding the compilers in a CentOS 7 docker container to produce compiler packages that are compatible with broader array of glibc versions. |
@jjhelmus I've managed to make the first package, toolchain,
but it seems I need a compatible version of
libgcc-ng
. I can't find the feedstock for that one.It looks from the notes that you cross compiled that one.
Could you help me get it to the version I have installed in the docker container??
The docker container uses gcc 7.4.
I don't really know how to install gcc 7.3 on aarch64
You can see the results of this build process:
https://app.shippable.com/github/hmaarrfk/make-feedstock/runs/4/1/console
I just got the rights for Archiconda to use aarch instances on shippable.
The text was updated successfully, but these errors were encountered: