Skip to content

Instantly share code, notes, and snippets.

@v0dro
Last active December 18, 2015 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v0dro/5764509 to your computer and use it in GitHub Desktop.
Save v0dro/5764509 to your computer and use it in GitHub Desktop.
Compiling nmatrix on your local machine
'apt-get' install atlas and its dev files (I installed libatlas3-base, libatlas-base-dev, libatlas3gf-base, and libatlas-dev iirc. Not sure if all of these are needed; I just grabbed everything that looked relevant.).
Followed by: export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/atlas before compiling nmatrix from source. (If I leave out the export, I have the same error shown in the gist linked in the OP.)
So at least for me, it was just a matter of ubuntu putting the headers in a different location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment