bugGNU Scientific Library - Bugs: bug #63927, Please add a gsl-without-cblas.pc

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #63927: Please add a gsl-without-cblas.pc

Submitter:  Adrian Knagg-Baugh <aknaggbaugh>
Submitted:  Tue 14 Mar 2023 07:19:40 PM UTC
   
 
Category:  Build Severity:  3 - Normal
Operating System:  GNU/Linux Kubuntu 22.04 Status:  None
Assigned to:  None Open/Closed:  Open
Release:  gsl-bin/jammy 2.7.1+dfsg-3 amd64

Tue 14 Mar 2023 07:19:40 PM UTC, original submission:  

Please add a gsl-without-cblas.pc pkgconfig file, corresponding to gsl-config --libs-without-cblas

This will enable adding a dependency in meson for gsl-without-cblas in the event that an alternative BLAS implementation is to be used as described here: http://www.inference.org.uk/pjc51/local/gsl/manual/gsl-ref_2.html

Currently using the dependency

gsl_dep = dependency('gsl', required : true)

provides no way to avoid setting the linker arg -lgslcblas, so then adding
another dependency something like

blas_dep = dependency('blis', required: true)

provides the additional linker arg -lblis which clashes.

Adrian Knagg-Baugh <aknaggbaugh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aknaggbaugh (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code