-
- Downloads
Add scripts and CI job for building Windows package
The scripts are based the former “dynare-build” project. They have been overhauled and simplified. Building a Windows package (both installer and zip archive) is as easy as running “make -C windows” (provided the right Debian packages are installed, use the “windows/install-packages.sh” script for that purpose). The layout of MEX files for Octave in the package has been changed (mex/octave/win32/ and mex/octave/win64/ instead of mex/octave32/ and mex/octave/), for consistency with MATLAB MEX.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- .gitlab-ci.yml 32 additions, 3 deletions.gitlab-ci.yml
- Makefile.am 4 additions, 4 deletionsMakefile.am
- configure.ac 0 additions, 1 deletionconfigure.ac
- m4/ax_mexopts.m4 2 additions, 2 deletionsm4/ax_mexopts.m4
- matlab/add_path_to_mex_files.m 26 additions, 5 deletionsmatlab/add_path_to_mex_files.m
- mex/build/matlab/mex.am 1 addition, 1 deletionmex/build/matlab/mex.am
- mex/build/octave/mex.am 1 addition, 1 deletionmex/build/octave/mex.am
- windows/Makefile 39 additions, 0 deletionswindows/Makefile
- windows/build.sh 281 additions, 0 deletionswindows/build.sh
- windows/deps/Makefile 453 additions, 0 deletionswindows/deps/Makefile
- windows/deps/mkoctfile32 541 additions, 0 deletionswindows/deps/mkoctfile32
- windows/deps/mkoctfile64 541 additions, 0 deletionswindows/deps/mkoctfile64
- windows/deps/patches/openblas-w32.patch 69 additions, 0 deletionswindows/deps/patches/openblas-w32.patch
- windows/deps/patches/openblas-w64.patch 77 additions, 0 deletionswindows/deps/patches/openblas-w64.patch
- windows/deps/patches/slicot-32-with-underscore.patch 30 additions, 0 deletionswindows/deps/patches/slicot-32-with-underscore.patch
- windows/deps/patches/slicot-32-without-underscore.patch 30 additions, 0 deletionswindows/deps/patches/slicot-32-without-underscore.patch
- windows/deps/patches/slicot-64-with-32bit-integer-and-underscore.patch 30 additions, 0 deletions...patches/slicot-64-with-32bit-integer-and-underscore.patch
- windows/deps/patches/slicot-64-with-32bit-integer.patch 30 additions, 0 deletionswindows/deps/patches/slicot-64-with-32bit-integer.patch
- windows/deps/patches/slicot-64-with-64bit-integer-and-underscore.patch 30 additions, 0 deletions...patches/slicot-64-with-64bit-integer-and-underscore.patch
Loading
Please register or sign in to comment