-
Notifications
You must be signed in to change notification settings - Fork 340
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
OSX compile fix #148
base: master
Are you sure you want to change the base?
OSX compile fix #148
Conversation
Confirmed this fixes the issue on OS X for me. Thank you so much @pavan4 ! |
my tbb is installed in the new tbb@2021 differs to 2020 version a lot. using Monterey and apple m1 chip |
@CodeAunt yes you are right. This PR is not updated for the latest OSX updates. The latest tbb changes (openapi) require a lot of changes. I will take a stab at it and try tp put a PR but I have resorted to running this on a docker container with Ubuntu base on OSX and pinned all the repositories to old versions (for tbb etc.,.) |
Thanks for your advice and work. I also started trying to deploy it on Ubuntu. |
@pavan4 Hi, I'm using ubuntu now, but still encountered this problem. And the error after executing
Stuck with the same problem :( Could you please give me some advice about this? Thanks |
@pavan4 Hi, I also failed to compile this on ubuntu 18.04 docker container.
I'm using:
|
@CodeAunt I'll leave a dockerfile here for you to create a reproducible build. Hopefully, this helps you
I'm not sure what machine you are using or what your error is. You can change the base to 20.04 as well (I have tried and tested both) |
@pavan4 Thanks, I have built it successfully on an arm64 device by removing
|
openmp
andtbb
using:brew install tbb libomp
tbb
andomp
libraries are in/usr/local/include
else specify path inCMakeLists.txt