From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add python-drmaa. Date: Thu, 02 Apr 2015 14:53:39 +0200 Message-ID: <87fv8iy9m4.fsf@gnu.org> References: <87zj6rtxrj.fsf@gnu.org> <874mozegk1.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ydecz-0007Ix-Vq for guix-devel@gnu.org; Thu, 02 Apr 2015 08:53:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ydecv-0003r7-N3 for guix-devel@gnu.org; Thu, 02 Apr 2015 08:53:45 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ydecv-0003r3-KL for guix-devel@gnu.org; Thu, 02 Apr 2015 08:53:41 -0400 In-Reply-To: <874mozegk1.fsf@mango.localdomain> (Ricardo Wurmus's message of "Wed, 1 Apr 2015 22:31:42 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > DRMAA =3D Distributed Resource Management Application API. The various > Grid Engine implementations (Sun/Oracle Grid Engine, Univa Grid Engine, > Open Grid Scheduler) come with a library providing this API. > > At least Open Grid Scheduler is free software. OK, thanks for explaining. Then the approach of letting users set DRMAA_LIBRARY_PATH to select their implementation sounds good to me. Should python-drmaa provide a search path specification for this variable? > From e4e2a050b0c23af9e1d3e4f69ae67a3d510b734a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 1 Apr 2015 11:59:01 +0200 > Subject: [PATCH] gnu: Add python-drmaa. > > * gnu/packages/python.scm (python-drmaa, python2-drmaa): New variables. OK! Thanks, Ludo=E2=80=99.