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 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name molequeue |
---|
8 | version 0.6.1 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | |
---|
11 | categories science chemistry |
---|
12 | maintainers me.com:c.herbig openmaintainer |
---|
13 | platforms darwin macosx |
---|
14 | license BSD-3-Clause |
---|
15 | |
---|
16 | description Job queueing and coordination system for computation chemistry tasks. |
---|
17 | long_description MoleQueue is a desktop application for abstracting, managing, and \ |
---|
18 | coordinating the execution of tasks both locally and on remote \ |
---|
19 | computational resources. Users can set up local and remote queues \ |
---|
20 | that describe where the task will be executed. Each queue can have \ |
---|
21 | programs, with templates to facilitate the execution of the program. \ |
---|
22 | Input files can be staged, and output files collected using a standard \ |
---|
23 | interface. Alternatively, a native OS X installer is available from \ |
---|
24 | the homepage. |
---|
25 | |
---|
26 | homepage http://www.openchemistry.org |
---|
27 | master_sites http://openchemistry.org/files/v${branch}/ |
---|
28 | |
---|
29 | checksums sha256 c3129da647aee135e6b09432f6396efba545d2115fa62971e6664611374648fd \ |
---|
30 | rmd160 3ad77a9ae61e57cb9deeb268816c1beeaaa06d2c |
---|
31 | |
---|
32 | |
---|
33 | depends_lib-append port:qt4-mac |
---|