From 3950982269e4f1fb1ad483e07360df20527bf895 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 6 Nov 2023 10:59:36 +0100 Subject: [PATCH] Troubleshooting Homebrew binaries on macOS (Thanks Paul Adam) --- docs/source/Installing_SimGrid.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index 3b9e1a95a6..39cc872e8f 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -43,6 +43,17 @@ email. .. _simgrid AUR package: https://aur.archlinux.org/packages/simgrid/ .. _AUR official documentation: https://wiki.archlinux.org/title/Arch_User_Repository +Binaries from macOS +^^^^^^^^^^^^^^^^^^^ + +SimGrid can be found in the Homebrew package manager. Troubleshooting: + +warning: dylib (libsimgrid.dylib) was built for newer macOS version (14.0) than being linked (13.3) + This was reported with the SimGrid version from Homebrew on a Mac book air M1 (ARM). + The solution is simply to export this variable before the compilation of your binaries: + + ``export MACOSX_DEPLOYMENT_TARGET=14.0`` + .. _deprecation_policy: Version numbering and deprecation -- 2.20.1