-
Notifications
You must be signed in to change notification settings - Fork 559
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
[SCIP_PaPILO] up scip 920 #9746
Conversation
If someone knows what can be going on with linking fortran on windows? It just seems not to recognize the fortran symbols at all: |
For OSX, since the TBB version hasn't changed since the last build, no clue what is going on:
|
It looks like oneTBB isn't on the aarch64 FreeBSD build yet. While I am working on an update that would include that arch hopefully (#10082), that wouldn't be this version specified in the dependency - and if I recall, oneTBB changed their API a lot at some point after 2021.9.0, so updating to the new version might not be easy without upstream actually doing it. To make this build, we need to filter out that platform
We probably should also filter out the RISC-V architecture for now (since again, oneTBB won't be present).
|
@matbesancon it is basically just the comment from the last SCIP_PaPILO update here: #8224 (comment). Basically, it looks like we still need to include that patch to enable the Fortran language for that one executable - so it looks like upstream hasn't fixed that issue yet. |
So, I'm not sure why TBB is now giving us this error on macOS, but one possible solution would be to just bump the macOS SDK version to be 10.13 so that we then get the required function. I don't think there would be any problems with that, @matbesancon are you fine with that? |
yes this would work for me :) |
Ok, everything works. I did notice that the |
No description provided.