Conversation
A certain package in our codebase needs this.
|
|
||
| depends_on :java => "1.8" | ||
| depends_on :macos => :yosemite | ||
| depends_on "libomp" |
There was a problem hiding this comment.
sure this shouldn't be libgomp? https://github.com/tubular/infrastructure/blob/master/jenkins_jobs/jobs/watchtime/watchtime.yaml#L185
There was a problem hiding this comment.
When I run the test, it is throwing exception 'Library not loaded: /usr/local/opt/libomp/lib/libomp.dylib'. After manually installing it using brew and followed step here https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#macos, it worked. Not sure if we just brew install, it works or not. Maybe libgomp installs libomp? Or is there actually other part of lightgbm that depends on libgomp which the test cases do not trigger?
There was a problem hiding this comment.
Might be libgomp on ubuntu but libomp on osx?
|
i have no memory of this |
A certain package in our codebase needs this.