Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Commits
3e0cae65
Verified
Commit
3e0cae65
authored
4 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Bump Boost version for Julia package
Note that MSYS2 has now switched to zstd for compressing their packages.
parent
3ca1914e
No related branches found
No related tags found
No related merge requests found
Pipeline
#3678
passed
4 years ago
Stage: build
Stage: prepare
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
3e0cae65
variables
:
variables
:
TERM
:
linux
TERM
:
linux
MINGW32_BOOST_VERSION
:
1.7
1
.0-
1
MINGW32_BOOST_VERSION
:
1.7
3
.0-
3
MINGW64_BOOST_VERSION
:
1.7
1
.0-
1
MINGW64_BOOST_VERSION
:
1.7
3
.0-
3
WGET_OPTIONS
:
'
--no-verbose
--no-use-server-timestamps
--retry-connrefused
--retry-on-host-error'
WGET_OPTIONS
:
'
--no-verbose
--no-use-server-timestamps
--retry-connrefused
--retry-on-host-error'
before_script
:
before_script
:
...
@@ -49,9 +49,9 @@ build_windows_32:
...
@@ -49,9 +49,9 @@ build_windows_32:
stage
:
build
stage
:
build
script
:
script
:
-
mkdir -p ~/tarballs
-
mkdir -p ~/tarballs
-
'
[[
-f
~/tarballs/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.
x
z
]]
||
wget
$WGET_OPTIONS
-P
~/tarballs
http://repo.msys2.org/mingw/i686/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.
x
z'
-
'
[[
-f
~/tarballs/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.z
st
]]
||
wget
$WGET_OPTIONS
-P
~/tarballs
http://repo.msys2.org/mingw/i686/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.z
st
'
-
mkdir -p deps
-
mkdir -p deps
-
tar xf ~/tarballs/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.
x
z --directory deps
-
tar xf ~/tarballs/mingw-w64-i686-boost-$MINGW32_BOOST_VERSION-any.pkg.tar.z
st
--directory deps
-
autoreconf -si
-
autoreconf -si
-
'
./configure
--host=i686-w64-mingw32
--with-boost=$(pwd)/deps/mingw32/include
LDFLAGS="-static
-static-libgcc
-static-libstdc++"'
-
'
./configure
--host=i686-w64-mingw32
--with-boost=$(pwd)/deps/mingw32/include
LDFLAGS="-static
-static-libgcc
-static-libstdc++"'
-
make -j$(nproc)
-
make -j$(nproc)
...
@@ -70,9 +70,9 @@ build_windows_64:
...
@@ -70,9 +70,9 @@ build_windows_64:
stage
:
build
stage
:
build
script
:
script
:
-
mkdir -p ~/tarballs
-
mkdir -p ~/tarballs
-
'
[[
-f
~/tarballs/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.
x
z
]]
||
wget
$WGET_OPTIONS
-P
~/tarballs
http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.
x
z'
-
'
[[
-f
~/tarballs/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.z
st
]]
||
wget
$WGET_OPTIONS
-P
~/tarballs
http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.z
st
'
-
mkdir -p deps
-
mkdir -p deps
-
tar xf ~/tarballs/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.
x
z --directory deps
-
tar xf ~/tarballs/mingw-w64-x86_64-boost-$MINGW64_BOOST_VERSION-any.pkg.tar.z
st
--directory deps
-
autoreconf -si
-
autoreconf -si
-
'
./configure
--host=x86_64-w64-mingw32
--with-boost=$(pwd)/deps/mingw64/include
LDFLAGS="-static
-static-libgcc
-static-libstdc++"'
-
'
./configure
--host=x86_64-w64-mingw32
--with-boost=$(pwd)/deps/mingw64/include
LDFLAGS="-static
-static-libgcc
-static-libstdc++"'
-
make -j$(nproc)
-
make -j$(nproc)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment