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