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
7bb96f37
Commit
7bb96f37
authored
Dec 07, 2021
by
Alexander Hoen
Committed by
Mathieu Besançon
Dec 07, 2021
Browse files
adding minor details to the readme
parent
45d3595b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7bb96f37
...
...
@@ -6,16 +6,23 @@ Requirements:
-
`julia`
in your path,
**must be**
1.6.
-
a repository with
`scipoptsuite`
to test.
Basic usage:
**
Basic usage:
**
```
./run_builder.sh path_to_scipoptsuite
```
Advanced usage:
if BinaryBuilder is not used yet, please set the following env variable before running
```
export BINARYBUILDER_AUTOMATIC_APPLE = true
```
Note: using the scipoptsuite git repository requires an account of the RWTH Aachen or disabling GCG with
`-DGCG=off`
**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
export
SCIPOPTSUITE
=
path_to_scipoptsuite
julia
--project
builder.jl
--deploy
=
local
--verbose
--debug
```
...
...
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