Skip to content
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

build/pkgs: Update scip to 9, scip_sdp to 4.4, soplex to 7, papilo to 2.2, pyscipopt to 5, onetbb to 2021.11 #37494

Merged
merged 52 commits into from
Apr 27, 2024

Conversation

mkoeppe
Copy link
Contributor

@mkoeppe mkoeppe commented Feb 28, 2024

Matthias Koeppe added 30 commits February 13, 2024 16:37
mkoeppe added a commit to mkoeppe/PySCIPOpt that referenced this pull request Mar 6, 2024
@mkoeppe mkoeppe requested a review from mantepse March 6, 2024 06:10
Copy link

github-actions bot commented Mar 6, 2024

Documentation preview for this PR (built with commit 1f28d78; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

mkoeppe added a commit to mkoeppe/PySCIPOpt that referenced this pull request Mar 9, 2024
@kwankyu
Copy link
Collaborator

kwankyu commented Apr 23, 2024

"CI Linux incremental" all broken at

Dockerfile:57
--------------------
  55 |     ADD  src src
  56 |     ARG TARGETS="build"
  57 | >>> RUN  make SAGE_SPKG="sage-spkg -y -o" ${USE_MAKEFLAGS} ${TARGETS}  
  58 |     
  59 |     FROM with-targets as with-targets-optional

?

@kwankyu
Copy link
Collaborator

kwankyu commented Apr 23, 2024

make pyscipopt fails for me.

pyscipopt-5.0.0.log

@kwankyu
Copy link
Collaborator

kwankyu commented Apr 23, 2024

Perhaps pyscipopt has obsolete patches?

@kwankyu
Copy link
Collaborator

kwankyu commented Apr 24, 2024

Removing build/pkgs/pyscipopt/patches/792.patch makes it go through.

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Apr 24, 2024

Indeed. Looks like I only tested it via the upstream workflow (scipopt/PySCIPOpt#630), which auto-removes the Sage patches.

@kwankyu
Copy link
Collaborator

kwankyu commented Apr 24, 2024

It would be good to see at least one success of "CI Linux incremental" instances, but they seem all broken.

Anyway, this PR works well on my system.

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Apr 24, 2024

It would be good to see at least one success of "CI Linux incremental" instances, but they seem all broken.

Well, there's no friendly green checkmark because of unrelated technical issues, but you do get "All tests passed!", for example in https://github.com/sagemath/sage/actions/runs/8811573741/job/24185749981?pr=37494#step:11:13091

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Apr 24, 2024

Thanks for the review!

@vbraun vbraun merged commit 5749dd3 into sagemath:develop Apr 27, 2024
17 of 37 checks passed
@mkoeppe mkoeppe added this to the sage-10.4 milestone Apr 27, 2024
@mkoeppe mkoeppe deleted the scip_9 branch May 14, 2024 07:55
@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 14, 2024

@vbraun This file is missing on the mirrors

Attempting to download package scip-9.0.0.tar.gz from mirrors
https://github.com/sagemath/sage/releases/download/10.4/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.4/scip-9.0.0.tar.gz'
https://github.com/sagemath/sage/releases/download/10.3/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.3/scip-9.0.0.tar.gz'
https://github.com/sagemath/sage/releases/download/10.2/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//github.com/sagemath/sage/releases/download/10.2/scip-9.0.0.tar.gz'
https://mirror.lyrahosting.com/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//mirror.lyrahosting.com/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz'
https://mirror.csclub.uwaterloo.ca/sage/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//mirror.csclub.uwaterloo.ca/sage/spkg/upstream/scip/scip-9.0.0.tar.gz'
https://mirror.koddos.net/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//mirror.koddos.net/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz'
http://files.sagemath.org/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//files.sagemath.org/spkg/upstream/scip/scip-9.0.0.tar.gz'
https://mirror.dogado.de/sage/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//mirror.dogado.de/sage/spkg/upstream/scip/scip-9.0.0.tar.gz'
https://mirror-hk.koddos.net/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz
[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
ERROR [transfer|run:135]: [Errno socket error] [Errno 404] Not Found: '//mirror-hk.koddos.net/sagemath/spkg/upstream/scip/scip-9.0.0.tar.gz'

@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 25, 2024

@vbraun
Copy link
Member

vbraun commented May 26, 2024

ok should be be uploaded now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants