Commits
Giovanni Bussi authored and Chris Jones committed 6a037252ab1
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 - | github.setup plumed plumed2 2.5.2 v |
7 + | github.setup plumed plumed2 2.5.3 v |
8 8 | name py-plumed |
9 9 | categories python |
10 10 | |
11 11 | platforms darwin |
12 12 | categories-append science |
13 13 | license LGPL-3 |
14 14 | maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer |
15 15 | |
16 16 | description Python wrappers for plumed. |
17 17 | long_description ${description} They allow the plumed library to be directly used from python. |
18 18 | |
19 19 | homepage http://www.plumed.org |
20 20 | |
21 - | checksums rmd160 d1c138a471707bb917f9ffbb83f3b6c5f0b68462 \ |
22 - | sha256 4092bdf72cdcc53012844b7a3a708ec960000267a627c28320810554d26f19d9 \ |
23 - | size 69331613 |
21 + | checksums rmd160 b8177e64c230f968a1c8bf0941b8a38ffa8f6476 \ |
22 + | sha256 75be9e8caeef2ded69b844be0eb12ad69e25c1ee9d193a179a5ba3e9b5cd09ab \ |
23 + | size 69826544 |
24 24 | |
25 25 | python.versions 27 36 37 |
26 26 | |
27 27 | # python setup is located in python subdir of plumed repository |
28 28 | worksrcdir ${distname}/python |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | |
32 32 | # setup the wrappers so that by default they load MacPorts plumed library |
33 33 | build.env-append plumed_default_kernel=${prefix}/lib/libplumedKernel.dylib \ |