Re: [Paraview] How about developing a Paraview forum

2016-08-14 Thread Bruno Santos
Just to add what I know that there is already on the Internet regarding ParaView related forums: 1. There are two forums at CFD-Online's Forums (CFD = Computational Fluid Dynamics) for discussions about ParaView: 1. http://www.cfd-online.com/Forums/openfoam-paraview/ - oriented tow

[Paraview] Paraview Development installation

2012-01-01 Thread Bruno Santos
ing the standard releases and the add-on development files for plug-in development or simply for using the third-party libraries such as VTK and Open-MPI (while the latter 1.5.x is in beta). Wishes of a Happy New Year and with my best regards, Bruno Santos > Currently we are evaluating whe

Re: [Paraview] Paraview Development installation

2012-01-01 Thread Bruno Santos
rce files for adding additional installer project/makefiles to provide other 2 installer packages: "just dev" and "dev+bin". Later still these new "rules" can be submitted upstream for making your life easier in future releases. Wishes of a Happy New Year and with my best

Re: [Paraview] Paraview Development installation

2012-01-02 Thread Bruno Santos
If you have a matching platform and compiler this should help your produce a compatible ParaView development library to build your your plugin against. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Sun, Jan 1, 2012 at 10:

Re: [Paraview] Paraview Development installation

2012-01-04 Thread Bruno Santos
ker is for ;) Steps taken to make things work also also documented in wiki form and in the source code repository. If there is something that needs legal attention, please advise! I've tried to keep things as transparent as possible. Additional help is also welcome! Best regards, B

Re: [Paraview] Paraview Development installation

2012-01-04 Thread Bruno Santos
NY 12065-8662 Phone: 518-881-4909 On Wed, Jan 4, 2012 at 4:21 AM, Bruno Santos mailto:bruno.san...@bluecape.com.pt>> wrote: Greetings to all! Done! "Paraview Development installation" is now /unofficially/ available! At least for Windows... That SuperBuild folder is

Re: [Paraview] Icet test build fails with Paraview-3.12.0

2012-01-07 Thread Bruno Santos
Hi Rakesh, If I backtracked it correctly, this should be the fix you are looking for: http://paraview.org/gitweb?p=IceT.git;a=commitdiff;h=e2231f1454c90d7d4fd16540d9468ffbdaaec3f7 Best regards, Bruno Date: Sat, 7 Jan 2012 12:07:24 + From: Rakesh Hammond Subject: [Paraview] Icet test build f

Re: [Paraview] [Paraview-developers] [paraview-developers] A kind of building errors of paraview development version under Visual Studio 2010 on Windows 7 64bits

2012-01-09 Thread Bruno Santos
Hi, I had a webmail problem so the answer below didn't go out to the mailing list: On 19:59, Bruno Santos wrote: Hi, Mingcheng Chen, you'll need the 32bit version of MPICH2 as well. Otherwise it doesn't make any sense! As stated on the ParaView Developers mailing list, MS-M

Re: [Paraview] Icet test build fails with Paraview-3.12.0

2012-01-09 Thread Bruno Santos
468ffbdaaec3f7 Best regards, Bruno On 07-01-2012 21:31, Rakesh Hammond wrote: Bruno, Thanks - I think this is what I am after, I will have a play with this diff. For future reference, can you please tell me how did you find it? I think it would be nice to have a link from the mantis

Re: [Paraview] ParaView Binaries build config

2012-01-18 Thread Bruno Santos
Hi, I've updated the wiki page: http://www.paraview.org/Wiki/ParaView_Binaries I didn't refer to the unofficial project because it is already referred to here: http://www.paraview.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs Best regards, Bruno PS: I'm the guy that jump-star

Re: [Paraview] ANN: ParaView 3.14.1 Available for download

2012-04-06 Thread Bruno Santos
ne for automating the installation/packaging process. * And the Silo project isn't automatically upgraded when using MSVC 2008 Express... the "vcbuild" application has to be used in an automated scenario with 2008 Express and it will probably require a somewhat "u

Re: [Paraview] SuperBuild errors with VS2008 win32 (On Win7 Ult x64)

