dynare/windows/deps/versions.mk

49 lines
1.3 KiB
Makefile
Raw Normal View History

BOOST_VERSION = 1_71_0
GSL_VERSION = 2.5
MATIO_VERSION = 1.5.17
OPENBLAS_VERSION = 0.3.6
SLICOT_VERSION = 5.0+20101122
ZLIB_VERSION = 1.2.11
2019-09-03 16:38:33 +02:00
X13AS_VERSION = 1.1_B39
OCTAVE_VERSION = 5.1.0
OCTAVE_W32_BUILD =
OCTAVE_W64_BUILD =
MATLAB32_VERSION = 20181204
MATLAB64_VERSION = 20181204
## MinGW packages
# Determine the versions by:
# - first running: pacman -Sy
# - and then with appropriate queries using: pacman -Ss <regex>
# pacman -Ss mingw-w64-.*-gcc$
MINGW32_GCC_VERSION = 9.1.0-2
MINGW64_GCC_VERSION = 9.1.0-2
# pacman -Ss mingw-w64-.*-gmp$
MINGW32_GMP_VERSION = 6.1.2-1
MINGW64_GMP_VERSION = 6.1.2-1
# pacman -Ss mingw-w64-.*-binutils
MINGW32_BINUTILS_VERSION = 2.32-3
MINGW64_BINUTILS_VERSION = 2.32-3
# pacman -Ss mingw-w64-.*-headers-git
MINGW32_HEADERS_VERSION = 7.0.0.5524.2346384e-1
MINGW64_HEADERS_VERSION = 7.0.0.5524.2346384e-1
# pacman -Ss mingw-w64-.*-crt-git
MINGW32_CRT_VERSION = 7.0.0.5524.2346384e-1
MINGW64_CRT_VERSION = 7.0.0.5524.2346384e-1
# pacman -Ss mingw-w64-.*-winpthreads-git
MINGW32_WINPTHREADS_VERSION = 7.0.0.5522.977a9720-1
MINGW64_WINPTHREADS_VERSION = 7.0.0.5522.977a9720-1
# pacman -Ss mingw-w64-.*-libwinpthread-git
# NB: "thread" is singular here
MINGW32_LIBWINPTHREAD_VERSION = 7.0.0.5522.977a9720-1
MINGW64_LIBWINPTHREAD_VERSION = 7.0.0.5522.977a9720-1