File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # typed: true
1+ # typed: strict
22# frozen_string_literal: true
33
44# Homebrew formula for MFC (Multiphase Flow Code)
@@ -42,10 +42,10 @@ def install
4242 # - bootstrap/ for build/lint/format scripts
4343 # - templates/ for HPC job submission
4444 prefix . install "toolchain"
45-
45+
4646 # Install examples
4747 pkgshare . install "examples"
48-
48+
4949 # Create a wrapper that sets up the environment and calls mfc.sh
5050 # The wrapper changes to the installation directory because mfc.sh
5151 # expects to be run from MFC's root (checks for toolchain/util.sh)
@@ -81,7 +81,7 @@ def caveats
8181 assert_path_exists bin /"pre_process"
8282 assert_path_exists bin /"simulation"
8383 assert_path_exists bin /"post_process"
84-
84+
8585 # Test mfc wrapper
8686 system bin /"mfc" , "--help"
8787
You can’t perform that action at this time.
0 commit comments