From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add slurm. Date: Tue, 16 Feb 2016 10:55:09 +0100 Message-ID: <20160216095509.GA4341@solar> References: <20160213170119.GA19344@thebird.nl> <20160213172001.GA3956@debian> <20160213201337.GA9218@jasmine> <20160213203422.GA13890@debian> <20160213204055.GA10236@jasmine> <20160214142256.GB6684@debian> <20160214190830.GA18708@jasmine> <20160215120901.GA27160@thebird.nl> <20160215215100.GA29878@solar> <20160216072107.GA32172@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVcLl-0004Lo-ND for guix-devel@gnu.org; Tue, 16 Feb 2016 04:55:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVcLi-0005lD-Fv for guix-devel@gnu.org; Tue, 16 Feb 2016 04:55:17 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:31024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVcLi-0005l4-2T for guix-devel@gnu.org; Tue, 16 Feb 2016 04:55:14 -0500 Content-Disposition: inline In-Reply-To: <20160216072107.GA32172@thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org On Tue, Feb 16, 2016 at 08:21:07AM +0100, Pjotr Prins wrote: > > A number of configure flags were missing - without them, the inputs > > would not be found in their non-standard location. > Hmmm. It compiled, the tools ran... They probably concerned optional inputs, that maybe you did not need in your use case; but since you had the inputs openssl and munge, it made sense to activate them. The configure phase printed out warnings about them missing. > Use of mysql or postgresql for detailed job information is optional. > By default it is text. I think it is fine this way, maybe we'll make > mysql a working option when we roll it out on our setup. I left a comment in the code so that people would be warned. So if you or someone else finds a functionality that is missing, we might have to add more inputs. Andreas