summarylogtreecommitdiffstats
path: root/settings.cmake
diff options
context:
space:
mode:
authorKonstantin Gizdov2016-11-17 00:50:54 +0000
committerKonstantin Gizdov2016-11-17 00:50:54 +0000
commitc32d78afa3d0699aed4743834ad966fbd31627aa (patch)
tree032f1deb7bf9513089dfca785fc8efb9caedf33c /settings.cmake
parent3bd300201d9fa3adb976304538c30fc6e18e7a8b (diff)
downloadaur-c32d78afa3d0699aed4743834ad966fbd31627aa.tar.gz
apply patch to fix JupyROOT
Diffstat (limited to 'settings.cmake')
-rw-r--r--settings.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/settings.cmake b/settings.cmake
index 91fc822ba827..c7a908d99092 100644
--- a/settings.cmake
+++ b/settings.cmake
@@ -10,12 +10,12 @@ set (builtin_ftgl OFF CACHE BOOL "" FORCE)
set (builtin_freetype OFF CACHE BOOL "" FORCE)
set (builtin_gl2ps OFF CACHE BOOL "" FORCE)
set (builtin_glew OFF CACHE BOOL "" FORCE)
-set (builtin_pcre OFF CACHE BOOL "" FORCE)
-set (builtin_zlib OFF CACHE BOOL "" FORCE)
set (builtin_lzma OFF CACHE BOOL "" FORCE)
set (builtin_llvm ON CACHE BOOL "" FORCE)
+set (builtin_pcre OFF CACHE BOOL "" FORCE)
set (builtin_tbb OFF CACHE BOOL "" FORCE)
set (builtin_unuran OFF CACHE BOOL "" FORCE)
+set (builtin_zlib OFF CACHE BOOL "" FORCE)
set (castor OFF CACHE BOOL "" FORCE)
set (chirp OFF CACHE BOOL "" FORCE)
set (cling ON CACHE BOOL "" FORCE)
@@ -31,6 +31,7 @@ set (glite OFF CACHE BOOL "" FORCE)
set (gnuinstall ON CACHE BOOL "" FORCE)
set (gsl_shared ON CACHE BOOL "" FORCE)
set (hdfs OFF CACHE BOOL "" FORCE)
+set (http ON CACHE BOOL "" FORCE)
set (mathmore ON CACHE BOOL "" FORCE)
set (minuit2 ON CACHE BOOL "" FORCE)
set (monalisa OFF CACHE BOOL "" FORCE)
@@ -50,6 +51,6 @@ set (tbb ON CACHE BOOL "" FORCE)
set (testing OFF CACHE BOOL "" FORCE)
set (tmva ON CACHE BOOL "" FORCE)
set (unuran ON CACHE BOOL "" FORCE)
-set (xft ON CACHE BOOL "" FORCE)
set (x11 ON CACHE BOOL "" FORCE)
+set (xft ON CACHE BOOL "" FORCE)
set (xrootd OFF CACHE BOOL "" FORCE)