[R-SIG-Mac] Linking to other package shared library

2019-07-25 Thread Dmitriy Selivanov
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. --

Re: [R-SIG-Mac] Linking to other package shared library

2019-07-26 Thread Dmitriy Selivanov
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

Re: [R-SIG-Mac] OpenMP on CRAN (Simon Urbanek)

2020-04-23 Thread Dmitriy Selivanov
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]]

Re: [R-SIG-Mac] OpenMP on CRAN (Simon Urbanek)

2020-04-28 Thread Dmitriy Selivanov
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

Re: [R-SIG-Mac] OpenMP on CRAN (Simon Urbanek)

2020-04-30 Thread Dmitriy Selivanov
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 > > > > > >

[R-SIG-Mac] Advise on building R on OSX without optimization for debugging

2020-07-08 Thread Dmitriy Selivanov
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

Re: [R-SIG-Mac] Advise on building R on OSX without optimization for debugging

2020-07-09 Thread Dmitriy Selivanov
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' > '