Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac builds are broken on Travis #250

Closed
jameslamb opened this issue Oct 11, 2019 · 2 comments
Closed

Mac builds are broken on Travis #250

jameslamb opened this issue Oct 11, 2019 · 2 comments

Comments

@jameslamb
Copy link
Collaborator

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).

image

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:

brew install gcc
export CXX=/usr/local/bin/g++
export CC=/usr/local/bin/gcc
@jameslamb
Copy link
Collaborator Author

this issue is blocking #243 #248 and #249

@jayqi
Copy link
Collaborator

jayqi commented Oct 14, 2019

Looks like this is the fix: Rdatatable/data.table#3938 (comment)

bburns632 added a commit that referenced this issue Oct 17, 2019
Fix data.table osx install bug for travis. Closes #250.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants