From 2119449733d1ba8ae1db76699fdb9daeea3b95d7 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Fri, 12 Jan 2024 18:04:07 +0100 Subject: [PATCH] Clarify Apple compatibility --- _includes/download-snapshot.html | 9 +++++---- _includes/download-stable.html | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html index 3e1466d..5f73ba2 100644 --- a/_includes/download-snapshot.html +++ b/_includes/download-snapshot.html @@ -41,8 +41,9 @@ <section class="dynare_section" id="snapshot_macos_content"> <p> - Compatible with macOS 14 “Sonoma” (Apple Silicon arm64 or Intel x86-64) - and MATLAB (R2018b–R2023b). <b>NB</b>: This package is + Compatible with macOS 14 “Sonoma” with MATLAB on Intel Macs (R2014a–R2023b) + and MATLAB on Apple silicon Macs (R2023b). + <b>NB</b>: This package is unsigned; to run it, you need to right click on it and select “Open” from the menu that pops up. No snapshot is available for Octave here. You can compile from source or take the latest snapshot @@ -50,12 +51,12 @@ the --HEAD option). </p> - <p>Apple Silicon (arm64) installer:</p> + <p>Apple Silicon (arm64) installer for MATLAB on Apple silicon Macs:</p> <div class="download_table"> {% include snapshot/download-snapshot-macos-arm64.html %} </div> <br /> - <p>Intel (x86-64) installer:</p> + <p>Intel (x86-64) installer for MATLAB on Intel Macs:</p> <div class="download_table"> {% include snapshot/download-snapshot-macos-x86_64.html %} </div> diff --git a/_includes/download-stable.html b/_includes/download-stable.html index f5e2db9..da999a4 100644 --- a/_includes/download-stable.html +++ b/_includes/download-stable.html @@ -45,15 +45,17 @@ <section class="dynare_section" id="stable_macos_content"> <p> - Compatible with macOS 14 “Sonoma” (Intel x86-64 / Apple Silicon) and - MATLAB (R2014a–R2023b). <b>NB</b>: This package is unsigned; to run it, + Compatible with macOS 14 “Sonoma” with MATLAB on Intel Macs (R2014a–R2023b) + and MATLAB on Apple silicon Macs (R2023b). + <b>NB</b>: This package is unsigned; to run it, you need to right click on it and select “Open” from the menu that pops up. If you want to use Dynare with Octave, do not download this package, but rather use the one from Homebrew (see the <a href="/resources/quick_start">quick start guide</a> for instructions). </p> - <p>Available as Apple Silicon (arm64) or Intel (x86-64) pkg installers.</p> + <p>Available as Apple Silicon (arm64) or Intel (x86-64) pkg installers. + Please make sure you have a compatible MATLAB version installed.</p> <p class="stable"> <i class="fas fa-file-download"></i> {% include release/download-release-macos-arm64.html %} -- GitLab