[GRASS-user] Library question

I run grass-7.9.dev on Slackware-14.2 with OpenBLAS-0.3.12-x86_64-1_SBo
installed. When I configure a new download from the git repo it does not
find this library, but asks for BLAS:
checking whether to use BLAS... yes
checking for location of BLAS includes... checking for location of BLAS library... checking for cblas.h... yes
checking for dnrm2_ in -lblas... no
configure: error: *** Unable to locate BLAS library.

Can I change the request for BLAS to OpenBLAS?

TIA,

Rich

Hi Rich,

I think you also need LAPACK (liblapack-dev, not sure how that package is named on slackware).

Cheers
Stefan

-----Original Message-----
From: grass-user <grass-user-bounces@lists.osgeo.org> On Behalf Of Rich Shepard
Sent: lørdag 27. februar 2021 15:27
To: grass-user@lists.osgeo.org
Subject: [GRASS-user] Library question

I run grass-7.9.dev on Slackware-14.2 with OpenBLAS-0.3.12-x86_64-1_SBo installed. When I configure a new download from the git repo it does not find this library, but asks for BLAS:
checking whether to use BLAS... yes
checking for location of BLAS includes...
checking for location of BLAS library...
checking for cblas.h... yes
checking for dnrm2_ in -lblas... no
checking for dnrm2_ in -lblas... no
configure: error: *** Unable to locate BLAS library.

Can I change the request for BLAS to OpenBLAS?

TIA,

Rich
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.osgeo.org%2Fmailman%2Flistinfo%2Fgrass-user&amp;data=04|01||d53f0bb6a4d2444b072508d8db2d245e|6cef373021314901831055b3abf02c73|0|0|637500334228564091|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&amp;sdata=RRFDqFvjpqo5RxLfOGGnqaQH1gbD9SdjPh7L%2FH8Vj3k%3D&amp;reserved=0

On Sat, 27 Feb 2021, Stefan Blumentrath wrote:

I think you also need LAPACK (liblapack-dev, not sure how that package is
named on slackware).

Stefan,

I thought that was provided in OpenBLAS, but it's not. So, I'll install
LAPACK (and Slackware doesn't separate libraries from the rest of the tool;
it's all in one package.)

Thanks,

Rich