Changes between Initial Version and Version 1 of Ticket #62874, comment 11
- Timestamp:
- Jan 22, 2022, 1:45:42 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62874, comment 11
initial v1 11 11 }}} 12 12 13 So the approach is to run `port build`, use `install_name_tool` to fix the built `octave-cli` and `octave-gui` files, and then finish with `port destroot` and `port install`. NOTE: You'll probably need to first patch the `vecLibFort` package according to https://trac.macports.org/ticket/63717#comment:20 before installing Octave.13 So the approach is to run `port build`, use `install_name_tool` to fix the built `octave-cli` and `octave-gui` files, and then finish with `port destroot` and `port install`. NOTE: You'll probably need to first patch the `vecLibFort` package according to comment:ticket:63717:20 before installing Octave. 14 14 15 15 1. `sudo port build octave`