1 file changed
+6
-0
lines changedDiff for: .travis.yml
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
|
.travis.yml
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 |
| |
6 | 12 |
| |
7 | 13 |
| |
|
5 commit comments
jordens commentedon Aug 11, 2015
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.
fallen commentedon Aug 11, 2015
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...
jordens commentedon Aug 11, 2015
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.
fallen commentedon Aug 14, 2015
Done there 8669f1d
fallen commentedon Aug 17, 2015
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++