py*-graph-tool: incorrectly uses LINKFORSHARED in configure
This is the error I get on Terminal on both of my laptops.
$ sudo port install py-graph-tool
---> Computing dependencies for py-graph-tool
---> Dependencies to be installed: py27-graph-tool
---> Configuring py27-graph-tool
Error: Failed to configure py27-graph-tool, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-graph-tool/py27-graph-tool/work/graph-tool-2.2.24/config.log
Error: org.macports.configure for port py27-graph-tool returned: configure failure: command execution failed
Error: Failed to install py27-graph-tool
Please see the log file for port py27-graph-tool for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-graph-tool/py27-graph-tool/main.log
Error: The following dependencies were not installed: py27-graph-tool
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port py-graph-tool failed
$
Probably (incorrectly) uses LINKFORSHARED to grab Python’s linking flags, as described in #39223. It should be using pythonX.Y-config instead.