]> git.pld-linux.org Git - packages/arpack.git/commitdiff
- link with liblapack
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 Nov 2003 23:31:38 +0000 (23:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpack-automake_support.patch -> 1.2

arpack-automake_support.patch

index 144ad142cc9e6904db99dae11771ff13c51ada2d..587e6e73f978bdd5f43879ec4f384dec0da5dc09 100644 (file)
@@ -22,10 +22,11 @@ diff -urN ARPACK.orig/Makefile.am ARPACK.new/Makefile.am
 diff -urN ARPACK.orig/SRC/Makefile.am ARPACK.new/SRC/Makefile.am
 --- ARPACK.orig/SRC/Makefile.am        1970-01-01 01:00:00.000000000 +0100
 +++ ARPACK.new/SRC/Makefile.am 2003-11-10 21:09:12.000000000 +0100
-@@ -0,0 +1,19 @@
+@@ -0,0 +1,20 @@
 +LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTTAG)
 +lib_LTLIBRARIES = libarpack.la
 +libarpack_la_LDFLAGS = -version-info $(subst .,:,@VERSION@)
++libarpack_la_LIBADD = -llapack
 +libarpack_la_SOURCES= \
 +       cgetv0.f cnaitr.f cnapps.f cnaup2.f cnaupd.f cneigh.f cneupd.f\
 +       cngets.f csortc.f cstatn.f debug.h dgetv0.f dlaqrb.f dnaitr.f\
This page took 0.10745 seconds and 4 git commands to generate.