-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
WIP: Try building for osx #34
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hm, so this runs into missing symbols:
Perhaps we need to rebuild coin-or-* with C++17 to match everything (abseil/re2) in terms of ABI. |
2def9b6
to
ef334fe
Compare
I'm trying OSX again, but running into
From what I can tell, these symbols aren't found because the linker does not provide any of the CLP libs, just:
That's despite CLP definitely being part of Any ideas? |
maybe you just found a bug here: notice de |
Alright! One step further, we now have the clp libs on the linker path:
But still some missing symbols:
Do you know where these symbols should be coming from? |
…nda-forge-pinning 2023.06.02.01.11.56
I mean, shouldn't it be pretty trivial to find out where in coinor that symbol should be coming from (for someone who knows coinor at least...)? Perhaps the |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.06.01.10.37
CoinUtils is needed ! [0]─[~/work/main/build/_deps]-[mizux/dev]
[^v^]─mizux@nuc10i7 %for i in c*-src; do echo "$i:"; (cd $i && git grep -n "CoinMessageHandler::setLogLevel"); done
cbc-src:
cgl-src:
clp-src:
coinutils-src:
CoinUtils/src/CoinMessageHandler.cpp:409:void CoinMessageHandler::setLogLevel(int value)
CoinUtils/src/CoinMessageHandler.cpp:414:void CoinMessageHandler::setLogLevel(int which, int value) also: https://raw.githubusercontent.com/google/or-tools/main/cmake/docs/deps.svg (need to update it but should still be more or less relevant) |
Towards #9