[MacPorts] #35342: Submission: sundials
MacPorts
noreply at macports.org
Thu Jun 6 12:00:30 PDT 2013
#35342: Submission: sundials
--------------------------+--------------------------------
Reporter: jjstickel@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: sundials |
--------------------------+--------------------------------
Comment (by macsforever2000@…):
Looking at the Portfile, there are a number of minor issues - including
the g95 description which you just fixed. The main one I see is that the
default variants are confusing. I put them all together, so take a look
and see if this is what you intended? Note that I append other default
variants instead of overwriting as originally written in the Portfile.
{{{
default_variants +atlas
if { ![variant_isset gcc42] && ![variant_isset gcc48] && ![variant_isset
gcc49] && ![variant_isset gcc46] && ![variant_isset gcc47] } {
default_variants-append +gcc47
}
if {![variant_isset mpich2]} {
default_variants-append +openmpi
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/35342#comment:17>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list