agb32 / dasp

DASP the Durham Adaptive optics Simulation Platform: Modelling and simulation of adaptive optics systems
https://www.dur.ac.uk/cfai/adaptiveoptics/dasp/
GNU Affero General Public License v3.0
16 stars 10 forks source link

Add x86_64-linux-gnu path to find atlas/lapack #7

Closed maximecharriere closed 3 years ago

maximecharriere commented 3 years ago

During the make of dasp, even though Atlas has been installed, I've got this error :

atlas/lapack library not found - not making atlasmodule

This is because the libraries are no longer installed in /usr/lib/ but in /usr/lib/x86_64-linux-gnu/. So, since the atlas path is hard-coded, you have to modify the cmod/mkl/setup.py file.