2019-03-21 17:13:25 +01:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
|
|
|
|
|
|
|
|
|
name py-MDAnalysis
|
2025-10-25 16:18:11 -04:00
|
|
|
version 2.10.0
|
2019-03-21 17:13:25 +01:00
|
|
|
revision 0
|
2021-11-22 13:38:43 +01:00
|
|
|
|
2019-03-21 17:13:25 +01:00
|
|
|
categories-append science
|
2021-04-10 01:52:19 +10:00
|
|
|
license GPL-2+
|
2019-03-21 17:13:25 +01:00
|
|
|
maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer
|
|
|
|
|
|
2021-11-22 13:38:43 +01:00
|
|
|
description An object-oriented toolkit to analyze molecular dynamics trajectories
|
2025-10-25 16:18:11 -04:00
|
|
|
long_description {*}${description} generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber. \
|
2019-03-21 17:13:25 +01:00
|
|
|
It also reads other formats (e.g. PDB files and XYZ format trajectories. \
|
2021-11-22 13:38:43 +01:00
|
|
|
It can write most of the coordinate formats, too, together with atom selections \
|
|
|
|
|
for use in Gromacs, CHARMM, VMD and PyMOL.
|
2019-03-21 17:13:25 +01:00
|
|
|
|
|
|
|
|
homepage https://www.mdanalysis.org/
|
|
|
|
|
|
2025-10-25 16:18:11 -04:00
|
|
|
distname mdanalysis-${version}
|
2019-03-21 17:13:25 +01:00
|
|
|
|
2025-10-25 16:18:11 -04:00
|
|
|
checksums rmd160 a6c31cb3e052a56790ca6eb8ec4dc8a28d90783e \
|
|
|
|
|
sha256 5cef1f1eba4b25cbf9dd4045f08eeab293bb9577b970aa96132f14491312d877 \
|
|
|
|
|
size 5263029
|
|
|
|
|
|
2026-05-26 13:05:58 -04:00
|
|
|
python.versions 313 314
|
2019-03-21 17:13:25 +01:00
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
2025-10-25 16:18:11 -04:00
|
|
|
compiler.c_standard 2011
|
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
|
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:py${python.version}-cython
|
|
|
|
|
|
2019-03-21 17:13:25 +01:00
|
|
|
# OpenMP is disabled now
|
|
|
|
|
# See https://github.com/macports/macports-ports/pull/3902 for an attempt to fix the issue
|
2025-10-25 16:18:11 -04:00
|
|
|
build.env-append MDA_USE_OPENMP=0
|
2023-12-09 13:11:17 -05:00
|
|
|
|
2025-10-25 16:18:11 -04:00
|
|
|
# required dependencies
|
|
|
|
|
depends_lib-append port:py${python.version}-GridDataFormats \
|
|
|
|
|
port:py${python.version}-filelock \
|
|
|
|
|
port:py${python.version}-gsd \
|
|
|
|
|
port:py${python.version}-joblib \
|
|
|
|
|
port:py${python.version}-matplotlib \
|
|
|
|
|
port:py${python.version}-mda-xdrlib \
|
|
|
|
|
port:py${python.version}-mmtf-python \
|
|
|
|
|
port:py${python.version}-networkx \
|
|
|
|
|
port:py${python.version}-numpy \
|
|
|
|
|
port:py${python.version}-packaging \
|
|
|
|
|
port:py${python.version}-scipy \
|
|
|
|
|
port:py${python.version}-threadpoolctl \
|
|
|
|
|
port:py${python.version}-tqdm
|
2019-03-21 17:13:25 +01:00
|
|
|
}
|