[Paraview] 64 bit python on windows

2010-05-12 Thread Paul Edwards
Hi, I would like to build the python dependencies for 64 bit windows. Does anyone have a build script for this? It's not an easy task! I'm using MSVS9 and Intel Fortran. Any help would be appreciated, Paul ___ Powered by www.kitware.com Visit other

Re: [Paraview] 64 bit python on windows

2010-05-12 Thread Eric E. Monson
Hey Paul, I don't have that much experience with Windows, but I was able to get ParaView to build with Python functionality on Windows 7 64-bit (Visual Studio 2008) using the pre-compiled Python 2.6.5 from python.org: http://www.python.org/ftp/python/2.6.5/python-2.6.5.amd64.msi along with

Re: [Paraview] 64 bit python on windows

2010-05-12 Thread Paul Edwards
Thanks Eric but I cannot run installers on my computer at work :( On 12 May 2010 13:49, Eric E. Monson emon...@cs.duke.edu wrote: Hey Paul, I don't have that much experience with Windows, but I was able to get ParaView to build with Python functionality on Windows 7 64-bit (Visual Studio

Re: [Paraview] 64-bit version for MacOS?

2010-03-17 Thread Michael Wild
On 17. Mar, 2010, at 15:19 , paraview-requ...@paraview.org wrote: You will probably have to use ParaView from CVS Head in order to fix the Carbon/Cocoa thing. There is a quick patch you can do to a stock ParaView 3.6.2 to fix the problem if you want.

Re: [Paraview] 64-bit version for MacOS?

2010-03-16 Thread Eric E. Monson
Hey Karen, No, the 3.6.1 binary for Intel is i386 architecture. Like Mike said yesterday, you'll have to build your own version of Qt 4.6.2 with x86_64 architecture and Cocoa, and then build ParaView from source against that Qt build, itself with x86_64 arch, too. I'm not sure if there are

Re: [Paraview] 64-bit version for MacOS?

2010-03-16 Thread Eric Nodwell
that it can be built with Cocoa? Thanks, Eric Date: Tue, 16 Mar 2010 09:55:47 -0400 From: Eric E. Monson emon...@cs.duke.edu Subject: Re: [Paraview] 64-bit version for MacOS? To: Karen Lee kylka...@gmail.com Cc: paraview@paraview.org Message-ID: 063acbec-89be-44b0-8ded-9273d3263

Re: [Paraview] 64-bit version for MacOS?

2010-03-16 Thread Utkarsh Ayachit
: [Paraview] 64-bit version for MacOS? To: Karen Lee kylka...@gmail.com Cc: paraview@paraview.org Message-ID: 063acbec-89be-44b0-8ded-9273d3263...@cs.duke.edu Content-Type: text/plain; charset=us-ascii Hey Karen, No, the 3.6.1 binary for Intel is i386 architecture. Like Mike said yesterday

Re: [Paraview] 64-bit version for MacOS?

2010-03-15 Thread Karen Lee
So I tried to download the 3.6.1, but it still says paraview: Mach-O executable i386. I have the MacOS 10.5.8. Is there a way to get a 64-bit executable of paraview? Thanks, Karen On Mon, Mar 15, 2010 at 9:02 PM, Karen Lee kylka...@gmail.com wrote: Hi Paraview users and developers, I'm

Re: [Paraview] 64-bit version for MacOS?

2010-03-15 Thread Mike Jackson
You will have to build ParaView against a 64 bit build of Qt yourself. Which means compiling Qt as a Cocoa Framework, then compiling ParaView against that version of Qt. There are some minor user interface issues due mainly to the Cocoa Port of Qt not being up to the same level as the Carbon

[Paraview] 64-bit version for MacOS?

2010-03-15 Thread Karen Lee
Hi Paraview users and developers, I'm wondering if there is a 64-but version of paraview for MacOS. don't seem to see one under 3.6.2. The 3.6.1 one for Macintosh OS X, Tiger and Leopard (Intel) is in 64 bits right? Thanks, Karen ___ Powered by

Re: [Paraview] 64 bit

2008-08-28 Thread Moreland, Kenneth
of the first invocation of CMake to ensure that the TRY_RUNs provide the right information. -Ken From: Biao She [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 3:24 PM To: Moreland, Kenneth Subject: Re: [Paraview] 64 bit Thanks for your advice. I really appreciate

[Paraview] 64 bit

2008-08-27 Thread Biao She
Hi there. I try to use a 64 bit linux to run paraview and I can compile and install it successfully. The problem is when I run the software in the parallel mode, I get errors like this: paraview(15611): unaligned access to 0x234381cc, ip=0x21d84ca1 The rendering speed is quiet slow