We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120b3a3 commit 8b91e40Copy full SHA for 8b91e40
packaging/homebrew/mfc.rb
@@ -42,10 +42,10 @@ def install
42
# - bootstrap/ for build/lint/format scripts
43
# - templates/ for HPC job submission
44
prefix.install "toolchain"
45
-
+
46
# Install examples
47
pkgshare.install "examples"
48
49
# Create a wrapper that sets up the environment and calls mfc.sh
50
# The wrapper changes to the installation directory because mfc.sh
51
# expects to be run from MFC's root (checks for toolchain/util.sh)
@@ -81,7 +81,7 @@ def caveats
81
assert_path_exists bin/"pre_process"
82
assert_path_exists bin/"simulation"
83
assert_path_exists bin/"post_process"
84
85
# Test mfc wrapper
86
system bin/"mfc", "--help"
87
0 commit comments