octave-maintainers
[Top][All Lists]
Advanced

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

Re: Instability in Hydra build


From: Mike Miller
Subject: Re: Instability in Hydra build
Date: Fri, 8 Apr 2016 11:14:20 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

On Fri, Apr 08, 2016 at 11:08:21 -0700, Rik wrote:
> Maybe so.  Is there an simple way to configure an i686 build on an x86_64
> machine (assuming all 32-bit libraries are downloaded)?  Or is it easier to
> use a virtual machine, install an i686 OS, and then go from there?  What
> are people using for virtual machines these days?  I've used VMware and
> Virtual Box in the past, but it is still often a struggle.

Yes, assuming all 32-bit libraries are present and you have gcc multilib
installed, you can configure with "-m32" added to CFLAGS, CXXFLAGS,
FFLAGS.

I think that's a non-starter on Debian because a lot of the math/sci
libraries are not yet multiarched, so it's harder to install a 32-bit
blas, etc.

I've used both docker and vagrant to set up containers or VMs to build
Octave for other distros. I like these approaches because they are
command line driven and they allow me to easily share my Octave build
directory with the guest OS. I can write up something on how to set up
either if needed.

-- 
mike



reply via email to

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