summarylogtreecommitdiffstats
path: root/scotch-bz2.diff
diff options
context:
space:
mode:
Diffstat (limited to 'scotch-bz2.diff')
-rw-r--r--scotch-bz2.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/scotch-bz2.diff b/scotch-bz2.diff
deleted file mode 100644
index 4e726a4f316e..000000000000
--- a/scotch-bz2.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur MED_SRC_7.4.0.orig/adm_local/cmake_files/FindScotch.cmake MED_SRC_7.4.0/adm_local/cmake_files/FindScotch.cmake
---- MED_SRC_7.4.0.orig/adm_local/cmake_files/FindScotch.cmake 2015-02-27 19:22:28.242443238 +0100
-+++ MED_SRC_7.4.0/adm_local/cmake_files/FindScotch.cmake 2015-02-27 20:50:38.817115068 +0100
-@@ -28,7 +28,8 @@
-
- FIND_LIBRARY(SCOTCH_LIBRARIES scotch)
- FIND_LIBRARY(SCOTCH_ERR_LIBRARIES scotcherr)
--SET(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${SCOTCH_ERR_LIBRARIES})
-+FIND_LIBRARY(BZ2_LIBRARIES bz2)
-+SET(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${BZ2_LIBRARIES} ${SCOTCH_ERR_LIBRARIES})
- FIND_PATH(SCOTCH_INCLUDE_DIRS scotch.h PATH_SUFFIXES "/scotch")
-
- INCLUDE(FindPackageHandleStandardArgs)