ROOT NumPy Dependency, 1.0 branch (2018.05.24)
Made the ROOT build pick up the local NumPy build.
Had to change the ROOT build to execute the CMake configuration command in a hand-written way, to make sure that CMake can find NumPy for ROOT. (This needs some extra environment setup.) Plus simply made the ROOT target wait for Package_PyAnalysis to be finished. This seemed easier than to put in logic into the ROOT package that figures out when we build NumPy exactly and when we don't.
@markowen, this is meant to fix the issue you reported today...
Edited by Emil Obreshkov