From 07411327b6d85cbf4a83ec081e527a8c7595391d Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:50:45 +0200 Subject: [PATCH] Add some debug output --- setup/macos/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/macos/build.sh b/setup/macos/build.sh index 5afb161d..15a47a3b 100755 --- a/setup/macos/build.sh +++ b/setup/macos/build.sh @@ -9,6 +9,10 @@ PYTHON="$1" ARCH="$2" CONDA="$3" +echo "Python Version: $PYTHON" +echo "Architecture: $ARCH" +echo "Miniconda Architecture: $CONDA" + # Use RAM disk if possible if [ -d /dev/shm ]; then TEMP_BASE=/dev/shm