Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-15 Thread Avraham Adler
Fantastic! Avi On Sat, Sep 15, 2018 at 7:26 PM Erin Hodgess wrote: > Finally got Openblas installed! The speed up is amazing! Thanks for your > help and patience. > > Sincerely, > Erin > > Erin Hodgess, PhD > mailto: erinm.hodg...@gmail.com > > > On Fri, Sep 14, 2018 at 2:46 PM Avraham Adler

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-15 Thread Erin Hodgess
Finally got Openblas installed! The speed up is amazing! Thanks for your help and patience. Sincerely, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Fri, Sep 14, 2018 at 2:46 PM Avraham Adler wrote: > No, I’m sorry, I haven’t seen that and I built R 3.5.1 with OpenBLAS > recentl

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Erin Hodgess
I have a snag on regular BLAS as well. I feel better about the Open BLAS On Fri, Sep 14, 2018 at 2:47 PM Erin Hodgess wrote: > That is my next thing to try. Thanks for your help! > > > Erin Hodgess, PhD > mailto: erinm.hodg...@gmail.com > > > On Fri, Sep 14, 2018 at 2:46 PM Avraham Adler > wr

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Erin Hodgess
That is my next thing to try. Thanks for your help! Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Fri, Sep 14, 2018 at 2:46 PM Avraham Adler wrote: > No, I’m sorry, I haven’t seen that and I built R 3.5.1 with OpenBLAS > recently. Does it work if you use the vanilla BLAS? > > Avi > >

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Avraham Adler
No, I’m sorry, I haven’t seen that and I built R 3.5.1 with OpenBLAS recently. Does it work if you use the vanilla BLAS? Avi On Fri, Sep 14, 2018 at 4:14 PM Erin Hodgess wrote: > Hi again! > > I checked everything, did "make distribution" and the same thing occurred. > > > d:/Rtools/mingw_64/bi

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Erin Hodgess
Hi again! I checked everything, did "make distribution" and the same thing occurred. d:/Rtools/mingw_64/bin/ar -rucs ../SuiteSparse_config.a SuiteSparse_config.o D:\Rtools\mingw_64\bin\nm.exe: 'sublibs': No such file d:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o Matrix.dll tmp.def CHMf

Re: [R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Avraham Adler
Try following the directions here. They have worked for me for years. Please see the comments too. https://www.avrahamadler.com/r-tips/build-openblas-for-windows-r64/ Hope that helps, Avi On Fri, Sep 14, 2018 at 2:34 PM Erin Hodgess wrote: > Hello! > > I'm building a package that needs Openbl

[R-pkg-devel] Trying to compile R-3.5.1 with openblas for windows

2018-09-14 Thread Erin Hodgess
Hello! I'm building a package that needs Openblas for matrix manipulation speed up. I built Openblas on Windows 10. I updated the MkRules.local, src/extra/blas/Makefile.win, etc. Things are working with "make all". However, when I run "make recommended", I have trouble with the Matrix package