Changes between Initial Version and Version 1 of Ticket #68395


Ignore:
Timestamp:
Oct 9, 2023, 6:34:17 AM (13 months ago)
Author:
jmroot (Joshua Root)
Comment:

This port doesn't appear to intend to provide a python module. What do you expect to be able to do with it?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68395

    • Property Owner set to seisman
    • Property Status changed from new to assigned
    • Property Port gmt6 added
  • Ticket #68395 – Description

    initial v1  
    11Install:
     2{{{
    23johnrundle@Napili ~ % sudo port activate gmt6
    34--->  Computing dependencies for gmt6
    45--->  Cleaning gmt6
    5 
     6}}}
    67Then:
     8{{{
    79%python
    810>>> import gmt6
     
    1012  File "<stdin>", line 1, in <module>
    1113ModuleNotFoundError: No module named 'gmt6'
     14}}}