- Change to cmake configuration (was using ./configure) - Change to doxygen documentation generation (was using THTML) - Run the test suite - Remove compatibility with older EPEL (Group tags, BuildRoot tag, etc.) - New sub-packages: root-multiproc, root-cling, root-r, root-r-tools, root-geocad, root-tmva-python, root-tmva-r, root-tmva-gui, root-cli, root-notebook and root-rootaas - New subpackage for EPEL7: root-python34 - Dropped sub-packages: root-cint, root-reflex, root-cintex, root-ruby
11 lines
437 B
Diff
11 lines
437 B
Diff
diff -ur root-6.06.02.orig/interpreter/CMakeLists.txt root-6.06.02/interpreter/CMakeLists.txt
|
|
--- root-6.06.02.orig/interpreter/CMakeLists.txt 2016-03-03 10:36:03.000000000 +0100
|
|
+++ root-6.06.02/interpreter/CMakeLists.txt 2016-04-06 19:43:31.596966193 +0200
|
|
@@ -59,6 +59,7 @@
|
|
endif()
|
|
endif()
|
|
set(CMAKE_BUILD_TYPE ${LLVM_BUILD_TYPE})
|
|
+set(BUILD_SHARED_LIBS "NO")
|
|
#--- Do not build cling as part of llvm.
|
|
set(LLVM_NOCLING "YES")
|
|
|