Re: gcc34 -- yikes!
Ryan Schmidt <[email protected]> Tue, 15 Aug 2006 13:56:22 +0200
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
On Aug 15, 2006, at 13:01, Tabitha McNerney wrote:
> Taking a closer look at the Octave port, I'm wondering what exactly
> Tcl is
> doing here with regard to the configure.env-delete and
> configure.env-appenddirectives? I noticed that Octave needed both g77
> (and therefore gcc34) and
> gfortran (therefore gcc40). It was my understanding that Octave
> only needed
> one Fortran compiler (such as only gfortran), not both?
>
> Regards,
>
> T.
>
> platform darwin 8 powerpc {
> depends_run-delete port:gcc34
> depends_run-append port:gcc40
> configure.env-delete CC="gcc-dp-3.4"
> configure.env-delete CXX="g++-dp-3.4"
> configure.env-delete F77="g77-dp-3.4"
>
> configure.env-delete FLIBS="-lg2c"
>
> configure.env-append CC="gcc-dp-4.0"
> configure.env-append CXX="g++-dp-4.0"
> configure.env-append F77="gfortran-dp-4.0"
> configure.env-append FLIBS="-lgfortran"
>
> configure.args-append --with-blas="-framework Accelerate"
> }
It sure looks like on 10.4.x it's supposed to be removing the gcc34
dependency and adding the gcc40 dependency. But you're saying it's
trying to bring in both ports? Odd.