From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: [PATCH 1/2] gnu: Enable swig tests. Date: Fri, 18 Jul 2014 13:35:59 +0200 Message-ID: <1405683360-6827-1-git-send-email-jmd@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X86SR-0002tC-6q for guix-devel@gnu.org; Fri, 18 Jul 2014 07:36:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X86SL-0000KX-2c for guix-devel@gnu.org; Fri, 18 Jul 2014 07:36:11 -0400 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: guix-devel@gnu.org Cc: John Darrington * gnu/packages/swig.scm (swig): Add boost as input and enable tests. --- gnu/packages/swig.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm index 3554803..7f7d319 100644 --- a/gnu/packages/swig.scm +++ b/gnu/packages/swig.scm @@ -23,6 +23,7 @@ #:use-module (guix build-system gnu) #:use-module (gnu packages pcre) #:use-module (gnu packages guile) + #:use-module (gnu packages boost) #:use-module (gnu packages python) #:use-module (gnu packages perl) #:export (swig)) @@ -39,11 +40,7 @@ (base32 "0kj21b6syp62vx68r1j6azv9033kng68pxm1k79pm4skkzr0ny33")))) (build-system gnu-build-system) - (arguments '(#:configure-flags '("--without-boost") - - ;; FIXME: Some tests require Boost anyway. Turn them on when - ;; we have Boost. - #:tests? #f)) + (native-inputs `(("boost" ,boost))) (inputs `(("pcre" ,pcre) ;; Provide these to run the corresponding tests. -- 1.7.10.4