#15175 closed update (fixed)
arpack variants for different fortran compilers
Reported by: | mmoll@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | arpack, gcc42, gcc43, g95 | Cc: | |
Port: |
Description
Added support for using different fortran compilers (the same way it is done for e.g. py25-scipy).
Attachments (1)
Change History (6)
Changed 17 years ago by mmoll@…
Attachment: | patch-arpack.diff added |
---|
comment:1 Changed 16 years ago by wsiegrist@…
Owner: | changed from macports-tickets@… to wsiegrist@… |
---|---|
Status: | new → assigned |
Claiming ticket while I test the patch.
comment:2 Changed 16 years ago by wsiegrist@…
Owner: | changed from wsiegrist@… to mmoll@… |
---|---|
Status: | assigned → new |
I get the following error with this:
Makefile:47: warning: overriding commands for target `.f.o' ../ARmake.inc:106: warning: ignoring old commands for target `.f.o' f77 -O2 -ff2c -c svout.f make[1]: f77: Command not found make[1]: *** [svout.o] Error 127
I'm assigning back to you since you can commit now.
comment:3 Changed 16 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The arpack package doesn't use configure, so the "configure.fc" settings were meaningless. I checked in a proper fix. The reason I wasn't hit by this bug is because I use the mpi variant.
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
Patch for the arpack Portfile