[exodus] 22/48: WIP
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Jul 15 11:35:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository exodus.
commit 23b51080d9baf2ce042abd3a97236e1af981fc43
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon Jun 17 03:36:07 2013 +0100
WIP
---
debian/control | 4 ++--
debian/patches/soversion.patch | 25 ++++++++++++-------------
2 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index d9ddbfc..231ebc1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: exodusii
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry at debian.org>
-Build-Depends: debhelper (>= 8.1.3~), cmake (>= 2.4.0), libnetcdf-dev, gfortran, chrpath
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), cmake (>= 2.4.0), libnetcdf-dev, gfortran, chrpath
+Standards-Version: 3.9.4
Homepage: http://sourceforge.net/projects/exodusii/
Package: libexodusii5
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
index 1e8beed..b63b81c 100644
--- a/debian/patches/soversion.patch
+++ b/debian/patches/soversion.patch
@@ -3,11 +3,11 @@ Description: Add SOVERSION to the shared libraries. Needed for Debian.
Forwarded: no
Last-Updated: 2011-10-11
-Index: exodusii-5.14/exodus/cbind/CMakeLists.txt
+Index: exodusii-5.24.dfsg.1/exodus/cbind/CMakeLists.txt
===================================================================
---- exodusii-5.14.orig/exodus/cbind/CMakeLists.txt 2011-10-10 07:25:13.000000000 +0100
-+++ exodusii-5.14/exodus/cbind/CMakeLists.txt 2011-10-10 10:31:09.000000000 +0100
-@@ -249,6 +249,8 @@
+--- exodusii-5.24.dfsg.1.orig/exodus/cbind/CMakeLists.txt 2013-06-16 12:42:13.000000000 +0100
++++ exodusii-5.24.dfsg.1/exodus/cbind/CMakeLists.txt 2013-06-16 12:42:13.000000000 +0100
+@@ -287,6 +287,8 @@
set_target_properties(exoIIv2c PROPERTIES COMPILE_DEFINITIONS _CRT_SECURE_NO_WARNINGS)
ENDIF(MSVC)
@@ -16,16 +16,15 @@ Index: exodusii-5.14/exodus/cbind/CMakeLists.txt
IF(EXODUS_LIBRARY_PROPERTIES)
SET_TARGET_PROPERTIES(exoIIv2c PROPERTIES ${EXODUS_LIBRARY_PROPERTIES})
ENDIF(EXODUS_LIBRARY_PROPERTIES)
-Index: exodusii-5.14/nemesis/CMakeLists.txt
+Index: exodusii-5.24.dfsg.1/nemesis/CMakeLists.txt
===================================================================
---- exodusii-5.14.orig/nemesis/CMakeLists.txt 2011-10-10 07:25:13.000000000 +0100
-+++ exodusii-5.14/nemesis/CMakeLists.txt 2011-10-10 10:40:07.000000000 +0100
-@@ -128,6 +128,8 @@
- ADD_LIBRARY(nemesis ${SOURCES})
- TARGET_LINK_LIBRARIES(nemesis ${EXODUS_LIBRARY} ${NETCDF_LIBRARY} ${HDF5HL_LIBRARY} ${HDF5_LIBRARY} ${Z_LIBRARY} ${MATH_LIBRARY})
+--- exodusii-5.24.dfsg.1.orig/nemesis/CMakeLists.txt 2013-06-16 12:42:13.000000000 +0100
++++ exodusii-5.24.dfsg.1/nemesis/CMakeLists.txt 2013-06-16 12:42:52.000000000 +0100
+@@ -8,6 +8,7 @@
+ SET(NEMESIS_BUILD_SHARED_LIBS "${BUILD_SHARED_LIBS}")
+ SET(HEADERS "ne_nemesisI.h")
+set_target_properties(nemesis PROPERTIES VERSION 3.09.0 SOVERSION 3)
-+
- ADD_EXECUTABLE(ne_test ne_test.c)
- TARGET_LINK_LIBRARIES( ne_test nemesis ${EXODUS_LIBRARY} ${NETCDF_LIBRARY} ${HDF5HL_LIBRARY} ${HDF5_LIBRARY} ${Z_LIBRARY} ${MATH_LIBRARY})
+ find_path( NETCDF_INCLUDE_DIR netcdf.h
+ $ENV{ACCESS}/inc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/exodus.git
More information about the debian-science-commits
mailing list