Changes between Version 1 and Version 2 of Ticket #62276, comment 5


Ignore:
Timestamp:
Apr 10, 2021, 3:45:37 PM (3 years ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62276, comment 5

    v1 v2  
    1 I can confirm that py39-matplotlib will build and install fine on Lion (10.7.5) when clang-9.0 is used.
    2 
    3 
    4 {{{
    5 $ sudo port uninstall py39-matplotlib
    6 Password:
    7 --->  Deactivating py39-matplotlib @3.4.1_0+cairo+webagg
    8 --->  Cleaning py39-matplotlib
    9 --->  Uninstalling py39-matplotlib @3.4.1_0+cairo+webagg
    10 --->  Cleaning py39-matplotlib
    11 
    12 $ sudo port clean py39-matplotlib
    13 --->  Cleaning py39-matplotlib
    14 $
    15 $ sudo port install py39-matplotlib configure.compiler=macports-clang-9.0
    16 --->  Computing dependencies for py39-matplotlib
    17 --->  Fetching distfiles for py39-matplotlib
    18 --->  Verifying checksums for py39-matplotlib
    19 --->  Extracting py39-matplotlib
    20 --->  Applying patches to py39-matplotlib
    21 Warning: reinplace s|^cairo=False|cairo=True| didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py39-matplotlib/work/matplotlib-3.4.1/setup.cfg
    22 --->  Configuring py39-matplotlib
    23 --->  Building py39-matplotlib
    24 --->  Staging py39-matplotlib into destroot
    25 --->  Installing py39-matplotlib @3.4.1_0+cairo+webagg
    26 --->  Activating py39-matplotlib @3.4.1_0+cairo+webagg
    27 --->  Cleaning py39-matplotlib
    28 --->  Scanning binaries for linking errors
    29 --->  No broken files found.                             
    30 --->  No broken ports found.
    31 --->  Some of the ports you installed have notes:
    32   py39-matplotlib has the following notes:
    33     The default backend is the interactive Mac OS X backend. Different backends can be specified using the ~/.matplotlib/matplotlibrc file. More details regarding backends can be
    34     found in the matplotlib FAQ:
    35    
    36             https://matplotlib.org/tutorials/introductory/usage.html#backends
    37 $
    38 }}}
     1Please ignore.  Posted to wrong ticket.