bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Adrian Knagg-Baugh
Subject: [bug #63927] Please add a gsl-without-cblas.pc
Date: Tue, 14 Mar 2023 15:19:42 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63927>

                 Summary: Please add a gsl-without-cblas.pc
                   Group: GNU Scientific Library
               Submitter: 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
         Discussion Lock: Any
                 Release: gsl-bin/jammy 2.7.1+dfsg-3 amd64


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 14 Mar 2023 07:19:40 PM UTC By: Adrian Knagg-Baugh <aknaggbaugh>
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.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63927>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]