hi,
i'm sorry to bother the developers with this simple question, but i didn't find an answer anywhere else.
i'm eventually trying to build linbox-1.5.2, but i seem to be stuck at fflas-ffpack. i successfully built givaro and openblas, and have installed them with prefix $HOME. but the configuration for fflas-ffpack can't seem to find libopenblas:
$ export PKG_CONFIG_PATH=/home/gunnells/lib/pkgconfig:$PKG_CONFIG_PATH; ./configure --prefix=/home/gunnells --with-blas-libs="-L/home/gunnells/lib -lopenblas"
eventually produces
...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIVARO... yes
checking for use of MKL... no
checking for BLAS... problem
*******************************************************************************
ERROR: BLAS not found!
BLAS routines are required for this library to compile. Please
make sure BLAS are installed and specify its location with the option
--with-blas-libs=<libs> and if necessary --with-blas-cflags=<cflags>
when running configure.
in /home/gunnells/lib i definitely have libopenblas there:
thank you for any advice. this collection of software looks like it will be very helpful for me.
-Paul