[GRASS-user] Building 8.2.1: not finding OpenBLASS

Markus Neteler neteler at osgeo.org
Tue Apr 25 15:43:11 PDT 2023


Rich,

On Wed, Apr 26, 2023 at 12:20 AM Rich Shepard <rshepard at appl-ecosys.com> wrote:
>
> I'm trying to build 8.2.1 on Slackware64-15.0. My configuration file is:
> ./configure \
> --enable-64bit \
> --with-libs=/usr/lib64 \
> --with-postgres \
> --with-postgres-includes=/usr/include/postgresql/server/ \
> --with-postgres-libs=/usr/lib64/postgresql/14/lib/ \
> --with-sqlite \
> --with-sqlite-includes=/usr/include/ \
> --with-sqlite-libs=/usr/lib/ \
> --with-cairo \
> --with-blas \
> --with-lapack \
> --with-freetype \
> --with-freetype-includes=/usr/include/freetype2 \
> --with-cxx \
> --with-geos \
> --with-gdal \
> --with-nls \
> --with-python3 \
> --with-pthread \
> --with-proj-share=/usr/share/proj \
> --with-wxwidgets \
> --enable-largefile \
> --with-openmp \
> --with-x \
> --with-pdal=/usr/bin/pdal \
> --with-libLAS
>
> After checking for needed components the script stops telling me it cannot
> locate a BLAS library.

Please check "config.log" for the error message.

Markus


More information about the grass-user mailing list