1 |
# |
2 |
# @(#)$Id: config-pbs.mk,v 1.32 2007/07/03 11:32:00 templon Exp $ |
3 |
# |
4 |
|
5 |
include paths.mk |
6 |
|
7 |
PROD=lcg-info-dynamic-scheduler-pbs |
8 |
NAME=lcg-info-dynamic-scheduler-pbs |
9 |
DESCR=Plugins for the lcg-info-dynamic-scheduler GIP plugin. The two\ |
10 |
plugins here are for Maui (scheduler) and PBS/Torque (LRMS). |
11 |
VERSION=2.1.0 |
12 |
RELEASE=1 |
13 |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
14 |
|
15 |
# define files to be in installed version of this package, and |
16 |
# their types (modules, scripts, docs, etc) ... mapping of type |
17 |
# to installed directory are defined in top-level Makefile. |
18 |
|
19 |
MYMODS= lrms-pbs/pbsServer.py lrms-pbs/torque_utils.py |
20 |
|
21 |
MYSCRIPTS= lrms-pbs/lrmsinfo-pbs lrms-pbs/vomaxjobs-maui |
22 |
|
23 |
MYDOCS=lcg-gip/lcg-info-dynamic-scheduler-pbs-maui.conf \ |
24 |
lcg-gip/lcg-info-dynamic-scheduler-pbs-unknown.conf |
25 |
|
26 |
REQUIRES=python >= 2.2.2, lcg-info-dynamic-scheduler-generic >= 2.1.0 |
27 |
OBSOLETES=None |
28 |
|
29 |
# defaults for RPM |
30 |
GROUP=GIP/LRMS |
31 |
URL=http://www.nikhef.nl/grid |
32 |
LICENSE=VL-e |
33 |
VENDOR=PDP/NIKHEF |
34 |
|
35 |
DATE=02/03/09 16:16 |