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

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

[Octave-bug-tracker] [bug #51758] [octave-forge] (interval) fails to bui


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #51758] [octave-forge] (interval) fails to build on non-x86 archs
Date: Tue, 15 Aug 2017 22:02:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #3, bug #51758 (project octave):

> Seems to me we should just have ...

No no, that's not right because it will just be "sse2" rather then
"--enable-sse2".  I think I'll let someone who speaks Make fix this properly! 
The logic should be:


HAS_SSE2       =$(findstring WTF,$(shell cat /proc/cpuinfo))
if_not_empty HAS_SSE2
CONF_FLAG_SSE2 ?=--enable-sse2
endif


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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