Thnaks for the hint, but I have tried several mirrors and still get the
same trouble:
> update.packages(ask='graphics',checkBuilt=TRUE)
There are binary versions available but the source versions are later:
binary source needs_compilation
stringi 1.1.7 1.2.4 TRUE
Do y
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
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
>
>
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
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
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
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