Opened 10 years ago
Closed 10 years ago
#46176 closed enhancement (fixed)
slepc @3.5.2_0 missing fortran interface
Reported by: | johannes.feist@… | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | slepc |
Description
The slepc sources downloaded from the bitbucket repository do not contain the header files for the fortran interface. The configure script would "normally" detect if it is run within a git tree and build them automatically. Within macports, the build is not done within the git tree, however, so the fortran stubs have to be generated manually. The attached patch does that (adding a build dependency on sowing in the process).
Attachments (1)
Change History (5)
Changed 10 years ago by johannes.feist@…
Attachment: | Portfile-slepc.diff added |
---|
comment:1 Changed 10 years ago by mf2k (Frank Schima)
Cc: | sean@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to sean@… |
Type: | defect → enhancement |
Version: | 2.3.3 |
comment:2 Changed 10 years ago by johannes.feist@…
Thanks for the quick reaction! Should I update the patch to also increase the revision, or will you do that when you commit it?
comment:3 Changed 10 years ago by seanfarley (Sean Farley)
I can do it when I look at the patch more in-depth. I'll try to look at this (and your other patches) later today.
comment:4 Changed 10 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Finally got around to this in r130200. Thanks for the patch!
It sounds like this needs a revision increase too.