summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hdf5/files
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-01 20:19:55 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-01 20:22:25 -0800
commitebcce220ccb99e6adc01fc0c6c4bcf1979f567e0 (patch)
tree728fde3722158329b9e505c223de2bcd328234c0 /meta-oe/recipes-support/hdf5/files
parentd42bbb750ada6ae1e7342c0b692d8cbc4eed7fb8 (diff)
downloadmeta-openembedded-ebcce220ccb99e6adc01fc0c6c4bcf1979f567e0.tar.gz
hdf5: Upgrade to 1.14.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/hdf5/files')
-rw-r--r--meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch6
-rw-r--r--meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
index 642d7d1662..a8050cc55b 100644
--- a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
+++ b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
@@ -15,7 +15,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
15 15
16--- a/config/cmake/libh5cc.in 16--- a/config/cmake/libh5cc.in
17+++ b/config/cmake/libh5cc.in 17+++ b/config/cmake/libh5cc.in
18@@ -45,7 +45,7 @@ for arg in $@ ; do 18@@ -44,7 +44,7 @@ for arg in $@ ; do
19 exit $status 19 exit $status
20 ;; 20 ;;
21 *) 21 *)
@@ -45,8 +45,8 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
45 H5_CPPFLAGS: @H5_CPPFLAGS@ 45 H5_CPPFLAGS: @H5_CPPFLAGS@
46 AM_CPPFLAGS: @AM_CPPFLAGS@ 46 AM_CPPFLAGS: @AM_CPPFLAGS@
47 CFLAGS: @CMAKE_C_FLAGS@ 47 CFLAGS: @CMAKE_C_FLAGS@
48@@ -52,8 +52,8 @@ Languages: 48@@ -53,8 +53,8 @@ Languages:
49 @BUILD_FORTRAN_CONDITIONAL_TRUE@ Static Fortran Library: @H5_ENABLE_STATIC_LIB@ 49 @BUILD_FORTRAN_CONDITIONAL_TRUE@ Module Directory: @CMAKE_Fortran_MODULE_DIRECTORY@
50 50
51 C++: @HDF5_BUILD_CPP_LIB@ 51 C++: @HDF5_BUILD_CPP_LIB@
52-@BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CMAKE_CXX_COMPILER@ @CMAKE_CXX_COMPILER_VERSION@ 52-@BUILD_CXX_CONDITIONAL_TRUE@ C++ Compiler: @CMAKE_CXX_COMPILER@ @CMAKE_CXX_COMPILER_VERSION@
diff --git a/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch b/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch
index de052451bd..f0eb05a1e7 100644
--- a/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch
+++ b/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch
@@ -12,7 +12,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12 12
13--- a/CMakeLists.txt 13--- a/CMakeLists.txt
14+++ b/CMakeLists.txt 14+++ b/CMakeLists.txt
15@@ -196,19 +196,19 @@ set (HDF5_HL_F90_C_LIB_TARGET "${HDF 15@@ -191,19 +191,19 @@ set (HDF5_HL_F90_C_LIB_TARGET "${HDF
16 set (HDF5_JAVA_JNI_LIB_TARGET "${HDF5_JAVA_JNI_LIB_CORENAME}") 16 set (HDF5_JAVA_JNI_LIB_TARGET "${HDF5_JAVA_JNI_LIB_CORENAME}")
17 set (HDF5_JAVA_HDF5_LIB_TARGET "${HDF5_JAVA_HDF5_LIB_CORENAME}") 17 set (HDF5_JAVA_HDF5_LIB_TARGET "${HDF5_JAVA_HDF5_LIB_CORENAME}")
18 set (HDF5_JAVA_TEST_LIB_TARGET "${HDF5_JAVA_TEST_LIB_CORENAME}") 18 set (HDF5_JAVA_TEST_LIB_TARGET "${HDF5_JAVA_TEST_LIB_CORENAME}")