Package Details: vmd 1.9.4a57-1

Git Clone URL: https://aur.archlinux.org/vmd.git (read-only, click to copy)
Package Base: vmd
Description: Visual Molecular Dynamics (official binary build)
Upstream URL: http://www.ks.uiuc.edu/Research/vmd/
Licenses: custom
Conflicts: vmd-src
Provides: vmd
Submitter: rata
Maintainer: berquist
Last Packager: berquist
Votes: 20
Popularity: 0.000000
First Submitted: 2006-07-10 06:25 (UTC)
Last Updated: 2023-06-10 01:50 (UTC)

Dependencies (11)

Required by (3)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Fedaykin commented on 2015-02-11 07:55 (UTC)

If someone wants to run it with python interpreter should also install python25 from aur and python-numpy packages.

steabert commented on 2015-02-06 10:42 (UTC)

I've updated the package to 1.9.2. In the future, please use the "Flag package out-of-date" link.

djipey commented on 2015-01-05 08:39 (UTC)

VMD is now at the version 1.9.2, and some new packages have been added on the website (LINUX_64 OpenGL, CUDA, TachyonL-OptiX ). Could you update the PKGBUILD please ? The install went smoothly for me by just changing the md5sum for x86_64, the version number, and the package name. #Maintainer: steabert <steabert@member.fsf.org> #Contributor: Ricardo Honorato Z. pkgname=vmd pkgver=1.9.2 pkgrel=4 pkgdesc="Visual Molecular Dynamics" url="http://www.ks.uiuc.edu/Research/vmd/" license=('custom') arch=('i686' 'x86_64') depends=('tcsh' 'perl' 'libxi' 'tcl' 'libxinerama' 'mesa-libgl' 'glu') makedepends=('make') optdepends=('netcdf: MMTK and AMBER 9 trajectories support' 'openbabel: additional file formats support' 'sqlite: dmsplugin') # You MUST download the package from the VMD url and put it in the PKGBUILD folder! [ "$CARCH" = "i686" ] && source=($pkgname-$pkgver.bin.LINUX.opengl.tar.gz) [ "$CARCH" = "x86_64" ] && source=($pkgname-$pkgver.bin.LINUXAMD64-RHEL5.opengl.tar.gz) [ "$CARCH" = "i686" ] && md5sums=('c16110b0ec9aa8e02342c654b6bb9c86') # [ "$CARCH" = "x86_64" ] && md5sums=('e03762f6b25f1805faf0519bea11b5c0') package() { cd $srcdir/$pkgname-$pkgver install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE export VMDINSTALLBINDIR="$pkgdir/usr/bin" export VMDINSTALLLIBRARYDIR="$pkgdir/usr/lib/vmd" ./configure cd src; make install sed -i 's|set defaultvmddir=.*|set defaultvmddir=/usr/lib/vmd|' "$pkgdir/usr/bin/vmd" }

steabert commented on 2014-11-29 09:24 (UTC)

The latest package is updated to include 'glu' as dependency, sqlite3 changed to sqlite.

<deleted-account> commented on 2014-11-28 10:14 (UTC)

Please change optdepends sqlite3 to sqlite

AsmundEr commented on 2014-10-17 13:52 (UTC)

I had to install the "glu" package for VMD to run, so I suppose it should be a dependency. Also, thanks for packaging this!

talavis commented on 2013-10-29 06:56 (UTC)

It is supposed to require registration, and thus it's the right choice to require manual download. I think it's best to remove that link. Quoting the PKGBUILD: # You MUST download the package from the VMD url and put it in the PKGBUILD folder!

anadon commented on 2013-10-29 06:49 (UTC)

http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/files/final/vmd-1.9.1.bin.LINUXAMD64.opengl.tar.gz

anadon commented on 2013-10-29 06:47 (UTC)

vmd-1.9.1.bin.LINUXAMD64.opengl.tar.gz was not found in the build directory and is not a URL. This file should be downloaded automatically.

Zorino commented on 2012-01-14 01:19 (UTC)

Thank you ! I apologize for my mistake I understand now that the PKGBUILD needs the file to install it because of the license.