#39277 closed defect (fixed)
octave-devel @3.6.4 fails to build with +g95
Reported by: | tenomoto (Takeshi Enomoto) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | octave-devel |
Description
With +g95 clang++ is selected as the C++ compiler even though clang is blacklisted. clang++ cannot compile some source. According to the Portfile comments, some compilers are blacklisted just because they don't have fortran compiler. I was able to build with configure.compiler=llvm-gcc-4.2 so it would be nice if you revised compiler.blacklist to allow non clang compilers to be used with g95.
Change History (4)
comment:1 Changed 11 years ago by michaelld (Michael Dickens)
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | michaelld@… removed |
---|---|
Owner: | changed from macports-tickets@… to michaelld@… |
comment:3 Changed 11 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry this took so long. Fixed in r107945. I'm closing this ticket as fixed. Please reopen if it does not work for you. Please "sudo port selfupdate" before trying anything else.
comment:4 Changed 11 years ago by tenomoto (Takeshi Enomoto)
Thanks. I was able to update to 3.6.4_5.
Note: See
TracTickets for help on using
tickets.
I'll look into this and see what I can do. I have a significant revision coming in soon anyway, so I'll see if I can add this to it.