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
6826e8ab
Commit
6826e8ab
authored
Dec 07, 2021
by
Mathieu Besançon
Browse files
remove cd
parent
16fec32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
builder.jl
View file @
6826e8ab
...
...
@@ -15,7 +15,6 @@ sources = [DirectorySource(dir_path)]
# Bash recipe for building across all platforms
script
=
raw
"""
cd scipoptsuite*
mkdir build
cd build/
cmake -DCMAKE_INSTALL_PREFIX=
$
prefix
\
...
...
@@ -33,9 +32,9 @@ make install
mkdir -p
$
{prefix}/share/licenses/SCIP_PaPILO
for dir in papilo scip soplex; do
cp
$
WORKSPACE/srcdir/
scipoptsuite*/
$
{dir}/COPYING
$
{prefix}/share/licenses/SCIP_PaPILO/LICENSE_
$
{dir}
cp
$
WORKSPACE/srcdir/
$
{dir}/COPYING
$
{prefix}/share/licenses/SCIP_PaPILO/LICENSE_
$
{dir}
done
cp
$
WORKSPACE/srcdir/
scipoptsuite*/
gcg/LICENSE
$
{prefix}/share/licenses/SCIP_PaPILO/LICENSE_gcg
cp
$
WORKSPACE/srcdir/gcg/LICENSE
$
{prefix}/share/licenses/SCIP_PaPILO/LICENSE_gcg
"""
# These are the platforms we will build for by default, unless further
...
...
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