Significant windows build improvements from source

2018-08-02 Thread Pedro Larroy
Hi I have taken some effort to cleanup the Windows build process and condense it in a single python script, provided that the required dependencies are installed (opencv, openblas and cuda/cudnn in gpu). Now there's a single command necessary to get a build: python ci\build_windows.py The b

Re: Significant windows build improvements from source

2018-08-02 Thread Marco de Abreu
Hello Pedro, These are great efforts! It's great to see that we are improving our situation around Windows. Looking forward to using it. Best regards, Marco Pedro Larroy schrieb am Do., 2. Aug. 2018, 19:04: > Hi > > I have taken some effort to cleanup the Windows build process and condense >

Re: Significant windows build improvements from source

2018-08-02 Thread Qing Lan
Hi Pedro, Great works! Thanks for supporting Windows build in here. Thanks, Qing On 8/2/18, 10:08 AM, "Marco de Abreu" wrote: Hello Pedro, These are great efforts! It's great to see that we are improving our situation around Windows. Looking forward to using it.

Re: Significant windows build improvements from source

2018-08-03 Thread Qing Lan
Just an update from previous thread. I tried Windows build using http://mxnet.incubator.apache.org/install/windows_setup.html instruction. The OpenCV links there only contains prebuilt vs12 (VS 2013). Apart from that, user need to create a new C++ project after VS2015 installation because it d

Re: Significant windows build improvements from source

2018-08-04 Thread Pedro Larroy
Hi Qing The problem you are facing is while building opencv? We would need to automate dependency download and building as well as part of an improved windows experience. Right now I only automated the build steps assuming you have a working opencv and openblas build. This would be the next step

Re: Significant windows build improvements from source

2018-08-04 Thread Aaron Markham
I followed the directions and got stuck on OpenBLAS. Then I tried to just use MKL, but then mshadow build threw an error saying it required OpenBLAS. #11769 That whole part can really use some clarification. On Sat, Aug 4, 2018, 05:21 Pedro Larroy wrote: > Hi Qing > > The problem you are facing