[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47288] interval package: wont install on 4.1.
From: |
Oliver Heimlich |
Subject: |
[Octave-bug-tracker] [bug #47288] interval package: wont install on 4.1.0+ dev octave |
Date: |
Wed, 02 Mar 2016 23:30:12 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1 |
Follow-up Comment #1, bug #47288 (project octave):
Could a C++ expert please review the attached patch?
I have removed the #include directive on oct-openmp.h in the interval package
and use plain #pragma directives. My understanding is that these directives
will be ignored if OpenMP is not present or not enabled.
Additionally, I have added a -Wno-unknown-pragmas switch to the compiler. The
absence of OpenMP pragmas should be no problem since it will simply disable
parallel execution.
(file #36531)
_______________________________________________________
Additional Item Attachment:
File name: bug-47288.diff Size:2 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47288>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47288] interval package: wont install on 4.1.0+ dev octave,
Oliver Heimlich <=