coinbrew build Cbc successfull on master branch but fails on specific tag (2.10.11) #649
Replies: 3 comments 3 replies
-
The buildsystem on releases may be too old to recognize this system correctly. The one on master is based on a much more recent autotools, but has not been relased so far. |
Beta Was this translation helpful? Give feedback.
-
PS: More details at #587 |
Beta Was this translation helpful? Give feedback.
-
Apparently, it works to do this. @svigerske, what do you think about updating these files. There would obviously be a version mismatch, but if it doesn't cause any problems and fixes these issues, maybe it's not a bad idea? |
Beta Was this translation helpful? Give feedback.
-
I want to use Cbc version 2.10.11 on Python official docker image python:3.12.3-bookworm on aarch64 (Apple M1).
I can build successfully Cbc master branch using coinbrew:
My issue is when I replace master with the tag 2.10.11.
Now I can't build and logs mentions unable to guess system type. A
Any idea what is different in master that makes it work? Thanks
Here is the complete trace
` => ERROR [base 7/12] RUN ./coinbrew build Cbc 2.9s
`
Beta Was this translation helpful? Give feedback.
All reactions