Re: [R] data.table installation on intel macOS Ventura 13.6

2023-09-26 Thread Carlos Ortega
Hi, This is the Makevars I used to compile sucessfully the latest version of data.table in a x86_64 machine. #-- #--- https://github.com/Rdatatable/data.table/wiki/Installation #- LOC = /usr/local/gfortran CC=$(LOC)/bin/gcc -fopenmp CXX=$(LOC)/bin/g++ -fopenmp CXX11 = $(LOC)/bin/g

Re: [R] data.table installation on intel macOS Ventura 13.6

2023-09-26 Thread Naresh Gurbuxani
> Sys.info() sysname "Darwin"

Re: [R] data.table installation on intel macOS Ventura 13.6

2023-09-25 Thread Carlos Ortega
Hi, Yes, on Mac, it takes a while to even get the build to allow data.table to be used on multithread. See this installation guide which has sections specially dedicated for Mac. - https://github.com/Rdatatable/data.table/wiki/Installation You will see that you will most likely have to modif

Re: [R] data.table installation on intel macOS Ventura 13.6

2023-09-25 Thread Ivan Krylov
On Sun, 24 Sep 2023 23:42:14 + Naresh Gurbuxani wrote: > Instruction on this site do not apply to Ventura 13.6 What happens whey you try to follow them? The data.table maintainers have prepared the following guide: . In particular, in o

[R] data.table installation on intel macOS Ventura 13.6

2023-09-24 Thread Naresh Gurbuxani
My data.table installation uses single thread only. Instruction on this site do not apply to Ventura 13.6 https://github.com/Rdatatable/data.table/wiki/Installation Has anyone got data.table working with multi-thread? Thanks, Naresh __ R-help@r-proj