June 2018
Intermediate to advanced
248 pages
5h 27m
English
In order to build NumPy against ATLAS, please follow these instructions
$ sudo apt-get update$ sudo apt-get upgrade
$ sudo apt-get install build-essential libc6 gcc gfortran
$ sudo apt-get install libatlas-base-dev
$ sudo apt-get install python3-pip$ pip3 install --no-cache-dir Cython$ git clone https://github.com/numpy/numpy.git$ cd numpy$ cp site.cfg.example site.cfg$ vi site.cfg
Inside site.cfg, you should comment out atlas lines and set it to your atlas installation as following: ...