Skip to content
Victor Escorcia Castillo edited this page Dec 6, 2016 · 3 revisions

#1. Install requirements

If you (a) have a backup plan, or (b) no care to break things or (c) no care about start from scratch, execute this file.

This is a step by step solution, doing pretty much the same by yourself. Note that you can edit the file pointed before and factor out few steps 😃 .

gcc

Check steps here.

ipython

Try with conda using an environment for torch.

openblas

Check steps here.

Notes:

  1. The script compiles it in openmp mode so the way that they enable multi-threading blas application may differ.

Extras

Additional dependencies that I don't have in my software stack.

Fedora 24

sudo dnf install cmake curl readline-devel ncurses-devel nodejs npm czmq czmq-devel libjpeg-turbo-devel libpng-devel ImageMagick GraphicsMagick-devel fftw-devel sox-devel sox qt-devel qtwebkit-devel

For go back, check your dnf history. There should be a way to undo to go back to a specific index 😉 .

Note for conda users: it seems that most of the dependencies are in anaconda or conda-forge. npm, czmq, ImageMagick, GraphicsMagick are not there. All the others have to be tested.

There are binaries for lua-5.2 in conda-forge.

Clone this wiki locally