help-octave
[Top][All Lists]
Advanced

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

Re: octave install


From: lukshuntim
Subject: Re: octave install
Date: Fri, 11 Apr 2014 21:13:14 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On Thursday, April 10, 2014 05:37 PM, Tatsuro MATSUOKA wrote:
--- On Thu, 2014/4/10, Tatsuro MATSUOKA <address@hidden> wrote:

[snipped]


I have found another solution.
I have built hdf-1.8.4-patch1 (the same version of hdfopenmpi-dev on the Ubuntu 
12.04 LTS)  in the static way in order to avoid confiliction of dynamic link 
library.

(I had tried hdf-1.8.14(the latest verion) but confiure of octave did not go well due to 
"undefined reference to `dlclose" etcs. )

The configure condition for of hdf-5 is :

cd ~/work/hdf5/hdf5-1.8.4-patch1
./configure --disable-shared --enable-static --prefix=/usr/local/hdf5

The confiure condition of octave-3.8.1 is :
CPPFLAGS='-I/usr/local/hdf5/include' \
LDFLAGS='-L/usr/local/hdf5/lib' \
./configure --enable-jit LLVM_CONFIG=/usr/bin/llvm-config-3.2

The build was successful.

make check reult:
Summary:

   PASS     11539
   FAIL         0
   XFAIL        7

Hope the above helps.

Thanks for the information.

So it appears that after all, as far as deb packages are concerned, octave and other mpi-enabled packages still cannot co-exist peacefully if they depend on hdf5. :-(

Regards,
ST
--





reply via email to

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