Ticket #21376 (closed submission: fixed)
pymol 1.2r1 packaging
| Reported by: | howarth@… | Owned by: | macsforever2000@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | science | Cc: | adfernandes@… |
| 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
Change History
Changed 4 years ago by howarth@…
- Attachment pymol-build.patch added
use python2.6-config to find headers
comment:3 Changed 4 years ago by adfernandes@…
FYI - Pymol 1.2r2 came out on Oct 05 as revision pymol-svn revision 3866.
comment:5 Changed 4 years ago by adfernandes@…
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 4 years ago by adfernandes@…
- Attachment Portfile.2 added
build against python26; update to 1.2r2
comment:6 in reply to: ↑ 1 Changed 4 years ago by ryandesign@…
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 4 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 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to macsforever2000@…
- Status changed from new to assigned
comment:9 Changed 4 years ago by macsforever2000@…
- Status changed from assigned to closed
- Resolution set to fixed
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.