Search Criteria
Package Details: vmd-src 1.9.4a57-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/vmd-src.git (read-only, click to copy) |
---|---|
Package Base: | vmd-src |
Description: | Visual Molecular Dynamics |
Upstream URL: | http://www.ks.uiuc.edu/Research/vmd/ |
Licenses: | custom |
Conflicts: | vmd, vmd-bin |
Provides: | vmd |
Submitter: | a.kudelin |
Maintainer: | a.kudelin |
Last Packager: | a.kudelin |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-24 13:23 (UTC) |
Last Updated: | 2024-04-29 18:29 (UTC) |
Dependencies (14)
- fltk (fltk-gitAUR)
- libxi (libxi-gitAUR)
- netcdf (netcdf-openmpi)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR)
- openmpi (openmpi-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- tcsh (tcsh-gitAUR)
- tk (tk-fossilAUR)
- opencl-headers (opencl-headers-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional) – NVIDIA CUDA GPU acceleration functions
- openbabel (openbabel-gitAUR) (optional) – additional file formats support
- optixAUR (optix70AUR, optix72AUR, optix74AUR) (optional) – accelerated ray tracing for NVIDIA GPUs
- ospray (optional) – accelerated ray tracing for Intel CPUs
- sqlite (sqlite-fossilAUR) (optional) – dmsplugin
Required by (2)
- gromacs (requires vmd) (optional)
- gromacs-2020-complete (requires vmd) (optional)
Latest Comments
Kiri0 commented on 2024-02-16 06:06 (UTC) (edited on 2024-02-16 06:06 (UTC) by Kiri0)
Some err happens:
Linking vmd_LINUXAMD64 ...
/usr/bin/ld: cannot find -lmpi_cxx: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:688: vmd_LINUXAMD64] Error 1
a.kudelin commented on 2023-06-01 08:52 (UTC)
@koroki, thanks, it's done.
koroki commented on 2023-05-31 09:02 (UTC)
The configure patch must be updated with 3.11 python path.
David01 commented on 2022-11-15 12:15 (UTC) (edited on 2022-11-15 12:16 (UTC) by David01)
@a.kudelin version 1.9.4a57: I have experienced the following problem when displaying
Coloring Method=Secondary Structures
andDrawing Method=NewCartoon
orNewRibbons
:Minimal Working Example:
Download pdb from here: https://www.rcsb.org/structure/6EID
Otherwise, you can also find it here: https://github.com/DavidCdeB/vmd-newcartoon-problem/blob/main/6eid.pdb
Create representation
>Coloring Method=Secondary Structures
;Drawing Method=NewCartoon
(also happens withNewRibbons
)You'll see this: https://github.com/DavidCdeB/vmd-newcartoon-problem/blob/main/newcartoon.png
Ondrian commented on 2022-05-04 20:36 (UTC)
The package does not build without mpi (openmpi) which should be added as dependency
wftao commented on 2021-04-02 03:23 (UTC)
It seems that vmd is not compatible with ospray 2.5, I got a lot of compilation errors after ospray upgrade.
a.kudelin commented on 2020-09-20 07:13 (UTC)
@mehedeetalha, you should download the source first from the website.
mehedeetalha commented on 2020-09-19 04:07 (UTC)
Building vmd-src... ==> Making package: vmd-src 1.9.4a43-2 (Sat 19 Sep 2020 10:03:48 AM +06) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: vmd-1.9.4a43.src.tar.gz was not found in the build directory and is not a URL. Failed to build vmd-src
Ondrian commented on 2020-08-11 12:47 (UTC)
I get an error
which can be solved by removing
world
from line 55 in PKGBUILD.Afterwards I get error concerning the cuda compute capability.
I assume this is because the current cuda 11 supports only compute capability 5.2 - 8.0.
This could probably be fixed in
configure.patch
, but I didn't figure out how.