[exodus] 40/48: Enable shared _in_ cmake
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Jul 15 11:36:09 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 f21f8f2f33c3e60f40b6b3f6a0bed311489076c9
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sun Dec 15 18:06:26 2013 +0000
Enable shared _in_ cmake
---
debian/patches/soversion.patch | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch
index ed0e7ba..9bfc397 100644
--- a/debian/patches/soversion.patch
+++ b/debian/patches/soversion.patch
@@ -5,8 +5,8 @@ Last-Updated: 2011-10-11
Index: exodusii-6.02.dfsg.1/exodus/cbind/CMakeLists.txt
===================================================================
---- exodusii-6.02.dfsg.1.orig/exodus/cbind/CMakeLists.txt 2013-12-14 18:33:09.000000000 +0000
-+++ exodusii-6.02.dfsg.1/exodus/cbind/CMakeLists.txt 2013-12-15 17:33:03.000000000 +0000
+--- exodusii-6.02.dfsg.1.orig/exodus/cbind/CMakeLists.txt 2013-12-15 17:56:40.000000000 +0000
++++ exodusii-6.02.dfsg.1/exodus/cbind/CMakeLists.txt 2013-12-15 17:56:50.000000000 +0000
@@ -284,6 +284,8 @@
set_target_properties(exoIIv2c PROPERTIES COMPILE_DEFINITIONS _CRT_SECURE_NO_WARNINGS)
ENDIF(MSVC)
@@ -18,8 +18,8 @@ Index: exodusii-6.02.dfsg.1/exodus/cbind/CMakeLists.txt
ENDIF(EXODUS_LIBRARY_PROPERTIES)
Index: exodusii-6.02.dfsg.1/nemesis/CMakeLists.txt
===================================================================
---- exodusii-6.02.dfsg.1.orig/nemesis/CMakeLists.txt 2013-12-14 18:33:09.000000000 +0000
-+++ exodusii-6.02.dfsg.1/nemesis/CMakeLists.txt 2013-12-15 17:33:47.000000000 +0000
+--- exodusii-6.02.dfsg.1.orig/nemesis/CMakeLists.txt 2013-12-15 17:56:40.000000000 +0000
++++ exodusii-6.02.dfsg.1/nemesis/CMakeLists.txt 2013-12-15 17:56:50.000000000 +0000
@@ -74,6 +74,7 @@
ADD_LIBRARY(nemesis ${SOURCES})
@@ -30,14 +30,14 @@ Index: exodusii-6.02.dfsg.1/nemesis/CMakeLists.txt
TARGET_LINK_LIBRARIES( ne_test nemesis ${EXODUS_LIBRARY} ${NETCDF_LIBRARY} ${HDF5HL_LIBRARY} ${HDF5_LIBRARY} ${Z_LIBRARY} ${MATH_LIBRARY})
Index: exodusii-6.02.dfsg.1/exodus/CMakeLists.txt
===================================================================
---- exodusii-6.02.dfsg.1.orig/exodus/CMakeLists.txt 2013-12-14 18:33:09.000000000 +0000
-+++ exodusii-6.02.dfsg.1/exodus/CMakeLists.txt 2013-12-15 17:55:46.000000000 +0000
+--- exodusii-6.02.dfsg.1.orig/exodus/CMakeLists.txt 2013-12-15 17:56:40.000000000 +0000
++++ exodusii-6.02.dfsg.1/exodus/CMakeLists.txt 2013-12-15 18:05:56.000000000 +0000
@@ -7,7 +7,7 @@
SET(EXODUSII_VERSION "${EXODUSII_VERSION_MAJOR}.${EXODUSII_VERSION_MINOR}")
SET(EXODUSII_VERSION_FULL "${EXODUSII_VERSION}.${EXODUSII_VERSION_PATCH}")
-OPTION(BUILD_SHARED "Build the exodus libraries shared." OFF)
-+# OPTION(BUILD_SHARED "Build the exodus libraries shared." ON)
++OPTION(BUILD_SHARED "Build the exodus libraries shared." ON)
IF(BUILD_SHARED)
SET(EXODUS_LIBRARY_TYPE SHARED)
--
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