You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems our Mac OS builds are failing because newer versions of data.table require libomp? Or at least try to use it by default?
I'm unsure (writing this issue somewhat hastily).
It's possibly that this could be automagically fixed by adding a brew install libomp to our setup or by pegging to an older data.table version. If neither of those works, we can try using a different compiler that has it bundled, so something like:
See, for example, https://travis-ci.org/uptake/pkgnet/jobs/596707485
Seems our Mac OS builds are failing because newer versions of
data.table
require libomp? Or at least try to use it by default?I'm unsure (writing this issue somewhat hastily).
It's possibly that this could be automagically fixed by adding a
brew install libomp
to our setup or by pegging to an olderdata.table
version. If neither of those works, we can try using a different compiler that has it bundled, so something like:The text was updated successfully, but these errors were encountered: