Opened 13 years ago
Closed 13 years ago
#31606 closed enhancement (wontfix)
apple-gcc42: universal, fortran
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | apple-gcc42 |
Description
The apple-gcc42 Portfile says:
# Needed for gfortran: # gmp and mpfr are not universal #universal_variant no #depends_lib port:gmp port:mpfr port:libiconv
gmp and mpfr have had universal variants for awhile now. Can this be enabled then?
Change History (3)
comment:1 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jeremyhu@… removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Removing your Cc since you own the ticket.
In r85607 I removed the comment in the port about universal being disabled because gmp and mpfr are not universal (since that's not true anymore) and the commented-out disabling of the universal variant (since "use_configure no
" already implies that). I also properly disabled the nonexistent universal variant; see #31603 for the problem this had caused.
Note: See
TracTickets for help on using
tickets.
No, apple-gcc42 has a different backend which the OSS gfortran and gjava would need to be ported to. I haven't looked at how invonved it would be because I didn't care since it didn't "just work"