-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
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
075bf33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you need to build the llvmlite packages against GLIBCXX_3.4.20, this would need to go into the installation instructions as well. Trusty has GLIBCXX_3.4.19 max.
075bf33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a need, it's just that my linux-64 build machine happens to have a recent GLIBCXX (Debian Jessie).
So when using the package on Ubuntu LTS it does not work, unless you add the ppa repository as I did.
Is that an issue?
I should maybe add this trick to the installation instructions for those using Ubuntu LTS...
075bf33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's up to you. We just have to keep track of these things and either build llvmlite in a chroot/vm or keep tweaking travis and the installation instructions.
075bf33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done there 8669f1d
075bf33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebuilt and uploaded llvmlite-artiq for linux-64 : built on Ubuntu 14.04 LTS.
That should fix the issue of needing a recent libstdc++