Jay Reynolds

Jay Reynolds

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Building python modules for Houdini 13 on Windows Aug. 17, 2015, 10:08 p.m.

Hey, sorry to revive a necro'd thread, but I finally got numpy 1.9.x to build with the Intel Math Kernel Library (BLAS/LAPACK functionality) using vc11 and the Intel Fortran compiler.

Please see:

https://software.intel.com/en-us/articles/building-numpyscipy-with-intel-mkl-and-intel-fortran-on-windows [software.intel.com]


Got it built and installed to hython with no problems. Tests verify correct operation and that MKL is being used, etc…

Next, I built scipy and installed it as well. Looking pretty good… zero erros in “fast” test mode. However, 8 errors in “full” test mode, but I'm working on it.

Building python modules for Houdini 13 on Windows Sept. 29, 2014, 12:45 p.m.

Thanks again. For some reason, the .dlls weren't being installed along with cv2.pyd under site-packages.

Building python modules for Houdini 13 on Windows Sept. 23, 2014, 8:29 p.m.

Thanks! I'll give that a shot.