Update to 6.08.02

- Drop patches accepted upstream
- Drop previously backported patches
- Drop obsolete patches
- Enable hadoop/hdfs support for all architectures
  * libhdfs is now available for more architectures than ix86 and x86_64
- Enable building on aarch64
- Rename the python packages to python2-root and python3-root
- New sub-packages: python{2,3}-jupyroot, python{2,3}-jsmva
- Dropped sub-package: root-rootaas (replaced by python{2,3}-jupyroot)
This commit is contained in:
Mattias Ellert 2016-12-07 15:00:55 +01:00
commit ea3d3333d5
52 changed files with 2925 additions and 9913 deletions

View file

@ -0,0 +1,12 @@
diff --git a/tmva/tmva/inc/TMVA/DNN/DataLoader.h b/tmva/tmva/inc/TMVA/DNN/DataLoader.h
index a3a960f..bf4a922 100644
--- a/tmva/tmva/inc/TMVA/DNN/DataLoader.h
+++ b/tmva/tmva/inc/TMVA/DNN/DataLoader.h
@@ -21,6 +21,7 @@
#include "TMatrix.h"
#include <vector>
#include <iostream>
+#include <algorithm>
#include "TMVA/Event.h"