Open BenjaminDEMAILLE opened 1 month ago
Works fine on my machine with the same version of Apple Clang.
$ clang --version
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: arm64-apple-darwin24.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
1: In readLines(old_path) :
incomplete final line found on '/Users/benjamin/.R/Makevars'
There's probably something in their ~/.R/Makevars
that's causing trouble here.
Works fine on my machine with the same version of Apple Clang.
$ clang --version Apple clang version 16.0.0 (clang-1600.0.26.3) Target: arm64-apple-darwin24.0.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
1: In readLines(old_path) : incomplete final line found on '/Users/benjamin/.R/Makevars'
There's probably something in their
~/.R/Makevars
that's causing trouble here.
Hi ! Can you show your Makevars ?
It's empty.
https://github.com/RcppCore/RcppParallel/commit/69d50f65fa6cfc8163cccf09c6a500e55f1e24a7 may fix this for you.
69d50f6 may fix this for you.
It's for me or the developper ?
HI I have trouble to install qs2 from @traversc in https://github.com/qsbase/qs2/issues/3
He suggested me to ask you help.
When I install RcppParallel I got :
How can I do ? thanks in advance