Commits
Adam Mercer authored 97c7f187345
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 | |
6 6 | name glue |
7 - | version 1.57.0 |
7 + | version 1.58.2 |
8 8 | categories science |
9 9 | platforms darwin |
10 - | maintainers {ram @skymoo} |
10 + | maintainers {ram @skymoo} {ligo.org:duncan.macleod @duncanmmacleod} |
11 11 | license GPL-3+ |
12 12 | |
13 13 | # The GPL and OpenSSL licenses conflict with each other, and our build |
14 14 | # dependency on Python results in an indirect dependency on OpenSSL. |
15 15 | # However, there is no real conflict in the case of LALSuite because Python |
16 16 | # is used as a separately installed interpreter. |
17 17 | license_noconflict openssl |
18 18 | |
19 19 | description Grid LSC User Environment |
20 20 | long_description \ |
21 21 | Glue is a suite of python modules and programs to allow users to run \ |
22 22 | LSC codes on the grid. |
23 23 | |
24 24 | homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html |
25 25 | master_sites http://software.ligo.org/lscsoft/source/ |
26 26 | distname lscsoft-${name}-${version} |
27 27 | |
28 - | checksums rmd160 ed51ef5c6f229080e9df1ce5b7d483cc75a76b2e \ |
29 - | sha256 732301c25a6316ea863f86f5b3bb16febbdc119affca0060886a720730050721 |
28 + | checksums rmd160 1df76f5f46646a09d649d94c77b4b46af5cbec28 \ |
29 + | sha256 3d48ce049ff9369cd890428312a2fc68d6ac8324448b8b8a8ef8baf497e68339 \ |
30 + | size 2535460 |
30 31 | |
31 32 | python.default_version 27 |
32 33 | |
33 34 | depends_lib-append port:py${python.version}-numpy \ |
34 35 | port:py${python.version}-pyrxp \ |
35 36 | port:py${python.version}-openssl \ |
36 37 | port:py${python.version}-cjson |
37 38 | |
38 39 | # py-pyrxp is not universal |
39 40 | universal_variant no |