Ticket #40359: Portfile.6

File Portfile.6, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 4 years ago)

nonworking portfile for 0.9.0

Line 
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
3PortSystem          1.0
4PortGroup           cmake 1.1
5PortGroup           github 1.0
6PortGroup           qt5 1.0
7
8github.setup        OpenChemistry molequeue 0.9.0
9revision            0
10checksums           rmd160  cd06a1d51c21e43db60ea245f3cffd4709901228 \
11                    sha256  2825fa9645fca707796ad32967c307bec76dab4f6c305befeebeac8c7f7f2ef0 \
12                    size    569781
13
14categories          science chemistry
15maintainers         me.com:c.herbig openmaintainer
16platforms           darwin
17license             BSD
18
19description         job queueing and coordination system for computation \
20                    chemistry tasks
21
22long_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
32homepage            https://www.openchemistry.org/projects/molequeue/
33github.tarball_from releases
34use_bzip2           yes
35
36# destroot fails because of:
37# https://github.com/OpenChemistry/molequeue/issues/27