[silo-llnl] 16/96: Add pkgconfig patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 13:09:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit a721be0ab375b03a9024c3014eaca27b2dab40f8
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Aug 25 18:26:42 2011 +0100

    Add pkgconfig patch
---
 debian/patches/pkgconfig.patch | 43 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/debian/patches/pkgconfig.patch b/debian/patches/pkgconfig.patch
new file mode 100644
index 0000000..5a1b5e9
--- /dev/null
+++ b/debian/patches/pkgconfig.patch
@@ -0,0 +1,43 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Add a pkgconfig file for the SILO library
+Last-Updated: 2011-08-25
+Forwarded: no
+
+Index: silo-llnl-4.8/configure
+===================================================================
+--- silo-llnl-4.8.orig/configure	2011-08-25 17:09:06.000000000 +0100
++++ silo-llnl-4.8/configure	2011-08-25 17:09:15.000000000 +0100
+@@ -27467,7 +27467,7 @@
+   CXX_LINK_NEEDED_FALSE=
+ fi
+ 
+-ac_config_files="$ac_config_files Makefile SiloWindows/Makefile svn_bin/Makefile config/Makefile config-site/Makefile docs/Makefile src/Makefile src/score/Makefile src/pdb/Makefile src/silo/Makefile src/silo/silo.h src/debug/Makefile src/netcdf/Makefile src/pdb_drv/Makefile src/pdbp_drv/Makefile src/hdf5_drv/Makefile src/taurus/Makefile src/unknown/Makefile src/filters/Makefile tests/Makefile tools/Makefile tools/browser/Makefile tools/python/Makefile tools/silex/Makefile tools/silock/M [...]
++ac_config_files="$ac_config_files Makefile SiloWindows/Makefile svn_bin/Makefile config/Makefile config-site/Makefile docs/Makefile src/Makefile src/score/Makefile src/pdb/Makefile src/silo/Makefile src/silo/silo.h src/debug/Makefile src/netcdf/Makefile src/pdb_drv/Makefile src/pdbp_drv/Makefile src/hdf5_drv/Makefile src/taurus/Makefile src/unknown/Makefile src/filters/Makefile tests/Makefile tools/Makefile tools/browser/Makefile tools/python/Makefile tools/silex/Makefile tools/silock/M [...]
+ 
+ if test -n "$HZIP"; then
+   ac_config_files="$ac_config_files src/hzip/Makefile"
+@@ -28213,6 +28213,7 @@
+     "src/fpzip/Makefile") CONFIG_FILES="$CONFIG_FILES src/fpzip/Makefile" ;;
+     "src/libsiloh5.settings") CONFIG_FILES="$CONFIG_FILES src/libsiloh5.settings" ;;
+     "src/libsilo.settings") CONFIG_FILES="$CONFIG_FILES src/libsilo.settings" ;;
++    "sil.pc") CONFIG_FILES="$CONFIG_FILES silo.pc" ;;
+ 
+   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+Index: silo-llnl-4.8/x
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ silo-llnl-4.8/silo.pc.in	2011-08-25 17:11:25.000000000 +0100
+@@ -0,0 +1,12 @@
++prefix=@prefix@
++exec_prefix=${prefix}
++libdir=@libdir@
++includedir=@includedir@
++
++Name: silo
++Description:  A mesh and field I/O library and scientific database
++URL:  https://wci.llnl.gov/codes/silo/
++Version: @VERSION@
++Libs: -L${libdir} -lsiloh5
++Libs.private:  @LIBS@ 
++Cflags: -I${includedir}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git



More information about the debian-science-commits mailing list