-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use libcxxwrap-julia directly #29
Use libcxxwrap-julia directly #29
Conversation
a59619b
to
95ddca4
Compare
Hey @barche (happy holidays!) I am working on updating the julia bindings stack here, and just released xtensor-julia 0.10.0. In this PR, I am trying to test with conda's build of libcxxwrap, by
I have two questions:
|
It may be that the override is not properly handled on OS X, and two different libcxxwrap versions are used. |
c2fab0e
to
6d2b84d
Compare
OK, using a symlink instead of an overrides yields the same result. So there is something about the way libcxxwrap is built on conda-forge for OSX that does not work for CxxWrap.jl. |
Hi Sylvain, happy holidays too :)
|
Thanks for responding. Tag 0.8.3 is pointing to 15d30a1d5952ebacc6bb16a297a236b8be63b763. Could the mismatch be due to the "bigobj" flag that was added between the two? |
It's not clear to me which Still, it's probably picking up the right one from conda. I do think the symlink command has the wrong order here:
Although using the Overrides.toml should be cleaner, where is that set up? |
940956e
to
9b2da09
Compare
Thank you for your reply. I eventually got things to pass with the symlink. Now I have to find the right incantations of |
Eventually I will try to make a conda package for |
9b2da09
to
9ff0876
Compare
No description provided.