1 |
# |
2 |
# $Id$ |
3 |
# |
4 |
|
5 |
include paths.mk |
6 |
|
7 |
PROD=lrms-python-generic |
8 |
NAME=lrms-python-generic |
9 |
DESCR=Generic python module defining the classes for a Job \ |
10 |
(computing task) and Server (state of an LRMS including which \ |
11 |
jobs are running in which queues). By generic I mean that there \ |
12 |
is no code here that is specific to any particular LRMS flavor. \ |
13 |
The idea is to have LRMS-specific modules inherit from this class \ |
14 |
and override functions as needed. |
15 |
|
16 |
VERSION=1.2.0 |
17 |
RELEASE=1 |
18 |
AUTHOR=Jeff Templon <templon@nikhef.nl> |
19 |
|
20 |
# define files to be in installed version of this package, and |
21 |
# their types (modules, scripts, docs, etc) ... mapping of type |
22 |
# to installed directory are defined in top-level Makefile. |
23 |
|
24 |
MYMODS=lrms.py |
25 |
|
26 |
MYSCRIPTS= |
27 |
|
28 |
MYDOCS= |
29 |
|
30 |
REQUIRES=python >= 2.2.2 |
31 |
|
32 |
# defaults for RPM |
33 |
GROUP=GIP/LRMS |
34 |
URL=http://www.nikhef.nl/grid |
35 |
LICENSE=VL-e |
36 |
VENDOR=PDP/NIKHEF |
37 |
OBSOLETES=none |
38 |
|
39 |
DATE=$Date$ |