From 8f3234fddcb4fe072483439a5fd9aee8ae1f533c Mon Sep 17 00:00:00 2001 From: Katherine Rasmussen Date: Tue, 2 Jan 2024 14:05:35 -0800 Subject: [PATCH] [fix] Add fully qualified name to brew fpm commands --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 7dc1503b4..b2b19a481 100755 --- a/setup.sh +++ b/setup.sh @@ -56,7 +56,7 @@ fi brew tap fortran-lang/fortran # required for building fpm -brew install fpm netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below +brew install fortran-lang/fortran/fpm netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below PREFIX=`realpath $PREFIX` @@ -122,7 +122,7 @@ fi if command -v fpm > /dev/null 2>&1; then brew tap fortran-lang/fortran - brew install fpm + brew install fortran-lang/fortran/fpm fi echo "$RUN_FPM_SH test"