[MacPorts] #27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Simply add a new variant for gcc45 fortran compiler. -- Ticket URL: <https://trac.macports.org/ticket/27476> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Changes (by ram@…): * owner: macports-tickets@… => ram@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Changes (by jmr@…): * cc: ram@…, openmaintainer@… (removed) Comment: As mentioned in the ticket guidelines, it's not useful to cc openmaintaner. -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Comment(by ram@…): Taking a look at getting this variant added and I've noticed something odd: {{{ variant gcc42 conflicts gcc43 gcc44 description "Use gfortran-mp-4.2 as fortran compiler" { configure.compiler macports-gcc-4.2 depends_lib-append port:gcc42 set fc_options "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2" build.cmd-append ${fc_options} destroot.cmd-append ${fc_options} } variant gcc43 conflicts gcc42 gcc44 description "Use gcc 4.3 tool chain for building" { configure.compiler macports-gcc-4.3 depends_lib-append port:gcc43 set fc_options "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.3 --f90exec ${prefix}/bin/gfortran-mp-4.3" set config_options "config --cc ${prefix}/bin/gcc-mp-4.3 --include- dirs ${prefix}/include --library-dirs ${prefix}/lib" build.cmd-append ${fc_options} ${config_options} destroot.cmd-append ${fc_options} ${config_options} destroot.env-append CC="${prefix}/bin/gcc-mp-4.3" \ CXX="${prefix}/bin/g++-mp-4.3" build.env-append CC="${prefix}/bin/gcc-mp-4.3" \ CXX="${prefix}/bin/g++-mp-4.3" } variant gcc44 conflicts gcc42 gcc43 description "Use gfortran-mp-4.4 as fortran compiler" { configure.compiler macports-gcc-4.4 depends_lib-append port:gcc44 set fc_options "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.4 --f90exec ${prefix}/bin/gfortran-mp-4.4" build.cmd-append ${fc_options} destroot.cmd-append ${fc_options} } }}} Josh: Can you recall why the gcc43 variant differs from gcc42 and gcc44? Is this an oversight and should be be setting the C compiler for the other variants as well? -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Changes (by jmr@…): * cc: jameskyle@… (added) Comment: `svn blame` says that jameskyle added that to only the gcc43 variant in r59609. -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Comment(by ram@…): Seems that James has moved on, just got the following when trying to contact him using his MacPorts alias: {{{ This is the mail system at host bz1.apple.com. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <jameskyle@ucla.edu>: host smtp.ucla.edu[169.232.46.244] said: 554 5.7.1 Recipient denied (in reply to RCPT TO command) Final-Recipient: rfc822; jameskyle@ucla.edu Original-Recipient: rfc822;jameskyle@ucla.edu Action: failed Status: 5.7.1 Remote-MTA: dns; smtp.ucla.edu Diagnostic-Code: smtp; 554 5.7.1 Recipient denied }}} -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py26-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py26-scipy ------------------------------+--------------------------------------------- Changes (by jmr@…): * cc: krunk7@… (added) -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py2{5,6,7}-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py25-scipy, py26-scipy, py27-scipy ------------------------------+--------------------------------------------- Changes (by ram@…): * port: py26-scipy => py25-scipy, py26-scipy, py27-scipy -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py2{5,6,7}-scipy @0.8.0 add support for gcc45 fortran compiler ------------------------------+--------------------------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: fortran | Port: py25-scipy, py26-scipy, py27-scipy ------------------------------+--------------------------------------------- Changes (by ram@…): * cc: paul.dlug@… (added) -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27476: py2{5,6,7}-scipy @0.8.0 add support for gcc45 fortran compiler -------------------------------------------------+-------------------------- Reporter: jtravs@… | Owner: ram@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: fortran Port: py25-scipy, py26-scipy, py27-scipy | -------------------------------------------------+-------------------------- Changes (by ram@…): * status: assigned => closed * resolution: => fixed Comment: gcc45 variant added in r74598 -- Ticket URL: <https://trac.macports.org/ticket/27476#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts