Skip to content

Commit

Permalink
Merge pull request #84 from BerkeleyLab/rm-cmake-dependency
Browse files Browse the repository at this point in the history
chore(setup.sh): rm homebrew installation of cmake
  • Loading branch information
rouson committed Sep 19, 2023
2 parents c51e218 + 8e42aaa commit ac6d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi


brew tap fortran-lang/fortran # required for building fpm
brew install fpm cmake netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below
brew install fpm netcdf netcdf-fortran pkg-config coreutils # coreutils supports `realpath` below

PREFIX=`realpath $PREFIX`

Expand Down

0 comments on commit ac6d15b

Please sign in to comment.