I installed and compiled OpenBLAS on Ubuntu 14.04 with following instructions:
sudo git clone git://github.com/xianyi/OpenBLAS
cd OpenBLAS
sudo apt-get install gfortran
sudo make FC=gfortran
sudo make install
Now I want to uninstall it. How? I checked on the internet but with no result. Help, please. Thank u.