All of lore.kernel.org
 help / color / mirror / Atom feed
* GNU/Octave
@ 2017-04-05 12:45 Peter Balazovic
  2017-04-05 13:22 ` GNU/Octave Fabien Lahoudere
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Balazovic @ 2017-04-05 12:45 UTC (permalink / raw)
  To: Yocto list discussion

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Dears,

do you know is there recipe for GNU/Octave "
https://www.gnu.org/software/octave/"?
Is it possible to get it running on Yocto/Linux machine?

Thanks.

[-- Attachment #2: Type: text/html, Size: 314 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU/Octave
  2017-04-05 12:45 GNU/Octave Peter Balazovic
@ 2017-04-05 13:22 ` Fabien Lahoudere
  2017-04-05 13:38   ` GNU/Octave Trevor Woerner
  0 siblings, 1 reply; 5+ messages in thread
From: Fabien Lahoudere @ 2017-04-05 13:22 UTC (permalink / raw)
  To: yocto

hello

On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote:
> Dears,
> 
> do you know is there recipe for GNU/Octave "https://www.gnu.org/software/octave/"?
> Is it possible to get it running on Yocto/Linux machine?
> 

A quick google search return this :
https://github.com/openembedded/openembedded/tree/master/recipes/octave

So it seems possible to make it running.

> Thanks.
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU/Octave
  2017-04-05 13:22 ` GNU/Octave Fabien Lahoudere
@ 2017-04-05 13:38   ` Trevor Woerner
  2017-04-05 13:48     ` GNU/Octave Fabio Berton
  0 siblings, 1 reply; 5+ messages in thread
From: Trevor Woerner @ 2017-04-05 13:38 UTC (permalink / raw)
  To: yocto

On Wed, Apr 5, 2017 at 9:22 AM, Fabien Lahoudere
<fabien.lahoudere@collabora.co.uk> wrote:
> On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote:
>> do you know is there recipe for GNU/Octave "https://www.gnu.org/software/octave/"?
>> Is it possible to get it running on Yocto/Linux machine?

In general, when looking for a recipe a good place to start is the layer index:
https://layers.openembedded.org

After that, google is the next place to try :-)

> A quick google search return this :
> https://github.com/openembedded/openembedded/tree/master/recipes/octave

That recipe comes for the "openembedded *classic*" repository, which
was abandoned years ago. So it might work, or it might needs lots of
tweaking to get it to work, or it might need to be rewritten.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU/Octave
  2017-04-05 13:38   ` GNU/Octave Trevor Woerner
@ 2017-04-05 13:48     ` Fabio Berton
  2017-04-05 20:20       ` GNU/Octave Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Berton @ 2017-04-05 13:48 UTC (permalink / raw)
  To: yocto

You can write a new recipe using 
https://github.com/openembedded/openembedded/tree/master/recipes/octave 
as a start point, and also see gentoo ebuild to check runtime depends or 
get some inspiration :)
https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/octave/octave-4.2.1.ebuild

On 04/05/2017 10:38 AM, Trevor Woerner wrote:
> On Wed, Apr 5, 2017 at 9:22 AM, Fabien Lahoudere
> <fabien.lahoudere@collabora.co.uk> wrote:
>> On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote:
>>> do you know is there recipe for GNU/Octave "https://www.gnu.org/software/octave/"?
>>> Is it possible to get it running on Yocto/Linux machine?
>
> In general, when looking for a recipe a good place to start is the layer index:
> https://layers.openembedded.org
>
> After that, google is the next place to try :-)
>
>> A quick google search return this :
>> https://github.com/openembedded/openembedded/tree/master/recipes/octave
>
> That recipe comes for the "openembedded *classic*" repository, which
> was abandoned years ago. So it might work, or it might needs lots of
> tweaking to get it to work, or it might need to be rewritten.
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU/Octave
  2017-04-05 13:48     ` GNU/Octave Fabio Berton
@ 2017-04-05 20:20       ` Paul Eggleton
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2017-04-05 20:20 UTC (permalink / raw)
  To: yocto

FYI here's a guide I have been keeping mostly up-to-date about what you need 
to do to migrate a recipe from OE-Classic:

http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core

Cheers,
Paul

On Thursday, 6 April 2017 1:48:08 AM NZST Fabio Berton wrote:
> You can write a new recipe using
> https://github.com/openembedded/openembedded/tree/master/recipes/octave
> as a start point, and also see gentoo ebuild to check runtime depends or
> get some inspiration :)
> https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/octave/octave
> -4.2.1.ebuild
> On 04/05/2017 10:38 AM, Trevor Woerner wrote:
> > On Wed, Apr 5, 2017 at 9:22 AM, Fabien Lahoudere
> > 
> > <fabien.lahoudere@collabora.co.uk> wrote:
> >> On Wed, 2017-04-05 at 14:45 +0200, Peter Balazovic wrote:
> >>> do you know is there recipe for GNU/Octave
> >>> "https://www.gnu.org/software/octave/"? Is it possible to get it
> >>> running on Yocto/Linux machine?
> > 
> > In general, when looking for a recipe a good place to start is the layer
> > index: https://layers.openembedded.org
> > 
> > After that, google is the next place to try :-)
> > 
> >> A quick google search return this :
> >> https://github.com/openembedded/openembedded/tree/master/recipes/octave
> > 
> > That recipe comes for the "openembedded *classic*" repository, which
> > was abandoned years ago. So it might work, or it might needs lots of
> > tweaking to get it to work, or it might need to be rewritten.


-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-05 20:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 12:45 GNU/Octave Peter Balazovic
2017-04-05 13:22 ` GNU/Octave Fabien Lahoudere
2017-04-05 13:38   ` GNU/Octave Trevor Woerner
2017-04-05 13:48     ` GNU/Octave Fabio Berton
2017-04-05 20:20       ` GNU/Octave Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.