Closed mkoeppe closed 1 year ago
missing #include <memory>
somewhere?
yes I added a #include #memory
on the master
branch. Could you please restart the pipeline to see if works?
This helped, but the next error:
[papilo-2.1.1] from /sage/local/var/tmp/sage/build/papilo-2.1.1/src/src/papilo/core/ProbingView.cpp:24:
[papilo-2.1.1] /usr/include/boost/multiprecision/float128.hpp: In member function 'std::string boost::multiprecision::backends::float128_backend::str(std::streamsize, std::ios_base::fmtflags) const':
[papilo-2.1.1] /usr/include/boost/multiprecision/float128.hpp:260:15: error: 'unique_ptr' is not a member of 'std'
So the new #include
should probably be moved to some header file instead.
By the way, you can inspect the failing build by using docker run -it ghcr.io/mkoeppe/pyscipopt/pyscipoptsage-docker-fedora-37-standard-with-targets:9.8.beta4-49-ged0ebdd438-dirty-failed bash
https://github.com/mkoeppe/PySCIPOpt/actions/runs/3506612801/jobs/5873771362