Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Besançon
scipopt-crossbuilder
Commits
3f38ade4
Commit
3f38ade4
authored
Dec 06, 2021
by
Mathieu Besançon
Browse files
detailed README
parent
a74c0aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3f38ade4
# scipopt
-
crossbuilder
# scipopt
crossbuilder
A cross-compilation helper repository for the scipoptsuite, based on BinaryBuilder.jl
\ No newline at end of file
A cross-compilation helper repository for the scipoptsuite, based on BinaryBuilder.jl.
Requirements:
-
`julia`
in your path, 1.6 is preferred
-
a repository with
`scipoptsuite`
to test.
Basic usage:
```
./run_builder.sh path_to_scipoptsuite
```
Advanced usage:
-
Change the SCIP build script with the
`script`
variable of the Julia
`build.jl`
program
-
If you want to drop into the build environment when an error occurs, use the
`debug`
flag:
```
bash
julia
--project
builder.jl
--deploy
=
local
--verbose
--debug
```
## Documentation
BinaryBuilder.jl documentation: https://docs.binarybuilder.org/latest/reference/#Command-Line
See all PRs associated to SCIP in the Julia build repository: https://github.com/JuliaPackaging/Yggdrasil/pulls?q=SCIP
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment