jlec        15/04/02 07:21:10

  Added:                c-blosc-1.5.3-shared-libs.patch
  Log:
  Version BUmp, bug #544770; fix version string for lz4 dep to compatible 
version, bug #516432
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  dev-libs/c-blosc/files/c-blosc-1.5.3-shared-libs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/c-blosc/files/c-blosc-1.5.3-shared-libs.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/c-blosc/files/c-blosc-1.5.3-shared-libs.patch?rev=1.1&content-type=text/plain

Index: c-blosc-1.5.3-shared-libs.patch
===================================================================
 hdf5/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hdf5/CMakeLists.txt b/hdf5/CMakeLists.txt
index d91194f..032a292 100644
--- a/hdf5/CMakeLists.txt
+++ b/hdf5/CMakeLists.txt
@@ -44,16 +44,16 @@ endif(MSVC)
 
 # install
 install(FILES blosc_filter.h DESTINATION include COMPONENT HDF5_FILTER_DEV)
-install(TARGETS blosc_filter_shared DESTINATION lib COMPONENT HDF5_FILTER)
+install(TARGETS blosc_filter_shared DESTINATION lib${LIB_SUFFIX} COMPONENT 
HDF5_FILTER)
 if(BUILD_STATIC)
     install(
-        TARGETS blosc_filter_static DESTINATION lib COMPONENT HDF5_FILTER_DEV)
+        TARGETS blosc_filter_static DESTINATION lib${LIB_SUFFIX} COMPONENT 
HDF5_FILTER_DEV)
 endif(BUILD_STATIC)
 
 
 # test
 if(BUILD_TESTS)
     add_executable(example example.c)
-    target_link_libraries(example blosc_filter_static ${HDF5_LIBRARIES})
+    target_link_libraries(example blosc_filter_shared ${HDF5_LIBRARIES})
     add_test(test_hdf5_filter example)
 endif(BUILD_TESTS)




Reply via email to