r46993 - in /packages/scilab/branches/5.5/debian/patches: hdf5-libsz.diff series

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sun Jan 25 17:23:43 UTC 2015


Author: sylvestre
Date: Sun Jan 25 17:23:43 2015
New Revision: 46993

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46993
Log:
other patch

Added:
    packages/scilab/branches/5.5/debian/patches/hdf5-libsz.diff
Modified:
    packages/scilab/branches/5.5/debian/patches/series

Added: packages/scilab/branches/5.5/debian/patches/hdf5-libsz.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/hdf5-libsz.diff?rev=46993&op=file
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/hdf5-libsz.diff	(added)
+++ packages/scilab/branches/5.5/debian/patches/hdf5-libsz.diff	Sun Jan 25 17:23:43 2015
@@ -0,0 +1,44 @@
+Index: scilab-5.5.1/configure
+===================================================================
+--- scilab-5.5.1.orig/configure
++++ scilab-5.5.1/configure
+@@ -10359,7 +10359,7 @@ if ${ac_cv_lib_hdf5_H5Fopen+:} false; th
+   $as_echo_n "(cached) " >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lhdf5 -lsz -lz
++LIBS="-lhdf5 -lz
+              $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+@@ -10450,7 +10450,7 @@ _ACEOF
+ 
+ else
+   as_fn_error $? "libhdf5 or libhdf5_hl: library missing. (Cannot find symbol H5Fopen). Check if libhdf5 is installed and if the version is correct" "$LINENO" 5
+-            -lsz -lz
++            -lz
+ 
+ fi
+ 
+Index: scilab-5.5.1/m4/hdf5.m4
+===================================================================
+--- scilab-5.5.1.orig/m4/hdf5.m4
++++ scilab-5.5.1/m4/hdf5.m4
+@@ -53,7 +53,7 @@ if test "x$with_hdf5_library" != "xyes";
+     AC_CHECK_LIB([hdf5], [H5Fopen],
+             [],
+             [AC_MSG_ERROR([libhdf5 or libhdf5_hl: library missing. (Cannot find symbol H5Fopen) in $with_hdf5_library. Check if libhdf5 is installed and if the version is correct])],
+-            [-lsz -lz]
++            [-lz]
+             )
+             
+ else
+@@ -62,7 +62,7 @@ else
+     AC_CHECK_LIB([hdf5], [H5Fopen],
+             [],
+             [AC_MSG_ERROR([libhdf5 or libhdf5_hl: library missing. (Cannot find symbol H5Fopen). Check if libhdf5 is installed and if the version is correct])]
+-            [-lsz -lz]
++            [-lz]
+             )
+ fi
+ 

Modified: packages/scilab/branches/5.5/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/series?rev=46993&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/series	(original)
+++ packages/scilab/branches/5.5/debian/patches/series	Sun Jan 25 17:23:43 2015
@@ -6,3 +6,5 @@
 depend-scicos.diff
 missing-lib.diff
 bashim.diff
+jogl-2.2.diff
+hdf5-libsz.diff




More information about the debian-science-commits mailing list