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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup cmake 1.1 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup qt5 1.0 |
---|
7 | |
---|
8 | github.setup OpenChemistry molequeue 0.9.0 |
---|
9 | revision 0 |
---|
10 | checksums rmd160 cd06a1d51c21e43db60ea245f3cffd4709901228 \ |
---|
11 | sha256 2825fa9645fca707796ad32967c307bec76dab4f6c305befeebeac8c7f7f2ef0 \ |
---|
12 | size 569781 |
---|
13 | |
---|
14 | categories science chemistry |
---|
15 | maintainers me.com:c.herbig openmaintainer |
---|
16 | platforms darwin |
---|
17 | license BSD |
---|
18 | |
---|
19 | description job queueing and coordination system for computation \ |
---|
20 | chemistry tasks |
---|
21 | |
---|
22 | long_description MoleQueue is a desktop application for abstracting, \ |
---|
23 | managing, and coordinating the execution of tasks both \ |
---|
24 | locally and on remote computational resources. Users can \ |
---|
25 | set up local and remote queues that describe where the \ |
---|
26 | task will be executed. Each queue can have programs, with \ |
---|
27 | templates to facilitate the execution of the program. \ |
---|
28 | Input files can be staged, and output files collected \ |
---|
29 | using a standard interface. Alternatively, a native macOS \ |
---|
30 | installer is available from the homepage. |
---|
31 | |
---|
32 | homepage https://www.openchemistry.org/projects/molequeue/ |
---|
33 | github.tarball_from releases |
---|
34 | use_bzip2 yes |
---|
35 | |
---|
36 | # destroot fails because of: |
---|
37 | # https://github.com/OpenChemistry/molequeue/issues/27 |
---|