hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix for octave recipe


From: Mike Miller
Subject: fix for octave recipe
Date: Sun, 10 Mar 2013 12:19:41 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, I would like to get hydra builds for GNU Octave up and running
again. I'm not at all familiar with hydra but AFAICT the build job fails
because the tarball job has been failing. The following patch to the
Octave recipe should fix the tarball job.

Thanks,

-- 
mike

>From 8df13977187179ec4a031c463a35670cb278e095 Mon Sep 17 00:00:00 2001
From: Mike Miller <address@hidden>
Date: Sun, 10 Mar 2013 11:00:54 -0400
Subject: [PATCH] octave: Run bootstrap instead of autogen.sh.

---
 octave/release.nix |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/octave/release.nix b/octave/release.nix
index 6e86b0a..cf3185e 100644
--- a/octave/release.nix
+++ b/octave/release.nix
@@ -52,7 +52,7 @@ let
          cp -Rv ${gnulib} ../gnulib
          chmod -R 755 ../gnulib
 
-         ./autogen.sh --gnulib-srcdir=../gnulib --skip-po --copy
+         ./bootstrap --gnulib-srcdir=../gnulib --skip-po --copy
        '';
 
         configureFlags =
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]