Conversation
19478e9 to
d2c54b8
Compare
|
This is the most "successful" action so far: https://github.com/Andful/scipoptsuite-deploy/actions/runs/23714480464 They seem to compile and pass the test for all the cases (with and without GMP), except for windows. On windows, I have trouble compiling SCIP. (Note, in the actions, all jobs seem to be successful because I disabled On windows, I am having problems compiling SCIP. From the error message, it seems to be somehow related Ipopt. It would be great if I can get pointers to fix the compilation error. FYI ... I moved away from the MSVC compiler into the GCC compiler. This because, MSVC does not seem to be supported for the GMP project. The things I could achieve are:
Few miscellaneous points:
|
|
P.S. On windows, I compiled Ipopt from source. The compilation of Ipopt seems to complete just fine. But when compiling SCIP, I get the following logs of this job: EDIT: |
Set MSYSTEM environment variable for UCRT64.
Specify msystem as ucrt64 for Windows builds.
Removed installation prefix from cmake command.
From my understanding, to solve issue #35 and #37 require a "matrix" like deployment.
This draft is for me to test the matrix feature of the GitHub pipeline. Hopefully, if acceptable, it may be merged.