#21376 closed submission (fixed)
pymol 1.2r1 packaging
Reported by: | howarth@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | science | Cc: | adfernandes (Andrew Fernandes) |
Port: | pymol |
Description
This packaging provides the current pymol 1.2r1 release built against python2.5. The build avoids using the configure script in pymol because it incorrectly creates the python modules as dylibs instead of .so files. Instead, the same approach is taken as in fink of using the setup/Rules.osx-fink file instead.
Attachments (3)
Change History (14)
comment:1 follow-up: 6 Changed 15 years ago by howarth@…
Changed 15 years ago by howarth@…
Attachment: | pymol-build.patch added |
---|
use python2.6-config to find headers
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 15 years ago by adfernandes (Andrew Fernandes)
FYI - Pymol 1.2r2 came out on Oct 05 as revision pymol-svn revision 3866.
comment:5 Changed 15 years ago by adfernandes (Andrew Fernandes)
I edited howarth's Portfile to update it to 1.2r2 (and add some whitespace) - nice job, howarth - it never occurred to me to look at the fink install instructions.
After patching tcl (#21968) the install worked just fine; the tk interface even worked, so I'm closing my old submission (#17419) and recommend going with this one.
Changed 15 years ago by adfernandes (Andrew Fernandes)
Attachment: | Portfile.2 added |
---|
build against python26; update to 1.2r2
comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to howarth@…:
Depend-runs on xorg-apps to use xdpyinfo from MacPorts and not from system X11 in __init__.py.
Do you really need to depend on port:xorg-apps for this? That's a really really big dependency. Can't you just depend on port:xdpyinfo?
comment:7 Changed 15 years ago by howarth@…
Changed depends_run to port:xdpyinfo. I didn't realize that xdpyinfo was
available with just that port.
comment:8 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:9 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r59391. I made a few minor changes. I removed the revision 0
line because that is the default and I obfuscated your email address. Thanks for the submission and stepping up as maintainer!
Revise Portfile to purge residual instances of /usr/X11R6 from build.
Depend-runs on xorg-apps to use xdpyinfo from MacPorts and not from system X11 in __init__.py.