TMVA fatal error: 'numpy/numpyconfig.h' file not found

I tried to install root Version 6.08.00 on Linux openSuse Leap 42.1.
During cmake of TMVA following error occurs:
[ul][ 64%] Built target rootcling
Scanning dependencies of target G__PyMVA
[ 64%] Generating G__PyMVA.cxx, …/…/lib/libPyMVA_rdict.pcm, …/…/lib/libPyMVA.rootmap
Scanning dependencies of target G__MultiProc
[ 64%] Generating G__MultiProc.cxx, …/…/lib/libMultiProc_rdict.pcm, …/…/lib/libMultiProc.rootmap
In file included from input_line_12:6:
/home/bernhardi/rootbindir800/include/TMVA/PyMethodBase.h:47:10: fatal error: ‘numpy/numpyconfig.h’ file not found
#include “numpy/numpyconfig.h”
^
Error: …/…/bin/rootcling: compilation failure (/home/bernhardi/rootbindir800/lib/libPyMVAf61e6fd321_dictUmbrella.h)
tmva/pymva/CMakeFiles/G__PyMVA.dir/build.make:69: recipe for target ‘tmva/pymva/G__PyMVA.cxx’ failed
gmake[2]: *** [tmva/pymva/G__PyMVA.cxx] Error 1
CMakeFiles/Makefile2:22108: recipe for target ‘tmva/pymva/CMakeFiles/G__PyMVA.dir/all’ failed
gmake[1]: *** [tmva/pymva/CMakeFiles/G__PyMVA.dir/all] Error 2
gmake[1]: *** Warte auf noch nicht beendete Prozesse…
[ 64%] Built target G__MultiProc
Makefile:149: recipe for target ‘all’ failed
gmake: *** [all] Error 2
[/ul]
I have attached the complete cmake-protocols.
Is there any workaround possible? I have added Pythia6. Should I also add numpy somewhere?
Best regards and I wish you a happy new year.
Cmake-Protokoll.txt (275 KB)

Additional remark:
The error describes above does not appear when starting with version 6.08.02. For this version I have used the same Cmake-setting as for 6.08.00.

As you have seen, a fix was added to solve sft.its.cern.ch/jira/browse/ROOT-8429 and is available from 6.08.02

Many Thanks for the hint!