GNU bug report logs - #69737
GSL cannot find CBLAS symbols

Previous Next

Package: guix;

Reported by: Artyom Bologov <mail <at> aartaka.me>

Date: Mon, 11 Mar 2024 22:47:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Richard Sent <richard <at> freakingpenguin.com>
To: Artyom Bologov <mail <at> aartaka.me>
Cc: Arun Isaac <arunisaac <at> systemreboot.net>, 69737 <at> debbugs.gnu.org
Subject: bug#69737: GSL cannot find CBLAS symbols
Date: Tue, 12 Mar 2024 20:14:30 -0400
Hi Artyom,

I found your code ran when I added

--8<---------------cut here---------------start------------->8---
(define libcblas
  ;; Your store path may differ
  (load-foreign-library "/gnu/store/dzx94b3xv4h1ik1bfrbxaw7n84y9r8zz-gsl-2.7.1/lib/libgslcblas.so"
                        #:global? #t))
--8<---------------cut here---------------end--------------->8---

before (define libgsl ...)

> If global? is true, symbols defined by the loaded library will be
> available when other modules need to resolve symbols; the default is
> #f, which keeps symbols local.
https://www.gnu.org/software/guile/manual/html_node/Foreign-Libraries.html

I have not tested if the calculation is correct.

-- 
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.




This bug report was last modified 1 year and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.