File: gsl-cblas-linkage

package info (click to toggle)
gsl 2.8%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 29,088 kB
  • sloc: ansic: 269,984; sh: 4,535; makefile: 902; python: 69
file content (19 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: add missing linkage on libgslcblas to libgsl.so
 libgsl has missing symbols because it is not linked against libgslcblas.
 Fix it so the library is properly stand-alone.
Author: Steve Langasek <steve.langasek@ubuntu.com>
Last-Modified: 2018-08-23

Index: gsl-2.5+dfsg/Makefile.am
===================================================================
--- gsl-2.5+dfsg.orig/Makefile.am
+++ gsl-2.5+dfsg/Makefile.am
@@ -19,7 +19,7 @@
 
 lib_LTLIBRARIES = libgsl.la
 libgsl_la_SOURCES = version.c
-libgsl_la_LIBADD = $(GSL_LIBADD) $(SUBLIBS)
+libgsl_la_LIBADD = $(GSL_LIBADD) $(SUBLIBS) cblas/libgslcblas.la
 libgsl_la_LDFLAGS = $(GSL_LDFLAGS) -version-info $(GSL_LT_VERSION)
 noinst_HEADERS = templates_on.h templates_off.h build.h