* [gentoo-science] ParaView anyone?
@ 2005-12-07 16:06 Raimondo Giammanco
2005-12-07 16:14 ` C Y
0 siblings, 1 reply; 5+ messages in thread
From: Raimondo Giammanco @ 2005-12-07 16:06 UTC (permalink / raw
To: gentoo-science
Hello,
is there anyone who had experience with
ParaView (http://www.paraview.org/) on Gentoo ?
I am trying to make it work from source just now.
It uses cmake, so I think an ebuild would be out of my league,
at least for now.
Best Regards
Raimondo Giammanco
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] ParaView anyone?
2005-12-07 16:06 [gentoo-science] ParaView anyone? Raimondo Giammanco
@ 2005-12-07 16:14 ` C Y
2005-12-07 16:33 ` Jonathan Stickel
2005-12-07 17:14 ` Raimondo Giammanco
0 siblings, 2 replies; 5+ messages in thread
From: C Y @ 2005-12-07 16:14 UTC (permalink / raw
To: gentoo-science
The VTK ebuild uses cmake, and I think VTK is also used in paraview?
So it might not be as hard as you think, if the VTK build does in fact
work.
http://bugs.gentoo.org/show_bug.cgi?id=103343#c6
Cheers,
CY
--- Raimondo Giammanco <rongten@member.fsf.org> wrote:
> Hello,
> is there anyone who had experience with
> ParaView (http://www.paraview.org/) on Gentoo ?
>
> I am trying to make it work from source just now.
> It uses cmake, so I think an ebuild would be out of my league,
> at least for now.
>
> Best Regards
>
> Raimondo Giammanco
>
> --
> gentoo-science@gentoo.org mailing list
>
>
__________________________________________
Yahoo! DSL Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] ParaView anyone?
2005-12-07 16:14 ` C Y
@ 2005-12-07 16:33 ` Jonathan Stickel
2005-12-07 17:19 ` Raimondo Giammanco
2005-12-07 17:14 ` Raimondo Giammanco
1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Stickel @ 2005-12-07 16:33 UTC (permalink / raw
To: gentoo-science
Raimondo
Yes, Paraview is based on VTK, which also requires cmake, and there is
indeed an ebuild for VTK. You may also want to look at the ebuild for
"octaviz", a project to run VTK from within octave:
http://bugs.gentoo.org/show_bug.cgi?id=70085
I have used paraview a little myself. I haven't taken the time to make
an ebuild which compiles it from source, but I do have one that simply
expands the pre-compiled tarball. I can send it to you offlist if you like.
Jonathan
C Y wrote:
> The VTK ebuild uses cmake, and I think VTK is also used in paraview?
> So it might not be as hard as you think, if the VTK build does in fact
> work.
>
> http://bugs.gentoo.org/show_bug.cgi?id=103343#c6
>
> Cheers,
> CY
>
> --- Raimondo Giammanco <rongten@member.fsf.org> wrote:
>
>
>>Hello,
>> is there anyone who had experience with
>>ParaView (http://www.paraview.org/) on Gentoo ?
>>
>> I am trying to make it work from source just now.
>>It uses cmake, so I think an ebuild would be out of my league,
>>at least for now.
>>
>> Best Regards
>>
>> Raimondo Giammanco
>>
>>--
>>gentoo-science@gentoo.org mailing list
>>
>>
>
>
>
>
>
> __________________________________________
> Yahoo! DSL – Something to write home about.
> Just $16.99/mo. or less.
> dsl.yahoo.com
>
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] ParaView anyone?
2005-12-07 16:33 ` Jonathan Stickel
@ 2005-12-07 17:19 ` Raimondo Giammanco
0 siblings, 0 replies; 5+ messages in thread
From: Raimondo Giammanco @ 2005-12-07 17:19 UTC (permalink / raw
To: gentoo-science
Hello Jonathan,
what you said made me realize that indeed I can download the
binary version. I simply skipped it and went straight to the
src file. Gentoo deformation ;). Downloading just now.
Indeed I just wanted to have a quick overview of the program,
in case I will come back and ask you the ebuild you kindly
offered.
Greetings
On Wed, 2005-12-07 at 08:33 -0800, Jonathan Stickel wrote:
> Raimondo
>
> Yes, Paraview is based on VTK, which also requires cmake, and there is
> indeed an ebuild for VTK. You may also want to look at the ebuild for
> "octaviz", a project to run VTK from within octave:
>
> http://bugs.gentoo.org/show_bug.cgi?id=70085
>
> I have used paraview a little myself. I haven't taken the time to make
> an ebuild which compiles it from source, but I do have one that simply
> expands the pre-compiled tarball. I can send it to you offlist if you like.
>
> Jonathan
>
>
> C Y wrote:
> > The VTK ebuild uses cmake, and I think VTK is also used in paraview?
> > So it might not be as hard as you think, if the VTK build does in fact
> > work.
> >
> > http://bugs.gentoo.org/show_bug.cgi?id=103343#c6
> >
> > Cheers,
> > CY
> >
> > --- Raimondo Giammanco <rongten@member.fsf.org> wrote:
> >
> >
> >>Hello,
> >> is there anyone who had experience with
> >>ParaView (http://www.paraview.org/) on Gentoo ?
> >>
> >> I am trying to make it work from source just now.
> >>It uses cmake, so I think an ebuild would be out of my league,
> >>at least for now.
> >>
> >> Best Regards
> >>
> >> Raimondo Giammanco
> >>
> >>--
> >>gentoo-science@gentoo.org mailing list
> >>
> >>
> >
> >
> >
> >
> >
> > __________________________________________
> > Yahoo! DSL – Something to write home about.
> > Just $16.99/mo. or less.
> > dsl.yahoo.com
> >
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] ParaView anyone?
2005-12-07 16:14 ` C Y
2005-12-07 16:33 ` Jonathan Stickel
@ 2005-12-07 17:14 ` Raimondo Giammanco
1 sibling, 0 replies; 5+ messages in thread
From: Raimondo Giammanco @ 2005-12-07 17:14 UTC (permalink / raw
To: gentoo-science
Hello.
Indeed the VTK works, as it is a dependency for
mayavi (http://bugs.gentoo.org/show_bug.cgi?id=50464).
The problem is that the VTK ebuild seems complex,
means it will not be just an afternoon hacking.
I will put it in my long term plans.
On Wed, 2005-12-07 at 08:14 -0800, C Y wrote:
> The VTK ebuild uses cmake, and I think VTK is also used in paraview?
> So it might not be as hard as you think, if the VTK build does in fact
> work.
>
> http://bugs.gentoo.org/show_bug.cgi?id=103343#c6
>
> Cheers,
> CY
>
> --- Raimondo Giammanco <rongten@member.fsf.org> wrote:
>
> > Hello,
> > is there anyone who had experience with
> > ParaView (http://www.paraview.org/) on Gentoo ?
> >
> > I am trying to make it work from source just now.
> > It uses cmake, so I think an ebuild would be out of my league,
> > at least for now.
> >
> > Best Regards
> >
> > Raimondo Giammanco
> >
> > --
> > gentoo-science@gentoo.org mailing list
> >
> >
>
>
>
>
> __________________________________________
> Yahoo! DSL – Something to write home about.
> Just $16.99/mo. or less.
> dsl.yahoo.com
--
gentoo-science@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-07 17:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 16:06 [gentoo-science] ParaView anyone? Raimondo Giammanco
2005-12-07 16:14 ` C Y
2005-12-07 16:33 ` Jonathan Stickel
2005-12-07 17:19 ` Raimondo Giammanco
2005-12-07 17:14 ` Raimondo Giammanco
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox