octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50351] install the parallel package failed


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #50351] install the parallel package failed
Date: Sun, 19 Feb 2017 05:20:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #50351 (project octave):

The package by default uses the compiler Octave was compiled with. It checks
with a configure test if this compiler can be made C++11 compliant, but
doesn't find a way to achieve this.

The configure test is of the same version as the corresponding test used by
recent Octave, so I currently don't know if a more recent version of the test
could be tried.

If you know how to call your compiler to make it C++11 compliant, you could
try to specify this before installing, like that:


export CXX='icpc -option_to_enable_C++11'
octave
...
octave:1> pkg install parallel-3.1.1.tar



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50351>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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