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.7.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 |
---|
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 sourceforge |
---|
28 | |
---|
29 | checksums rmd160 41ebc08bdd3c51f7aa27ea005bf0bba4fc5a565a \ |
---|
30 | sha256 cdf184936a73e382b8cbff02768b9a04a3a64fec658d6dde4f6574236a73d3bf |
---|
31 | |
---|
32 | depends_lib-append port:qt4-mac |
---|