You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install full MFC toolchain with smart wrapper for read-only Cellar
Reinstates the full MFC functionality including the mfc command-line tool
by creating a smart wrapper that works around Homebrew's read-only Cellar.
Changes to formula:
- Install mfc.sh script and full Python toolchain
- Create wrapper that uses temporary working directory
- Wrapper symlinks toolchain, mfc.sh, and examples into temp dir
- Automatically cleans up temp directory on exit
- Sets proper environment variables for Homebrew installation
Changes to CI:
- Test mfc wrapper functionality (--help, count)
- Run actual test case (1D Sod shock tube) with all CPU cores
- Verify full installation structure including toolchain
This allows users to use the full mfc CLI: mfc run, mfc test, mfc count, etc.
0 commit comments