octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave 4.0.0 release candidate 4 available for ftp


From: chechu
Subject: Re: octave 4.0.0 release candidate 4 available for ftp
Date: Sun, 3 May 2015 12:23:31 -0700 (PDT)

Good evening Andy, this are the details of the RHEL7 system. It's not a big
drawback; at least for us; we can use graphics_toolkit("gnuplot") as an
alternative.

#rpm -qa: Installed packages info:

llvm 3.4.2-7
qscintilla 2.8-1
qt-x11 4.8.5-8
gcc-4.9.2

 #*configure* octave-4.0.0-rc4 , only 64bit addressing warning; results:

CFLAGS="-O2 -pipe -march=core2 -m64 -fstack-protector-strong -std=c11" 
CXXFLAGS="-O2 -pipe -march=core2 -m64 -fstack-protector-strong -std=c++11" 
FFLAGS="-O2 -pipe -march=core2 -fstack-protector-strong" 
F77FLAGS="-O2 -pipe -march=core2 -fstack-protector-strong" 
FCFLAGS="-O2 -pipe -march=core2 -fstack-protector-strong" 
--enable-jit --enable-64 --enable-shared --enable-openmp



Qt libraries:                -lQtNetwork -lQtOpenGL -lQtGui -lQtCore  
-lqscintilla2
FLTK LDFLAGS:                -Wl,-z,relro -lfltk_gl -lfltk
OPENGL libraries:            -lfontconfig -lfreetype   -lGL -lGLU


If we use a simple imread and imshow that makes octave close suddenly
Within GUI X environment, make checks finishes without unexpected fails


*fntest fails:* without X started

plot(rand(10,1));
   hax = findall (gcf (), "type", "axes");
   assert (cell2mat (get (hax, "position")), positions, 1e-4);
   assert (cell2mat (get (hax, "outerposition")), outerpositions, 1e-4);
   assert (cell2mat (get (hax, "looseinset")), looseinsets, 1e-4);
   assert (cell2mat (get (hax, "tightinset")), tightinsets, 1e-4);
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
graphics_toolkit: fltk toolkit is not available
***** testif HAVE_FLTK

Thanks, yours sincerely chechu





--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-4-0-0-release-candidate-4-available-for-ftp-tp4670148p4670224.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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