Rich, On Wed, Apr 26, 2023 at 12:20 AM Rich Shepard <[email protected]> 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 _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
