This is what people are getting anyway when they download the
source tarball, so we may as well bump the VERSION in our script,
regardless of whether it came from the maintainer. Normally I
wouldn't do this, but I needed blas for something else, which
caused me to notice the problem...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* silly typo fix: s/W1/Wl/ (one-->ell)
* add "-std-legacy" to fortran compiler flags since some of
the code is old style Fortran
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit also changes the versioning of the shared library
to use libblas.so.3 as opposed to the full 3.2.2 (inherited
from the lapack library). This should allow for less annoying
upgrades - thanks to Pablo Santamaria for the tip.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>