summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-11-19 08:13:17 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-11-19 17:25:15 +0100
commit74f34fcebed6f459f69038842ef6246c277b1dc9 (patch)
tree3664777adfc570c1d9a00cfd9d27c4040567a4df /sci-physics/root/files
parentsci-physics/root: remove unused patch/files (diff)
downloadgentoo-74f34fcebed6f459f69038842ef6246c277b1dc9.tar.gz
gentoo-74f34fcebed6f459f69038842ef6246c277b1dc9.tar.bz2
gentoo-74f34fcebed6f459f69038842ef6246c277b1dc9.zip
sci-physics/root: version bump to 6.14/06
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r--sci-physics/root/files/root-6.14.06-oracle.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-6.14.06-oracle.patch b/sci-physics/root/files/root-6.14.06-oracle.patch
new file mode 100644
index 000000000000..232d3b08cfa3
--- /dev/null
+++ b/sci-physics/root/files/root-6.14.06-oracle.patch
@@ -0,0 +1,24 @@
+From: Guilherme Amadio <amadio@cern.ch>
+Date: Wed, 14 Nov 2018 11:36:49 +0100
+Subject: Fix FindOracle.cmake to find version 18.x
+
+---
+ cmake/modules/FindOracle.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindOracle.cmake b/cmake/modules/FindOracle.cmake
+index b7c8cfbb99..6672cb1bbd 100644
+--- a/cmake/modules/FindOracle.cmake
++++ b/cmake/modules/FindOracle.cmake
+@@ -55,7 +55,7 @@ FIND_LIBRARY(
+ )
+ FIND_LIBRARY(
+ ORACLE_LIBRARY_LNNZ
+- NAMES libnnz10 nnz10 libnnz11 nnz11 libnnz12 nnz12 ociw32
++ NAMES libnnz10 nnz10 libnnz11 nnz11 libnnz12 nnz12 nnz18 ociw32
+ PATHS ${ORACLE_LIB_LOCATION}
+ )
+
+--
+2.19.1
+