Revert "manual: llvmlite-artiq conda package needs a recent libstdc++6"

This reverts commit 8669f1d61d.
This is no longer needed since the llvmlite-artiq package for
linux-64 has been rebuilt on an older Ubuntu (14.04 LTS)
This commit is contained in:
Yann Sionneau 2015-08-17 17:50:19 +02:00
parent cd199f16ec
commit a0f1b02eb5
1 changed files with 0 additions and 19 deletions

View File

@ -42,25 +42,6 @@ Then you can install the ARTIQ package, it will pull all the necessary dependenc
$ conda install artiq
.. note::
You need to have a recent libstdc++6.
If you are installing on e.g. Ubuntu 14.04 LTS: you need to update your
libstdc++6.
If the following command outputs `GLIBCXX_3.4.20`, then you don't need to
upgrade::
$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.20
GLIBCXX_3.4.20
Adapt the previous command to the location of libstdc++ on your system.
To upgrade, on Ubuntu you need to do the following::
$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
$ sudo apt-get update
$ sudo apt-get install libstdc++6
Preparing the core device FPGA board
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^