Changes between Initial Version and Version 2 of Ticket #47932


Ignore:
Timestamp:
Jun 2, 2015, 3:20:26 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47932

    • Property Cc takeshi removed
    • Property Keywords Fortran-95 removed
    • Property Port plplot added; Plplot removed
    • Property Owner changed from macports-tickets@… to takeshi@…
  • Ticket #47932 – Description

    initial v2  
    11I have recently installed the Plplot graphics port on my Mac running OS 10.10.3. I extensively use Plplot from Fortran codes to make plots. Looking at where Macports installed the Plplot libraries, and based on previous experience I attempted to link Plplot in using a line like:
    22
     3{{{
    34ifort -o executable code.f `PKG_CONFIG_PATH=/opt/local/lib/pkgconfig pkg-config --cflags --libs plplotd-f95`
     5}}}
    46
    57However, this doesn't find the plplotd-f95 package (see results below). Where does Macports put this package and how do I modify the compile instructions to find it? If it's not produced during the install, how do I get the port installer to create it?
    68
     9{{{
    710+ ifort -c new_tae_plotter.f
    811++ PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
     
    4144      _MAIN__ in new_tae_plotter.o
    4245ld: symbol(s) not found for architecture x86_64
     46}}}