- Mar 11, 2025
-
-
Sébastien Villemot authored
(cherry picked from commit 80cf5ba3)
-
- Sep 12, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 992c0417)
-
- Jun 04, 2024
-
-
Sébastien Villemot authored
See: - https://github.com/Homebrew/homebrew-core/issues/165388 - https://trac.macports.org/ticket/69639 (manually cherry picked from commit 54956c22)
-
Sébastien Villemot authored
(manually cherry picked from commit 673ceb6d)
-
- May 31, 2024
-
-
Sébastien Villemot authored
This avoids interfering with the build-matlab directory that may already be used by the developper locally. Also, this makes it symmetric with the Windows build script. (cherry picked from commit 1e66daf7)
-
- Apr 05, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 9337d792)
-
- Jan 29, 2024
-
-
Sébastien Villemot authored
The binary location had not been updated following the move of the dseries submodule (commit e962cb4d). (cherry picked from commit 60e3b6a1)
-
- Dec 08, 2023
-
-
Sébastien Villemot authored
-
- Nov 22, 2023
-
-
Sébastien Villemot authored
Incidentally, this means that the JSONlab submodule is no longer needed, so it is removed in the present commit. Closes: #1907
-
Sébastien Villemot authored
Ref. #1907
-
Sébastien Villemot authored
-
- Nov 06, 2023
-
-
Sébastien Villemot authored
-
- Oct 24, 2023
-
-
Sébastien Villemot authored
-
- Oct 16, 2023
-
-
Willi Mutschler authored
-
- Oct 11, 2023
-
-
Willi Mutschler authored
[skip ci]
-
Willi Mutschler authored
[skip ci]
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
Added double quotes to variables
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
id="org.dynare.VERSION_NO_SPACE" fixes #1790, i.e old Dynare versions will not get uninstalled.
-
Willi Mutschler authored
because MATLAB checks the directory of Xcode and not of the Command Line Tools
-
Willi Mutschler authored
Fixes #1893 Closes #1894 Explain how to get Xcode CLT and gcc via homebrew in installer at the end using a conclusion.html file. Clarify this also in the manual.
-
Sébastien Villemot authored
-
- Sep 22, 2023
-
-
Sébastien Villemot authored
-
- Sep 20, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Sep 18, 2023
-
-
Sébastien Villemot authored
By the way, simplify the dependency build system by removing 32-bit SLICOT (was only used for the Octave package), and the symlinks for MatIO and GSL (no longer needed with Meson).
-
Sébastien Villemot authored
-
- Sep 01, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Aug 30, 2023
-
-
Sébastien Villemot authored
-
- Jun 07, 2023
-
-
Sébastien Villemot authored
The formulas are taken from commit 46401325ed2c4d72adb6f1592cf6096bb844b489 of the homebrew-core repository. The gcc.rb formula was modified by adding “cellar: :any” to all bottles (see https://github.com/Homebrew/brew/blob/master/docs/Bottles.md). The preprocessor has been updated accordingly.
-
- Mar 17, 2023
-
-
Sébastien Villemot authored
-
- Mar 14, 2023
-
-
Sébastien Villemot authored
-
- Mar 13, 2023
-
-
Sébastien Villemot authored
- enforce x86-64 architecture - use “sysctl -n hw.ncpu” instead of “nproc” (which has not been installed in the new runner) - use MATLAB R2022b for building with the latest ABI
-
- Jan 03, 2023
-
-
Sébastien Villemot authored
Incidentally, no longer run Dynare++ unit tests, since they are intricated in the Dynare++ build system. If we finally decide not to drop the Dynare++ codebase for our MEX files, then we should probably find a way to build and run them again. Ref. #1825
-