all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: Enable swig tests.
@ 2014-07-18 11:35 John Darrington
  2014-07-18 11:36 ` [PATCH 2/2] gnu: Enable tests for patch John Darrington
  2014-07-19 10:52 ` [PATCH 1/2] gnu: Enable swig tests Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: John Darrington @ 2014-07-18 11:35 UTC (permalink / raw)
  To: guix-devel; +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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-19 10:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 11:35 [PATCH 1/2] gnu: Enable swig tests John Darrington
2014-07-18 11:36 ` [PATCH 2/2] gnu: Enable tests for patch John Darrington
2014-07-19 10:55   ` Ludovic Courtès
2014-07-19 10:52 ` [PATCH 1/2] gnu: Enable swig tests Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.