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