Path to this page:
./
biology/py-mol,
Molecular Visualization System
Branch: CURRENT,
Version: 1.5.0.1nb8,
Package name: py27-mol-1.5.0.1nb8,
Maintainer: pkgsrc-usersPyMOL is a molecular visualization program. It excels at 3D
visualization of proteins, small molecules, density, surfaces, and
trajectories. It also includes molecular editing, ray tracing, and
movies.
Required to run:[
graphics/freetype2] [
graphics/png] [
graphics/freeglut] [
graphics/glew] [
x11/py-Pmw] [
lang/python27] [
math/py-numpy16]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
SHA1: b59ff50437d34f21ca8ffd007a600de4df684073
RMD160: 1e5fd51299f2bbe0249a9a07117c068af49ec095
Filesize: 9468.608 KB
Version history: (Expand)
- (2020-10-13) Updated to version: py27-mol-1.5.0.1nb8
- (2020-03-08) Updated to version: py27-mol-1.5.0.1nb7
- (2019-08-30) Updated to version: py27-mol-1.5.0.1nb6
- (2019-05-30) Updated to version: py27-mol-1.5.0.1nb5
- (2017-11-23) Package has been reborn
- (2015-04-25) Updated to version: py27-mol-1.5.0.1nb4
CVS history: (Expand)
2020-10-12 23:52:05 by Jason Bacon | Files touched by this commit (87) |  |
Log message:
math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework. This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.
This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.
Details:
Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
|
2020-04-27 20:33:18 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-mol: use buildlink for py-numpy
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-08-30 19:01:35 by Nia Alarie | Files touched by this commit (31) |
Log message:
Switch packages using GLUT to FreeGLUT.
Start building FreeGLUT with GLUT compatibility on.
- GLUT's maintainance state is much worse than FreeGLUT's, with no
substanital commits since 2011.
- GLUT can no longer be consider a core component of Mesa or X11.
- Nobody except us seems to be using it...
Other vendors still shipping GLUT:
- GoboLinux, T2 SDE, PLD Linux
Revbump packages using GLUT or freeglut by default.
|
2019-05-29 21:52:51 by Adam Ciarcinski | Files touched by this commit (28) |
Log message:
Revbump after updating graphics/glew
|
2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|