[MacPorts] #70467: openEMS uses incorrect paths for linking dylibs

MacPorts noreply at macports.org
Tue Jul 30 16:57:22 UTC 2024


#70467: openEMS uses incorrect paths for linking dylibs
---------------------------+----------------------
  Reporter:  barracuda156  |      Owner:  ra1nb0w
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.9.3
Resolution:                |   Keywords:
      Port:  openEMS       |
---------------------------+----------------------

Comment (by ryandesign):

 I believe the reason for the incorrect library flags is:

 https://github.com/thliebig/openEMS/blob/1ccf0942477e9178b27f5e00dddd4d62bff78d29/CMakeLists.txt#L118

 > {{{
 > link_directories(${HDF5_LIBRARIES})
 > }}}

 `${HDF5_LIBRARIES}` contains a list of libraries, of course, not a list of
 directories.

 A bug should be filed with the developers of openEMS.

-- 
Ticket URL: <https://trac.macports.org/ticket/70467#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list