I have installed python 3.5.2 through the official installer found here and I cloned numpy and scipy (see here). I have Intel parallel studio 2017 installed, so that I have Intel's versions of blas and lapack (they are in the Math Kernel Library (MKL)), and I understand these are needed to build numpy and scipy (do I miss something else needed ?) and I would like to build numpy and scipy from source, without using anaconda or wheel or whatever. I typically don't want to resort to things like
(even if I had the same pip issue as described there) and I want to build libraries myself because I want to have binaries and libraries optimized for my system. (I will be grateful for answers respecting that.)
How should I do ?
Remarks. I am under win10 64bits, have visual studio 2013 and 2015 and intel parallel studio 2017 with last intel MKL version. I also have python 2.7.12 and for now I would also be satisfied with being able to build numpy and scipy with python 2.7.12. (I may be wrong but I don't think that the right procedure to build numpy and scipy with with python and intel MKL's blas and lapack strongly depends on the fact that one uses python 2.7.12 or 3.5.2.)