1 |
templon |
78 |
# |
2 |
|
|
# @(#)$Id: config-generic.mk,v 1.35 2007/08/14 12:12:55 templon Exp $ |
3 |
|
|
# |
4 |
|
|
|
5 |
|
|
include paths.mk |
6 |
|
|
|
7 |
|
|
PROD=lcg-info-dynamic-scheduler-generic |
8 |
|
|
NAME=lcg-info-dynamic-scheduler-generic |
9 |
|
|
DESCR=GIP plugin for VO-specific scheduler info such as Estimated Response \ |
10 |
|
|
Time and Free Slots. This RPM contains the batch-system independent \ |
11 |
|
|
part. This RPM contains a document detailing how the batch-system \ |
12 |
|
|
specific information should be reported so that the code here can \ |
13 |
|
|
read it and compute the necessary information. |
14 |
|
|
|
15 |
|
|
VERSION=2.3.0 |
16 |
|
|
RELEASE=1 |
17 |
|
|
AUTHOR=Jeff Templon <templon@nikhef.nl> |
18 |
|
|
|
19 |
|
|
# define files to be in installed version of this package, and |
20 |
|
|
# their types (modules, scripts, docs, etc) ... mapping of type |
21 |
|
|
# to installed directory are defined in top-level Makefile. |
22 |
|
|
|
23 |
|
|
MYMODS=ett/EstTT.py lrms/lrms.py |
24 |
|
|
|
25 |
|
|
MYSCRIPTS=lcg-gip/lcg-info-dynamic-scheduler |
26 |
|
|
|
27 |
|
|
MYDOCS=doc/lcg-info-dynamic-scheduler.txt \ |
28 |
|
|
lcg-gip/RELEASE \ |
29 |
|
|
lcg-gip/lcg-info-static-example.ldif \ |
30 |
|
|
lcg-gip/lrm-backend-output.example \ |
31 |
|
|
lcg-gip/vo-max-slot.example \ |
32 |
|
|
lcg-gip/scheduler-dynamic-example.conf \ |
33 |
|
|
lcg-gip/scheduler-static-example.conf \ |
34 |
|
|
doc/lrmsinfo-generic.txt \ |
35 |
|
|
doc/vomaxjobs-generic.txt \ |
36 |
|
|
lcg-gip/lcg-info-dynamic-scheduler-wrapper |
37 |
|
|
|
38 |
|
|
|
39 |
|
|
REQUIRES=python >= 2.2.2, python-logging >= 0.4.6 |
40 |
|
|
OBSOLETES=lcg-info-dynamic-scheduler |
41 |
|
|
|
42 |
|
|
# defaults for RPM |
43 |
|
|
GROUP=GIP/LRMS |
44 |
|
|
URL=http://www.nikhef.nl/grid |
45 |
|
|
LICENSE=VL-e |
46 |
|
|
VENDOR=PDP/NIKHEF |
47 |
|
|
|
48 |
|
|
DATE=26/02/09 17:09 |