File blas-instead-of-openblas-SuiteSparse_config_mk.patch of Package suitesparse
--- SuiteSparse.4.4.3/SuiteSparse_config/SuiteSparse_config.mk 2015-01-20 00:46:25.000000000 +0100 +++ SuiteSparse.4.4.1/SuiteSparse_config/SuiteSparse_config.mk 2014-10-23 22:57:40.000000000 +0200 @@ -119,7 +119,7 @@ # naming the BLAS and LAPACK library (*.a or *.so) files. # This is probably slow ... it might connect to the Standard Reference BLAS: -# BLAS = -lblas -lgfortran + BLAS = -lblas -lgfortran LAPACK = -llapack # MKL @@ -131,7 +131,7 @@ # LAPACK = # OpenBLAS - BLAS = -lopenblas +# BLAS = -lopenblas # LAPACK = # NOTE: this next option for the "Goto BLAS" has nothing to do with a "goto"