r37057 - /packages/getfem++/trunk/debian/patches/addgetfempath.diff

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Nov 30 07:30:23 UTC 2010


Author: sylvestre
Date: Tue Nov 30 07:30:14 2010
New Revision: 37057

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37057
Log:
Load put at the right place

Modified:
    packages/getfem++/trunk/debian/patches/addgetfempath.diff

Modified: packages/getfem++/trunk/debian/patches/addgetfempath.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/getfem%2B%2B/trunk/debian/patches/addgetfempath.diff?rev=37057&op=diff
==============================================================================
--- packages/getfem++/trunk/debian/patches/addgetfempath.diff (original)
+++ packages/getfem++/trunk/debian/patches/addgetfempath.diff Tue Nov 30 07:30:14 2010
@@ -1,14 +1,16 @@
-Index: getfem++-4.1.1/interface/src/scilab/sci_gateway/c/loader.sce
+Index: getfem++-4.1.1/interface/src/scilab/etc/sci_getfem.start
 ===================================================================
---- getfem++-4.1.1.orig/interface/src/scilab/sci_gateway/c/loader.sce	2010-11-30 00:26:35.000000000 +0100
-+++ getfem++-4.1.1/interface/src/scilab/sci_gateway/c/loader.sce	2010-11-30 00:27:48.000000000 +0100
-@@ -1,6 +1,9 @@
- // This file is released into the public domain
- // Generated by builder.sce : Please, do not edit this file
- //
+--- getfem++-4.1.1.orig/interface/src/scilab/etc/sci_getfem.start	2010-11-30 08:27:45.000000000 +0100
++++ getfem++-4.1.1/interface/src/scilab/etc/sci_getfem.start	2010-11-30 08:29:08.000000000 +0100
+@@ -15,6 +15,11 @@
+ etc_tlbx  = getshortpathname(etc_tlbx);
+ root_tlbx = strncpy( etc_tlbx, length(etc_tlbx)-length("\etc\") );
+ 
++// Load the native library
 +a=ls("/usr//lib/libgetfem.so*");
 +link(a(1));
 +clear a;
- libscigetfem_c_path = get_file_path('loader.sce');
- link(libscigetfem_c_path+'/../../src/c/libsp_get.so');
- list_functions = [             'gf_util';
++
+ //Load  functions library
+ // =============================================================================
+ mprintf("\tLoad macros\n");




More information about the debian-science-commits mailing list