[MacPorts] #46252: gmtk @1.1.1 new port submission for the Graphical Models Toolkit

MacPorts noreply at macports.org
Wed Dec 24 01:10:25 PST 2014


#46252: gmtk @1.1.1 new port submission for the Graphical Models Toolkit
-------------------------+--------------------------------
  Reporter:  rprogers@…  |      Owner:  macports-tickets@…
      Type:  submission  |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  gmtk        |
-------------------------+--------------------------------

Comment (by mojca@…):

 I'm unable to download the source. Maybe the server is partially down.

 But see:
 https://j.ee.washington.edu/trac/gmtk/ticket/369
 I believe that we should push the devs to make the changes proposed there
 (and to make their own copy of `wxwin.m4`, not to rely on an external
 one).

 You need to add
 {{{
 wxWidgets.use wxWidgets-3.0
 }}}
 to pick which version of wxWidgets you want to use (I assume it's not
 2.8). Then you need to add a dependency on the port with
 {{{
 depends_lib[-append] port:${wxWidgets.port}
 }}}
 and finally the configure script needs to find the wxWidgets, with
 something like:
 {{{
 configure.args[-append] --with-wxdir=${wxWidgets.wxdir}
 }}}
 but that probably won't work out of the box until they close the above
 mentioned ticket (I'm unable to check).

 You could in principle replace
 {{{
 configure.env-append
 PATH=${prefix}/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin:$env(PATH)
 }}}
 with
 {{{
 configure.env-append PATH=${wxWidgets.wxdir}:$env(PATH)
 }}}
 (and you can do it now if all you want is to make the port work), but in
 the long run the `./configure` script should become more clever about
 searching for `wxWidgets`.

-- 
Ticket URL: <https://trac.macports.org/ticket/46252#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list