[MacPorts] #24353: cannot build plplot 5.9.5 port on OSX 10.6.3

MacPorts noreply at macports.org
Tue Apr 27 02:15:27 PDT 2010


#24353: cannot build plplot 5.9.5 port on OSX 10.6.3
------------------------------+---------------------------------------------
  Reporter:  clw2@…           |       Owner:  takeshi@…           
      Type:  defect           |      Status:  closed              
  Priority:  Normal           |   Milestone:                      
 Component:  ports            |     Version:  1.8.2               
Resolution:  fixed            |    Keywords:                      
      Port:  plplot           |  
------------------------------+---------------------------------------------
Changes (by takeshi@…):

  * status:  reopened => closed
  * resolution:  => fixed


Comment:

 This is caused by setting CMAKE_OSX_ARCHITECTURES, which I inserted to
 enable build for ppc64. Cmake passes -arch flags to the fortran compiler,
 which should not be done. g95 ignores it but gfortran fails with it. I
 think cmake modules should be fixed but I don't know how. As an adhoc fix
 CMAKE_OSX_ARCHITECTURES is skipped with gcc43 variant (default).

-- 
Ticket URL: <http://trac.macports.org/ticket/24353#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list