torch / torch7

http://torch.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/usr/bin/ld :can not find -lgfortran

onepiece666 opened this issue · comments

when I make OpenBLAS(make NO_AFFINITY=1 USE_OPENMP=1) ,/usr/bin/ld :can not find -lgfortran,i have
sudo apt-get install liblapack-dev
sudo apt-get install gfortran

I solved the problem, because Version gfortran need is 7.4.0 . but Default version of my system is 4.8.5 because i change it when "luarocks inastall cutorch"