# # @(#)$Id: config-generic.mk,v 1.35 2007/08/14 12:12:55 templon Exp $ # include paths.mk PROD=lrms-python-generic NAME=lrms-python-generic DESCR=Generic python module defining the classes for a Job \ (computing task) and Server (state of an LRMS including which \ jobs are running in which queues). By generic I mean that there \ is no code here that is specific to any particular LRMS flavor. \ The idea is to have LRMS-specific modules inherit from this class \ and override functions as needed. VERSION=1.2.0 RELEASE=1 AUTHOR=Jeff Templon # define files to be in installed version of this package, and # their types (modules, scripts, docs, etc) ... mapping of type # to installed directory are defined in top-level Makefile. MYMODS=lrms.py MYSCRIPTS= MYDOCS= REQUIRES=python >= 2.2.2 # defaults for RPM GROUP=GIP/LRMS URL=http://www.nikhef.nl/grid LICENSE=VL-e VENDOR=PDP/NIKHEF DATE=27/09/10 23:07