r36949 - /packages/parms/trunk/debian/patches/sharedlibs.patch

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Oct 14 08:51:32 UTC 2010


Author: trophime-guest
Date: Thu Oct 14 08:51:21 2010
New Revision: 36949

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36949
Log:
fix missing symbols

Modified:
    packages/parms/trunk/debian/patches/sharedlibs.patch

Modified: packages/parms/trunk/debian/patches/sharedlibs.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/parms/trunk/debian/patches/sharedlibs.patch?rev=36949&op=diff
==============================================================================
--- packages/parms/trunk/debian/patches/sharedlibs.patch (original)
+++ packages/parms/trunk/debian/patches/sharedlibs.patch Thu Oct 14 08:51:21 2010
@@ -1,6 +1,6 @@
 Index: parms-3.dfsg/src/parms_pc_schurras.c
 ===================================================================
---- parms-3.dfsg.orig/src/parms_pc_schurras.c	2010-10-14 08:49:18.000000000 +0200
+--- parms-3.dfsg.orig/src/parms_pc_schurras.c	2010-10-14 10:41:55.000000000 +0200
 +++ /dev/null	1970-01-01 00:00:00.000000000 +0000
 @@ -1,463 +0,0 @@
 -#include "parms_pc_impl.h"
@@ -468,8 +468,8 @@
 -}
 Index: parms-3.dfsg/makefile
 ===================================================================
---- parms-3.dfsg.orig/makefile	2010-10-14 08:49:19.000000000 +0200
-+++ parms-3.dfsg/makefile	2010-10-14 08:50:03.000000000 +0200
+--- parms-3.dfsg.orig/makefile	2010-10-14 10:41:55.000000000 +0200
++++ parms-3.dfsg/makefile	2010-10-14 10:47:31.000000000 +0200
 @@ -15,6 +15,7 @@
  
  # library path and directory declaration
@@ -507,7 +507,7 @@
 +	if [ ! -d lib ]; then \
 +	  mkdir lib; \
 +	fi
-+	$(CC) -shared $(CFLAGS) -Wl,-soname,libparms.so.3 -o $(SHLIB).3 $(OBJ)
++	$(CC) -shared $(CFLAGS) -Wl,-soname,libparms.so.3 -o $(SHLIB).3 $(OBJ) $(LAPACK_BLAS_LIB) -litsol
 +	cd lib && ln -s libparms.so.3 libparms.so
 +
  tests:  $(LIB)
@@ -515,8 +515,8 @@
  	(cd examples/general;make dd-HB-dse.ex)
 Index: parms-3.dfsg/examples/general/makefile
 ===================================================================
---- parms-3.dfsg.orig/examples/general/makefile	2010-10-14 08:49:19.000000000 +0200
-+++ parms-3.dfsg/examples/general/makefile	2010-10-14 08:49:19.000000000 +0200
+--- parms-3.dfsg.orig/examples/general/makefile	2010-10-14 10:41:55.000000000 +0200
++++ parms-3.dfsg/examples/general/makefile	2010-10-14 10:41:55.000000000 +0200
 @@ -27,7 +27,7 @@
  	${LINKER} ${CLINKFLAGS} -o $@ dd-HB-dse.o aux.o skit.o \
  	${SHFLAGS} ${LIBFLAGS} ${PARMS_LIBS} \




More information about the debian-science-commits mailing list