Opened 11 years ago
Closed 10 years ago
#40362 closed submission (fixed)
chemkit @0.1 - cmake build directory issue
Reported by: | c.herbig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | chemkit |
Description
I am attempting to make a portfile for chemkit, however, cmake is not being very helpful. The problem is that macports creates the build directory with the usual path, ending in chemkit/
, whereas the configure phase wants it to end with chemkit-0.1/
. I have no idea how to change this, but it is a showstopper. Please advise.
Attachments (4)
Change History (10)
Changed 11 years ago by c.herbig@…
Changed 11 years ago by c.herbig@…
comment:1 follow-up: 2 Changed 11 years ago by mf2k (Frank Schima)
Keywords: | haspatch removed |
---|---|
Type: | defect → submission |
Version: | 2.2.0 |
comment:2 Changed 11 years ago by c.herbig@…
Replying to macsforever2000@…:
See the guide about worksrcdir.
Thanks, that did the trick. Here is the new portfile.
Changed 11 years ago by c.herbig@…
Attachment: | Portfile.2 added |
---|
Changed 11 years ago by c.herbig@…
Attachment: | Portfile.3 added |
---|
changed depends_lib to depends_lib-append for cmake compatibility
comment:4 follow-up: 5 Changed 11 years ago by mf2k (Frank Schima)
Comments:
- The
master_sites
field can likely be simplysourceforge
- I don't recognize a license in Macports called "BSD-3-Clause", I suspect there is a better value for that, but I don't know it.
comment:5 Changed 11 years ago by c.herbig@…
Replying to mf2k@…:
Comments:
- The
master_sites
field can likely be simplysourceforge
- I don't recognize a license in Macports called "BSD-3-Clause", I suspect there is a better value for that, but I don't know it.
With full-time employment and continued graduate studies, I have now no time to work on macports. Please feel free to take over preparing Avogadro 2, if you are able to.
comment:6 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in r121063 with minor changes including nomaintainer.
See the guide about worksrcdir.