Search Criteria
Package Details: python-mdanalysis 2.7.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mdanalysis.git (read-only, click to copy) |
---|---|
Package Base: | python-mdanalysis |
Description: | An object-oriented python toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber. |
Upstream URL: | http://www.mdanalysis.org/ |
Keywords: | analysis chemistry science |
Licenses: | GPL |
Submitter: | hseara |
Maintainer: | hseara (vedranmiletic) |
Last Packager: | hseara |
Votes: | 2 |
Popularity: | 0.67 |
First Submitted: | 2017-06-11 16:27 (UTC) |
Last Updated: | 2024-10-11 07:35 (UTC) |
Dependencies (19)
- cython (cython-gitAUR, cython0AUR)
- python-biopythonAUR
- python-build
- python-fasteners (python-fasteners-gitAUR)
- python-griddataformatsAUR
- python-gsdAUR
- python-installer (python-installer-gitAUR)
- python-mmtfAUR
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-tqdm
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-joblib (optional) – to use all MDAnalysis functions
- python-matplotlib (python-matplotlib-gitAUR) (optional) – to use all MDAnalysis functions
- python-netcdf4 (python-netcdf4-openmpi) (optional) – to operate on AMBER binary trajectories
- python-networkx (python-networkx-gitAUR) (optional) – for analysis of lipid leaflets via MDAnalysis.analysis.leaflet
Latest Comments
nihil39 commented on 2024-05-21 09:29 (UTC) (edited on 2024-05-21 09:30 (UTC) by nihil39)
Here is a working version of the pkgbuild, just the -Wno-incompatible-pointer-types CFLAGS was added
https://dpaste.org/MWt9w
Please update the official pkgbuild.
Thank you
nihil39 commented on 2024-05-20 14:37 (UTC)
Package is failing with this error message https://dpaste.org/4ndL9
MDAnalysis/lib/formats/src/xdrfile.c:2535:17: error: initialization of ‘unsigned int (*)(XDR *)’ from incompatible pointer type ‘int64_t (*)(XDR *)’ {aka ‘long int (*)(XDR *)’} [-Wincompatible-pointer-types] 2535 | xdrstdio_getpos, /* get offset in the stream */ | ^~~~~~~~~~~~~~~ MDAnalysis/lib/formats/src/xdrfile.c:2535:17: note: (near initialization for ‘xdrstdio_ops.x_getpostn’) MDAnalysis/lib/formats/src/xdrfile.c:2536:17: error: initialization of ‘int (*)(XDR *, unsigned int)’ from incompatible pointer type ‘int (*)(XDR *, int64_t, int)’ {aka ‘int (*)(XDR *, long int, int)’} [-Wincompatible-pointer-types] 2536 | xdrstdio_setpos, /* set offset in the stream */ | ^~~~~~~~~~~~~~~ MDAnalysis/lib/formats/src/xdrfile.c:2536:17: note: (near initialization for ‘xdrstdio_ops.x_setpostn’) error: command '/usr/bin/gcc' failed with exit code 1
Apparently the -Wno-incompatible-pointer-types should be added to CFLAGS.
Thanks to Antonio Rojas
vedranmiletic commented on 2023-05-27 13:15 (UTC)
@vale this should be fixed now. Enjoy!
vale commented on 2022-05-28 14:25 (UTC)
python-biopython is also required as of sometime recently; thank you!
vale commented on 2021-02-19 22:57 (UTC)
looks like python-tqdm is also required; thank you for packaging!
hseara commented on 2021-01-20 21:48 (UTC)
Hi guys. The list of hard dependencies of MDAnalysis is growing. Moreover, they do no longer provide the list of compulsory ones. I have created two new packages that are required and added them as such to
depends
:I am not sure if the optional ones are more than are really required. If you find any, please let me know, and I will make the appropriate changes.
FoPref commented on 2021-01-20 18:39 (UTC)
Basically all the "optional" dependencies here are mandatory to make mdanalysis run. Sadly, python-mmtf is not available and needs to be installed via pip. Also 'gsd' pip package needs to be installed.
E3LDDfrK commented on 2020-02-04 00:24 (UTC) (edited on 2020-02-04 17:33 (UTC) by E3LDDfrK)
edit: And it seems, a python package called "gsd" is also a dependency.
Is python-mmtf really an optional dependency? Trying to import MDAnalysis, I got this error: