roject.org/nosvn/R.check/r-release-osx-x86_64/float-00install.html
)
I've tried to fix this be using `.onLoad` hook where I run
`install_name_tool -change ...`, but it seems `dyn.load` is called before
.onLoad hook...
What will be the correct way to solve this issue?
Thanks in advance.
--
uot;libs","libfloat.a",package="float") - you may want to contact
> the maintainer of float about that. Flags cannot be hard-coded at install
> time because the package can be installed in any location, moreover staged
> install is preformed in a direction separate fr
compatible with that binary". Could
you please elaborate on that?
I believe I'm not alone who would like to be able to use OpenMP on mac and
"official" guidance would be very helpful.
--
Regards
Dmitriy Selivanov
[[alternative HTML version deleted]]
penMP support in R v4.0 on Mac is
> unfortunate. My R package is highly parallelized via OpenMP, and many of
> my end-users take advantage of the excellent speedups. It would be much
> appreciated if user-level instructions could be provided for how to enable
> OpenMP support on the
ation for C code with OpenMP is working again on Mac.
> >
> > As always, I am thankful to the R community for helping problem solve.
> >
> > I wish more direction along these lines could be added to
> mac.r-project.org
> >
> > Erik
> >
> >
> >
ux-based docker images, but I
can't reproduce the reported bug there...
Regards
Dmitriy Selivanov
[[alternative HTML version deleted]]
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac
ssword:
> (lldb) attach 89955
> [...]
> (lldb) c
> Process 89955 resuming
>
> Also note that you shouldn't change Makeconf by hand, simply supply any
> CFLAGS you need to configure, e.g.:
>
> ../R-devel/configure --enable-R-shlib 'CFLAGS=-Wall -g -O0'
> '