From 13b1582d2811e6185f1a1356b14d2280328d55a3d9c0262d0b5c30a7e2ab0763 Mon Sep 17 00:00:00 2001
From: Atri Bhattacharya <badshah400@gmail.com>
Date: Fri, 31 Jan 2020 22:04:28 +0000
Subject: [PATCH] OBS-URL:
 https://build.opensuse.org/package/show/science/paraview?expand=0&rev=66

---
 fix-libhdf5-missing-m.patch | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 fix-libhdf5-missing-m.patch

diff --git a/fix-libhdf5-missing-m.patch b/fix-libhdf5-missing-m.patch
deleted file mode 100644
index 2e864d5..0000000
--- a/fix-libhdf5-missing-m.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt
-+++ b/VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt
-@@ -7,6 +7,7 @@
- # Apply Definitions to compiler in this directory and below
- #-----------------------------------------------------------------------------
- add_definitions (${HDF_EXTRA_C_FLAGS})
-+link_libraries(m dl pthread)
- 
- #-----------------------------------------------------------------------------
- # List Source Files