2012-05-02 Thread Bruno Santos
I had problems with this as well and documented the process here: http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3141 There you might also find answers for your other question. On 02-05-2012 01:49, paraview-requ...@paraview.org wrote: From: Michael Jackson Subject: [Paravi

Re: [Paraview] ParaView Digest, Vol 97, Issue 62

2012-05-22 Thread Bruno Santos
ou have problems with the packages on those unofficial builds, feel free to either ask here for help or preferably use the Issue tracker on that project! Best regards, Bruno Santos On 22-05-2012 14:39, paraview-requ...@paraview.org wrote: Message: 3 Date: Mon, 21 May 2012 15:37:10 -0500 From:

Re: [Paraview] Building a Custom Plugin for Official ParaView Binaries

2012-05-22 Thread Bruno Santos
ou have problems with the packages on those unofficial builds, feel free to either ask here for help or preferably use the Issue tracker on that project! Best regards, Bruno Santos PS: sorry for the double post, it's just I forgot to change the subject on the first mail :( On 2

Re: [Paraview] vtkXOpenGLRenderWindow Error

2012-06-05 Thread Bruno Santos
Hi Magician, Good catch! I forgot to suggest another possible fix for your problem - define the environment variable in a command line in VNC window from which you launch ParaView: export LIBGL_ALWAYS_INDIRECT=y Best regards, Bruno On 04-06-2012 15:49, Magician wrote: Hi all, I've be

Re: [Paraview] Linker error with OpenMPI 1.6.2

2013-01-08 Thread Bruno Santos
Greetings, I've managed to get ParaView's SuperBuild working/building on Windows, which uses Open-MPI 1.6.2 by default on ParaView 3.98.0. From ParaView's resulting "CMakeCache.txt", these were defined for the C and CXX flags: /DOMPI_IMPORTS /DOPAL_IMPORTS /DORTE_IMPORTS These are the binar

Re: [Paraview] Linker error with OpenMPI 1.6.2

2013-01-08 Thread Bruno Santos
nmpi. Unless your building problems are due to the MSVC express or the INSTALL_DEVELOPMENT you turned on? ParaView_INSTALL_DEVELOPMENT:BOOL=ON mpi_INSTALL_DEVELOPMENT:BOOL=ON ParaView_INSTALL_FULL_DEVELOPMENT:BOOL=ON Yumin On Tue, Jan 8, 2013 at 10:30 AM, Bruno Santos wrote: Greetings, I'

[Paraview] Unofficial development builds of ParaView 3.98.0 for Windows based on SuperBuild

2013-01-08 Thread Bruno Santos
Greetings, Not wanting to hijack the thread "Linker error with OpenMPI 1.6.2", here's a more descriptive email. I forgot to write an email on this the other day, but at the project http://code.google.com/p/unofficial-paraview-dev-install/ , a batch of development builds of ParaView 3.98.0 fo

Re: [Paraview] Status of reload button?

2014-01-15 Thread Bruno Santos
Greetings to all! @Christoph: In case you are using the legacy VTK reader, have a look here: http://www.cfd-online.com/Forums/openfoam-paraview/78129-update-data-paraview.html#post446239 A few posts down: http://www.cfd-online.com/Forums/openfoam-paraview/7

[Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit

2014-08-06 Thread Bruno Santos
lp bring sooner the ParaView SDK in future versions in a more official way... so that we won't have to look into generating the NSIS/ZIP packages ourselves, nor build Qt 4.8.6 ;) If anyone has any questions, feel free to ask! Best regards, Bruno Santos PS: I haven't sent this email to

Re: [Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit (UNCLASSIFIED)

2014-08-08 Thread Bruno Santos
ompilation? Thanks -simon -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Bruno Santos Sent: Wednesday, August 06, 2014 8:59 AM To: paraview@paraview.org Subject: [Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit Greetings to a

Re: [Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit

2014-08-08 Thread Bruno Santos
upports VS 2010 / VS2012. So if ParaView is ever able to use the new python build system, and officially moves over to Qt 5.X we should transition to use the official Qt binaries for windows. On Wed, Aug 6, 2014 at 8:59 AM, Bruno Santos wrote: Greetings to all! We at blueCAPE have made av

Re: [Paraview] ParaView can't create the reader

2014-08-08 Thread Bruno Santos
Greetings Jérémy, If you had provided the XML file, it would have been a bit easier to diagnose this ourselves. Nonetheless, it seems to me that the issue is that the class/library "vtkPTecplotBinaryReader" is simply not loadable. A bit of searching online and in ParaView's source code leads m

Re: [Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit

2014-08-08 Thread Bruno Santos
ransition to use the official Qt binaries for windows. On Wed, Aug 6, 2014 at 8:59 AM, Bruno Santos wrote: Greetings to all! We at blueCAPE have made available an unofficial SDK of ParaView 4.1.0 for Windows 32 and 64-bit, based on the official SuperBuild and respective build options. It&

Re: [Paraview] ParaView can't create the reader

2014-08-12 Thread Bruno Santos
inish, I would like to ask you one last question : Given I didn't develop any GUI feature for my reader, do I still need QT ? I thank you again for your help. Jérémy 2014-08-08 18:49 GMT+02:00 Bruno Santos <mailto:bruno.san...@bluecape.com.pt>>: Greetings Jérémy, If y

Re: [Paraview] Dropping Qt 4 support from ParaView 5.5 onwards

2017-06-07 Thread Bruno Santos
+1 on either Qt 5.6 or 5.9 being the minimum But for the sake of numbering sanity, shouldn't ParaView's version be bumped up to 6.0 instead of 5.5? Or at least 5.98 as a precursor to this rather big change? Best regards, Bruno Santos On 06-06-2017 17:44, Michael Jackson wrote: +