bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] [bug #33040] libgsl should be linked against libgslcblas


From: Christoph Junghans
Subject: [Bug-gsl] [bug #33040] libgsl should be linked against libgslcblas
Date: Sun, 10 Apr 2011 12:05:47 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0

URL:
  <http://savannah.gnu.org/bugs/?33040>

                 Summary: libgsl should be linked against libgslcblas
                 Project: GNU Scientific Library
            Submitted by: junghans
            Submitted on: Sun 10 Apr 2011 12:05:46 PM GMT
                Category: Build
                Severity: 3 - Normal
        Operating System: OpenSuse 10.3
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: 1.14
         Discussion Lock: Any

    _______________________________________________________

Details:

$cat main.c
int gsl_linalg_QR_decomp();
int main() {
  return 0;
}
$gcc main.c -lgsl
/usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libgsl.so: undefined
reference to `cblas_csyrk'
(and more)

In gentoo the problem is fixed. (see patch)

The patch also includes the possibility to use an external cblas
implementation, which is very very useful on HPC machines with an optimized
version of cblas.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 10 Apr 2011 12:05:46 PM GMT  Name: gsl-1.14-cblas.patch  Size: 17kB 
 By: junghans
Used in gentoo for a long time and hence well tested
<http://savannah.gnu.org/bugs/download.php?file_id=23186>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33040>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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