Hello, I need help installing LAPACK and BLAS on the BBB when using the Angstrom distro. On Ubuntu it was really easy. I just installed using sudo apt-get install liblapack-dev. But installing using just the lapack files<http://www.netlib.org/lapack/>has been difficult, mostly because I am not that experienced when it comes to embedded linux. It seems the primary issue may be that I don't have the gfortran package. After following the guide here<https://github.com/pingswept/dev-log/blob/master/2012-09-build-lapack-and-atlas.markdown>, I get the error 'make: gfortran: Command not found'.
I have tried installing gfortran using the command: opkg install gfortran. However, it seems the package does not exist. Any ideas? Is there another fortran compiler out there? Thanks, Jacob Stockton -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
