* fix: resolve LAPACK/BLAS linking errors in CI benchmarks
- Add gfortran dependency for proper Fortran library linking
- Add library verification and symlink creation for standard names
- Fix benchmark, benchmark_linalg, quality, docs, and publish jobs
- Ensure proper LAPACK/BLAS availability across all CI environments
Resolves linking errors: "cannot find -llapack: No such file or directory"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: improve rustorch-jupyter launcher to work from any directory
- Store absolute project path in launcher script during installation
- Create permanent installation in ~/.rustorch/rustorch directory
- Add comprehensive error messages and troubleshooting guidance
- Show project location and launcher path after installation
- Enable users to run rustorch-jupyter from any directory without location awareness
Fixes issue where users needed to know RusTorch installation directory
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat: add directory specification and uninstall options to rustorch-jupyter
- Add --dir option to specify custom RusTorch project directory
- Add --uninstall option to completely remove RusTorch installation
- Add --help option with comprehensive usage information
- Add colored output for better user experience
- Add confirmation dialog for uninstall operation
- Update installation completion message with new options
New commands:
- rustorch-jupyter --dir /path/to/project
- rustorch-jupyter --uninstall
- rustorch-jupyter --help
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>