Commit Graph

18 Commits

Author SHA1 Message Date
4ca995b142 Switched to gcc10.2 for windows
I propose to switch from gcc9.2, because I encounter runtime errors with recursive subroutine in fortran.

With version 10.2, these runtime errors have gone away
2020-12-21 23:08:19 +01:00
d2e7643d3e Changed the version of gcc for mxe to 9 2020-01-14 11:26:20 -08:00
17dc6da36e Bump MXE version: Qt 5.13, ITK 5.0 2019-12-16 08:50:32 +01:00
b7908a715a Bump MXE version 2019-12-04 08:23:21 +01:00
1717e81988 Build each package sequentially with all threads available 2019-12-04 08:23:21 +01:00
63e96035f9 Disable ccache in MXE 2019-12-04 08:21:29 +01:00
c2d0203a3c add MXE_TARGET_LINK option to distinguish static and shared windows builds 2019-03-01 16:22:44 +01:00
98f4817886 fix lzip dependency: efbd2b52e5 2019-02-28 20:59:50 +01:00
22e786d2ef windows: Bump MXE to 2018-02-27 master 2019-02-27 16:56:21 -05:00
28a1380454 [windows] Included cmake in LOCAL_PKG_LIST due to mxe evolutions 2018-09-12 21:21:30 +02:00
bd376c7ccb [windows] Updated LOCAL_PKG_LIST due to mxe evolutions 2018-09-11 21:15:01 +02:00
88a70df167 [windows] Updated mxe repo to access new plugin directory 2018-09-09 16:18:16 +02:00
3fe4d7d0df do not delete mxe's .git directory 2018-07-23 08:31:13 +02:00
166f2bb79c [windows_x64_posix] Added MXE_TARGET_THREAD argument in common.windows 2018-06-12 00:45:43 -04:00
b5cbd2a878 common.windows: Only install required packages
Suggested-by: Guillaume Jacquenot <Gjacquenot@users.noreply.github.com>
2018-06-11 17:21:02 -04:00
73e556f06b common.windows: Better optimization to support package install in derived images 2018-06-11 09:25:14 -04:00
eabac20a8a common.windows: Optimize image size removing MXE sources
Suggested-by: Commaster <Commaster@users.noreply.github.com>

See #181
2018-06-09 18:23:50 -04:00
aa202df283 windows-(x86|x64): Optimize images introducing "common.windows"
* Avoid duplication introducing common  script
* Optimize image size reducing the number of RUN instructions
2018-06-09 01:20:20 -04:00