-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rework older conda packages #40
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mithro
force-pushed
the
binutils-update
branch
4 times, most recently
from
August 23, 2018 22:03
b38f61e
to
14f05d0
Compare
mithro
changed the title
Upgrade binutils to 2.31.1
Rework older conda packages to use variants
Aug 24, 2018
mithro
force-pushed
the
binutils-update
branch
2 times, most recently
from
August 26, 2018 04:33
14ac23e
to
ec4d37c
Compare
mithro
force-pushed
the
binutils-update
branch
7 times, most recently
from
September 18, 2018 23:37
fa911c6
to
9f02aa5
Compare
mithro
changed the title
Rework older conda packages to use variants
Rework older conda packages
Sep 18, 2018
mithro
force-pushed
the
binutils-update
branch
6 times, most recently
from
September 19, 2018 04:29
f56203e
to
93ca0d4
Compare
mithro
force-pushed
the
master
branch
2 times, most recently
from
September 19, 2018 05:44
09a546c
to
7d76643
Compare
mithro
force-pushed
the
binutils-update
branch
2 times, most recently
from
September 19, 2018 18:31
685a8d5
to
29e5a77
Compare
* Install now does the download. * Script shouldn't contact the internet.
Currently travis runs out of disk space on or1k builds.
mithro
force-pushed
the
binutils-update
branch
from
September 21, 2018 18:02
3d83cc2
to
b9005fe
Compare
mithro
force-pushed
the
binutils-update
branch
from
September 22, 2018 06:23
b9005fe
to
de705ac
Compare
mithro
force-pushed
the
binutils-update
branch
from
September 23, 2018 14:55
19dc4fc
to
aaa30ac
Compare
mithro
added a commit
to mithro/litex-conda
that referenced
this pull request
Oct 5, 2019
Add ODIN-II package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make the conda packages use the new Jinja templating for package creation. Original package variants where attempted but ended up falling back to just using environment variables.
All packages should be green again now. The cross compilers are back to not being statically linked, instead they are built with the conda toolchain.
This should fix;
vsyscall
causing segfaults (see Due to glibc 2.12 limitation, static executables that use time(), cpuinfo() and maybe a few others cannot be run on systems that do not support or usevsyscall=emulate
ContinuumIO/anaconda-issues#8203)For git based packages, the build string / number is as follows;
For source repos the build string / number is as follows;