Changes between Initial Version and Version 1 of Ticket #62874, comment 11


Ignore:
Timestamp:
Jan 22, 2022, 1:45:42 PM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62874, comment 11

    initial v1  
    1111}}}
    1212
    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.
     13So 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.
    1414
    15151. `sudo port build octave`