[Paraview] superbuild

2011-01-07 Thread Stephane PLOIX
Hi, There is currently a lot of effort put into the superbuild directory. It seems interesting, but I can't find much information on the functionnality being developped. Is it somehow related to branded apps? Is there a wiki page describing the functionnality? Best, Stephane Stephane PLO

[Paraview] Superbuild

2011-06-23 Thread Paul Edwards
Hi, Is it possible to "make install" with the Superbuild? I set the CMAKE_INSTALL_PREFIX but "make install" doesn't work and the packages are all in a PACKAGE-prefix directory in the build directory. Am I doing something wrong? Thanks, Paul ___ Powere

[Paraview] Superbuild

2015-07-10 Thread Scott, W Alan
I created a superbuild yesterday, and now when I run ParaView, I see the following error. Then, Linux basically locks up. I also get the second line below in the ParaView Output window. Has anyone else seen this? Thanks, Alan (:19814): Gtk-WARNING **: Attempt to load unknown IM context type

Re: [Paraview] superbuild

2011-01-07 Thread David Partyka
Hi Stephane, SuperBuild is something I am working on to build ParaView and it's dependencies using CMake's external_project feature. External_Project allows us to download, patch, configure, build and install a dependency with an easy to use function call, regardless if the dependency uses CMake n

Re: [Paraview] superbuild

2011-01-07 Thread David Partyka
Oops, hit send too quickly. It will also build (probably today) CGNS and Silo (on Linux/Mac) as well. I will keep everyone posted! On Fri, Jan 7, 2011 at 9:00 AM, David Partyka wrote: > Hi Stephane, > > SuperBuild is something I am working on to build ParaView and it's > dependencies using CMak

[Paraview] SuperBuild Bug

2011-02-17 Thread Michael Jackson
It seems that in the SuperBuild directory the contents of the External_HDF5.cmake seem to have the contents of External_PNG.cmake instead. Just FYI if it matters. ___ Mike Jackson www.bluequartz.net Principal Software

Re: [Paraview] Superbuild

2011-06-23 Thread David Partyka
Hi Paul, The superbuild is something new I wrote to help produce our binaries available for download on the website. It wouldn't be hard to propagate CMAKE_INSTALL_PREFIX into each of the dependencies. I will make a bug for myself to add this functionality. http://www.paraview.org/Bug/view.php?id

[Paraview] Superbuild 3.98.1

2013-04-19 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I've been playing around with SuperBuild and it seems to working correct. But, it also seems to be pulling the most recent source updates from the git repository. Is there a way use SuperBuild to only build the most recent production release (3.98.1)? Thanks ___

[Paraview] SuperBuild question

2013-05-01 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Is there a way to tell the SuperBuild process to not look for software updates using GIT? I doing a build on a system that doesn't have public network access and I'm actually dying on a complaint about my instance of git being too old. However, I have already copied in the sources, so I don

[Paraview] [SuperBuild] Docker ?

2017-04-07 Thread Florian Hoffmann
hello everyone, does anybody out there would like to share some experience with a recent ParaView Superbuild (>=version 5.2) with *Docker* ? - Suggestions/recommendations for existing Dockerfiles ? - Suggestions for settings like: Qt version, Mesa3D vs. OpenGL, ... ? Thanks a lot. B

Re: [Paraview] SuperBuild Bug

2011-02-17 Thread David Partyka
I have this fixed on my local branch. I'll be merging shortly. On Thu, Feb 17, 2011 at 12:51 PM, Michael Jackson < mike.jack...@bluequartz.net> wrote: > It seems that in the SuperBuild directory the contents of the > External_HDF5.cmake seem to have the contents of External_PNG.cmake instead. > J

[Paraview] Superbuild WIKI page

2016-10-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
I went to the Paraview SuperBuild page and found this message: "Updated for ParaView Superbuild have moved to the source repository <https://gitlab.kitware.com/paraview/paraview-superbuild/> starting with ParaView 5.2. For docs for earlier versions, please check out the history tab fo

[Paraview] superbuild on Mac

2013-01-09 Thread Felipe Bordeu
I think there is an error in the page : http://paraview.org/Wiki/ParaView_Binaries I tried to download Xcode 4.3 for my mac 10.6.8 to build a plugin compatible with the official binaries. But Xcode 4.3 is only available for Lion. So my question is: The 3.98.0 binary for mac is really compil

Re: [Paraview] Superbuild 3.98.1

2013-04-19 Thread Reuter, Michael A.
-6080 Email: reute...@ornl.gov From: , "Richard C CIV USARMY ARL (RickUS)" mailto:richard.c.angelini@mail.mil>> Date: Friday, April 19, 2013 8:39 AM To: "paraview@paraview.org<mailto:paraview@paraview.org>" mailto:paraview@paraview.org>> Subject: [Paraview

Re: [Paraview] SuperBuild question

2013-05-01 Thread Utkarsh Ayachit
You can do the following: > edit the versions.cmake file > in there, you'll find a stub like so add_revision(paraview GIT_REPOSITORY git://paraview.org/ParaView.git GIT_TAG "master") Change that to something as follows: add_revision(paraview URL URL_MD5 ) I think I want to add some mo

Re: [Paraview] SuperBuild question

2013-05-01 Thread Robert Maynard
Maybe when we tag a release in Superbuild we modify the verions.cmake to point to tarballs for just that tag. That allows people to be able to replicate the release without having to do anything. On Wed, May 1, 2013 at 12:07 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > You can do

Re: [Paraview] SuperBuild question

2013-05-01 Thread Utkarsh Ayachit
That sounds like a good idea. On Wed, May 1, 2013 at 12:51 PM, Robert Maynard wrote: > Maybe when we tag a release in Superbuild we modify the verions.cmake to > point to tarballs for just that tag. That allows people to be able to > replicate the release without having to do anything. > > > On W

[Paraview] Superbuild installation directory

2013-05-29 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
ectory and then rerun "make install", I get the proper installation. Am I setting the wrong variable when I run the cmake command?This is the correct variable as described in the wiki page at http://paraview.org/Wiki/ParaView/Superbuild I'm seeing this

[Paraview] Superbuild and OSX

2014-09-03 Thread Reuter, Michael A.
in/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build/CMakeFiles/CMakeTmp Run Build Command:/usr/local/bin/ninja cmTryCompileExec4050157075 [1/2] Building C object

[Paraview] Superbuild and Windows

2014-09-03 Thread Reuter, Michael A.
Hi, I'm having an issue with the ParaView Superbuild on Windows (VS2012). I get this error during the build process: 322> Compiling Python package 'pygments' 322> Listing C:/Users/2zr/Build/ParaView-Superbuild/paraview/src/paraview-bu

[Paraview] Superbuild repo change?

2017-02-15 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
I did a fresh pull of the ParaView superbuild repository, and now I can’t do a clean build of PV 5.2.0 on my Mac (OSX 10.9.5). First, I had to remove the entries for “qt” and “scipy" in the CMakeLists.txt: -- Determined source version for paraview: 5.2.0 CMake Error at superbuild/CMakeList

Re: [Paraview] [SuperBuild] Docker ?

2017-04-10 Thread Ben Boeckel
On Fri, Apr 07, 2017 at 18:30:11 +0200, Florian Hoffmann wrote: > does anybody out there would like to share some experience with a recent > ParaView Superbuild (>=version 5.2) with *Docker* ? > > - Suggestions/recommendations for existing Dockerfiles ? > > - Suggestions

Re: [Paraview] [SuperBuild] Docker ?

2017-04-10 Thread Nabil Ghodbane
On Mon, Apr 10, 2017 at 3:49 PM, Ben Boeckel wrote: > On Fri, Apr 07, 2017 at 18:30:11 +0200, Florian Hoffmann wrote: > > does anybody out there would like to share some experience with a recent > > ParaView Superbuild (>=version 5.2) with *Docker* ? > > > > - S

Re: [Paraview] [SuperBuild] Docker ?

2017-04-10 Thread Ben Boeckel
On Mon, Apr 10, 2017 at 16:18:21 +0200, Nabil Ghodbane wrote: > it is not clear to me what you did. Did you build your own docker with > Paraview on top of it and if this is the case could you share the > Dockerfile you implemented to build the docker image? The Dockerfile (and associated files) w

Re: [Paraview] [SuperBuild] Docker ?

2017-04-10 Thread Nabil Ghodbane
thanks for sharing! Nabil Ghodbane (Ph. D. Habil*.*) Phone: +33 6 34 42 33 43 Mailto: nabil.ghodb...@gmail.com On Mon, Apr 10, 2017 at 5:27 PM, Ben Boeckel wrote: > On Mon, Apr 10, 2017 at 16:18:21 +0200, Nabil Ghodbane wrote: > > it is not clear to me what you did. Did you build your own dock

Re: [Paraview] Superbuild WIKI page

2016-11-01 Thread Cory Quammen
Hi Rick, It looks like you caught us in transition moving the build instructions from the wiki to the paraview-superbuild repository. We have just added build instructions from the README.md file located at: https://gitlab.kitware.com/paraview/paraview-superbuild/blob/master/README.md The

Re: [Paraview] superbuild on Mac

2013-01-09 Thread Sebastien Jourdain
Hi Felipe, You were right there was a slight issue on the page that we just fix. The computer on which we build on is a 10.7.3 but we definitely use the 10.6 SDK to allow the generated binaries to work from 10.6 to 10.8. Hope that helps, and thanks for reporting the issue. Seb On Wed, Jan 9, 2

Re: [Paraview] superbuild on Mac

2013-01-09 Thread Robert Maynard
It should be clear that the binaries are 64bit so they will not work on 32bit SnowLeopard machines. If you need a 32bit OSX build for legacy machines you will need to compile and build ParaView yourself. On Wed, Jan 9, 2013 at 8:51 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote:

Re: [Paraview] SuperBuild question (UNCLASSIFIED)

2013-05-01 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
: Wednesday, May 01, 2013 12:08 PM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] SuperBuild question You can do the following: > edit the versions.cmake file > in there, you'll find a stub like so add_revision(paraview GIT_REP

Re: [Paraview] SuperBuild question (UNCLASSIFIED)

2013-05-01 Thread Utkarsh Ayachit
it [mailto:utkarsh.ayac...@kitware.com] > Sent: Wednesday, May 01, 2013 12:08 PM > To: Angelini, Richard C (Rick) CIV USARMY ARL (US) > Cc: paraview@paraview.org > Subject: Re: [Paraview] SuperBuild question > > You can do the following: > >> edit the versions.cmake f

Re: [Paraview] Superbuild installation directory

2013-05-29 Thread Utkarsh Ayachit
the installation > directory and then rerun "make install", I get the proper installation. > Am I setting the wrong variable when I run the cmake command? This is the > correct variable as described in the wiki page at > http://paraview.org/Wiki/ParaView/Superbuild > &

Re: [Paraview] Superbuild installation directory

2013-05-29 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
: Wednesday, May 29, 2013 8:43 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild installation directory Rick, There is always going to be a BUILD/install. This is where all the internal packages ParaViewSuperbuild builds are temporarily

Re: [Paraview] Superbuild installation directory

2013-05-29 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
RL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild installation directory Rick, There is always going to be a BUILD/install. This is where all the internal packages ParaViewSuperbuild builds are temporarily installed. Something is resetting the CMAKE_INSTALL_PREFIX. I can

Re: [Paraview] Superbuild installation directory

2013-05-29 Thread Utkarsh Ayachit
> From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] > Sent: Wednesday, May 29, 2013 8:43 AM > To: Angelini, Richard C (Rick) CIV USARMY ARL (US) > Cc: paraview@paraview.org > Subject: Re: [Paraview] Superbuild installation directory > > Rick, > > There

Re: [Paraview] Superbuild installation directory

2013-05-30 Thread Sean Ziegeler
esday, May 29, 2013 8:43 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild installation directory Rick, There is always going to be a BUILD/install. This is where all the internal packages ParaViewSuperbuild builds are temporari

Re: [Paraview] Superbuild installation directory

2013-05-30 Thread Utkarsh Ayachit
; Rick Angelini >>> >>> USArmy Research Laboratory >>> CISD/HPC Architectures Team >>> Building 120 Cube 315 >>> Phone: 410-278-6266 >>> >>> >>> From: Utkarsh Ayachit [utkarsh.a

[Paraview] Superbuild: passing compiler flags

2013-06-12 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I'm trying to pass some MPI-related flags through the Superbuild cmake. These flags need to get passed down to the actual Paraview source cmake, but they don't seem to getting included. If I run ccmake I can see that the flags have not been set - and if I manually add the flags at that time,

[Paraview] Superbuild: Passing VTK parameter?

2013-06-24 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I want to pass a VTK build parameter from the Superbuild down into the depths of the ParaView build. In my top level cmake command, I'm passing the flag: -DVTK_USE_OFFSCREEN:BOOL=ON \ but if I look in the paraview/src/*build/CMakeCache.txt file I'm getting this: VTK_USE_OFFSCREEN:BOOL=OFF Sh

Re: [Paraview] Superbuild and Windows

2014-09-03 Thread Utkarsh Ayachit
ion differences. Utkarsh On Wed, Sep 3, 2014 at 10:07 AM, Reuter, Michael A. wrote: > Hi, > > > > I’m having an issue with the ParaView Superbuild on Windows > (VS2012). I get this error during the build process: > > > > 322> Compiling

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
is not able to compile a simple test program. > > It fails with the following output: > >Change Dir: > /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build/CMakeFiles/CMakeTmp > > Run Build Command:/usr/local/bin/ninja cmTryCompileExec4050157075 > >

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Reuter, Michael A.
: Ninja -- broken CMake Error at /Applications/CMake 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: /Users/2zr/build/ParaV

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
for working C compiler using: Ninja -- broken > CMake Error at /Applications/CMake > 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 > (message): > The C compiler "/usr/bin/cc" is not able to compile a simple test program. > > It fails with th

Re: [Paraview] Superbuild and OSX

2014-09-03 Thread Utkarsh Ayachit
king C compiler using: Ninja >> -- Check for working C compiler using: Ninja -- broken >> CMake Error at /Applications/CMake >> 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 >> (message): >> The C compiler "/usr/bin/cc" is not able to co

Re: [Paraview] Superbuild and OSX

2014-09-04 Thread Reuter, Michael A.
Compiler.cmake:61 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: /Users/2zr/build/ParaView-Superbuild/paraview/src/paraview-build/CMakeFiles/CMakeTmp Run Build Command:/usr/local/bin/n

Re: [Paraview] Superbuild and OSX

2014-09-04 Thread Utkarsh Ayachit
ja -- broken > CMake Error at /Applications/CMake > 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 > (message): > The C compiler "/usr/bin/cc" is not able to compile a simple test program. > > It fails with the following output: > > Change D

Re: [Paraview] Superbuild and Windows

2014-09-05 Thread Reuter, Michael A.
0:07 AM, Reuter, Michael A. mailto:reute...@ornl.gov>> wrote: Hi, I’m having an issue with the ParaView Superbuild on Windows (VS2012). I get this error during the build process: 322> Compiling Python package 'pygments' 322> Listing C:/User

Re: [Paraview] Superbuild and Windows

2014-09-05 Thread Utkarsh Ayachit
Once that's working, you can give > VS2012 try. Hopefully, it should work (except the Python caveat), but > I am always wary of VS version differences. > > Utkarsh > > > > On Wed, Sep 3, 2014 at 10:07 AM, Reuter, Michael A. > mailto:reute...@ornl.gov>> wrote: &g

Re: [Paraview] Superbuild and Windows

2014-09-05 Thread Reuter, Michael A.
2008. Once that's working, you can give >> VS2012 try. Hopefully, it should work (except the Python caveat), but >> I am always wary of VS version differences. >> >> Utkarsh >> >> >> >> On Wed, Sep 3, 2014 at 10:07 AM, Reuter, Michael A. >>

Re: [Paraview] Superbuild and OSX

2014-09-07 Thread Utkarsh Ayachit
r during CMake (2.8.12.2) generation for >> the ParaView subproject: >> >> -- The C compiler identification is unknown >> -- The CXX compiler identification is unknown >> -- Check for working C compiler using: Ninja >> -- Check for working C compiler

Re: [Paraview] Superbuild and OSX

2014-09-08 Thread Reuter, Michael A.
n CMake Error at /Applications/CMake 2.8-12.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "/usr/bin/cc" is not able to compile a simple test program. It fails with the following output: Change Dir: /Users/2zr/build/ParaView-Superbuild/para

Re: [Paraview] Superbuild and OSX

2014-09-08 Thread Utkarsh Ayachit
ation for > the ParaView subproject: > > -- The C compiler identification is unknown > -- The CXX compiler identification is unknown > -- Check for working C compiler using: Ninja > -- Check for working C compiler using: Ninja -- broken > CMake Error at /Applications/CMake > 2.8-

Re: [Paraview] Superbuild and Windows

2014-09-10 Thread Utkarsh Ayachit
rrently untested. As a first pass, if >>> possible, I'd suggest using VS 2008. Once that's working, you can give >>> VS2012 try. Hopefully, it should work (except the Python caveat), but >>> I am always wary of VS version differences. >>> >>> Utkar

Re: [Paraview] Superbuild and Windows

2014-09-11 Thread Reuter, Michael A.
nl.gov><mailto:reute...@ornl.gov>> wrote: Hi, I’m having an issue with the ParaView Superbuild on Windows (VS2012). I get this error during the build process: 322> Compiling Python package 'pygments' 322> Listing C:/Users/2zr/Build/

Re: [Paraview] Superbuild and Windows

2014-09-11 Thread Utkarsh Ayachit
opefully, it should work (except the Python caveat), but > I am always wary of VS version differences. > > Utkarsh > > > > On Wed, Sep 3, 2014 at 10:07 AM, Reuter, Michael A. <mailto:reute...@ornl.gov><mailto:reute...@ornl.gov>> wrote: > Hi, > > > &g

Re: [Paraview] Superbuild and Windows

2014-09-11 Thread Reuter, Michael A.
..@ornl.govreute...@ornl.gov>reute...@ornl.gov>> wrote: Hi,              I’m having an issue with the ParaView Superbuild on Windows (VS2012). I get this error during the build process:       322>  Compiling Python package 'pygments'       322>  Listing C:

Re: [Paraview] Superbuild and Windows

2014-09-12 Thread Utkarsh Ayachit
Thanks Michael. Both these changes are now merged in. http://review.source.kitware.com/#/t/4658/ Utkarsh On Thu, Sep 11, 2014 at 2:02 PM, Reuter, Michael A. wrote: > The patches are attached. They aren’t much but they help get the package (on > Windows and OSX) built without issues. The packag

[Paraview] Superbuild and code changes

2015-03-12 Thread Scott, W Alan
Is it possible to build ParaView with the superbuild, but change a few lines of code? I want to comment out a few warnings. These lines of source code keep getting written over. Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open

[Paraview] Superbuild, CGNS and debug

2015-03-13 Thread Scott, W Alan
I am trying to get a debugger into a CGNS build of ParaView. CGNS builds seems to be dying trying to link to HDF5. Has anyone else seen this? Any ideas how to compile debug with CGNS and the Superbuild? Here is some of the errors that I am seeing: checking whether build environment is sane..

Re: [Paraview] Superbuild repo change?

2017-02-15 Thread Ben Boeckel
On Wed, Feb 15, 2017 at 13:50:13 +, Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) wrote: > I did a fresh pull of the ParaView superbuild repository, and now I can’t do > a clean build of PV 5.2.0 on my Mac (OSX 10.9.5). > > First, I had to remove the entries for “qt” an

Re: [Paraview] Superbuild repo change?

2017-02-15 Thread Fabian Wein
> I did a fresh pull of the ParaView superbuild repository, and now I can’t do > a clean build of PV 5.2.0 on my Mac (OSX 10.9.5). > > First, I had to remove the entries for “qt” and “scipy“ in the CMakeLists.txt: .. > After removing those entries, the cmake completes and t

[Paraview] superbuild fails on OS X

2016-01-18 Thread Fabian Wein
I have the latest OS X and qt4 and qt5 installed by brew. I use the current superbuild, which covers PV 4.4 (why not 5.0?) but build fails. I use the default setting in my build and just set CMAKE_INSTALL_PREFIX and ENABLE_paraview make … -- Installing: /Users/fwein/code/ParaViewSuperbuild/bu

[Paraview] SuperBuild and Install or Packaging

2012-05-01 Thread Michael Jackson
Once I have finally been able to get coerce ParaView/Superbuild to actually compile all the way through, just how do I create a "Distribution" or install it somewhere of my choosing? I tried running ccmake and setting the CMAKE_INSTALL_PREFIX but that didn't not effect any

Re: [Paraview] Superbuild: passing compiler flags

2013-06-12 Thread Utkarsh Ayachit
Rick, Can you try using -D arguments with the correct syntax and see if that works? cmake documentation states the following: -D := = Create a cmake cache entry. Ensure that you pass each of the -D arguments correctly with ":type" suffix. You can identify the type for the variables by

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
am Building 120 Cube 315 Phone: 410-278-6266 From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Wednesday, June 12, 2013 11:48 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing comp

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
tran_COMPILER:FILEPATH=/opt/sgi/mpt/mpt-2.07/bin/mpif90 > > MPI_Fortran_COMPILE_FLAGS:STRING= > > MPI_Fortran_INCLUDE_PATH:STRING= > > MPI_Fortran_LIBRARIES:STRING= > > MPI_Fortran_LINK_FLAGS:STRING= > > > > > > > > > > Rick Angelini >

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
); paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing compiler flags Hi Richard, the solution seems to be elsewhere... The variables that get propagated to ParaView don't have necessarily the same names. (I've listed the ones that are not using the

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
I'm currently pushing a fix that remove that PV_ prefix. So once it's in, you should be good. commit 3fb38e429260288cbb723fb198fa396e6cc2de27 Author: Sebastien Jourdain Date: Thu Jun 13 14:59:55 2013 -0400 Remove PV_ prefix for ParaView MPI variable names Change-Id: Ia40c16c77bbd494c4

Re: [Paraview] Superbuild: passing compiler flags

2013-06-17 Thread Andy Bauer
It kind of looks like something funky is still going on with this, at least for using the system MPI. In my superbuild cmake cache I get the following for MPI_C_LIBRARIES: /usr/lib/libmpich.so;/usr/lib/libopa.so;/usr/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64

Re: [Paraview] Superbuild: passing compiler flags

2013-06-17 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
0-278-6266 From: Andy Bauer [andy.ba...@kitware.com] Sent: Monday, June 17, 2013 3:07 PM To: Sebastien Jourdain Cc: Utkarsh Ayachit; Angelini, Richard C (Rick) CIV USARMY ARL (US); paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing compiler flags It kind of looks like

Re: [Paraview] Superbuild and Windows (UNCLASSIFIED)

2014-09-03 Thread Su, Simon M CTR USARMY ARL (US)
] On Behalf Of Utkarsh Ayachit Sent: Wednesday, September 03, 2014 10:25 AM To: Reuter, Michael A. Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild and Windows Michael, Are you using VS generator? Can you switch to using Ninja? You can still use the MSVC compilers. The error is

Re: [Paraview] Superbuild and Windows (UNCLASSIFIED)

2014-09-03 Thread Utkarsh Ayachit
view-boun...@paraview.org] On Behalf Of Utkarsh > Ayachit > Sent: Wednesday, September 03, 2014 10:25 AM > To: Reuter, Michael A. > Cc: paraview@paraview.org > Subject: Re: [Paraview] Superbuild and Windows > > Michael, > > Are you using VS generator? Can you switch to using Ninj

Re: [Paraview] Superbuild and Windows (UNCLASSIFIED)

2014-09-03 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Thanks Utkarsh -simon -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Wednesday, September 03, 2014 10:48 AM To: Su, Simon M CTR USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild

[Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-10 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hello, http://www.paraview.org/Wiki/ParaView/Superbuild mentioned, if I want to build a specific version, I will do git clone git://paraview.org/ParaViewSuperbuild.git cd ParaViewSuperbuild git checkout v4.1.0 That has always worked for me for v4.1.0

Re: [Paraview] Superbuild and code changes

2015-03-12 Thread Ben Boeckel
On Fri, Mar 13, 2015 at 02:55:09 +, Scott, W Alan wrote: > Is it possible to build ParaView with the superbuild, but change a few > lines of code? I want to comment out a few warnings. These lines of > source code keep getting written over. You could apply a "patch"[1] (using an ExternalData

Re: [Paraview] Superbuild and code changes

2015-03-13 Thread Ben Boeckel
On Thu, Mar 12, 2015 at 23:18:54 -0400, Ben Boeckel wrote: > Without looking, I can't remember the exact names of the cache > variables, but they're something like "paraview_GIT_URL" and > "paraview_GIT_HASH". They are PARAVIEW_GIT_REPOSITORY and PARAVIEW_GIT_TAG (which is any git refname, not jus

Re: [Paraview] Superbuild, CGNS and debug

2015-03-13 Thread Utkarsh Ayachit
I don't follow...what do you mean by "get a debugger into a CGNS build of ParaView"? You are getting these errors when building ParaView or running in in a debugger? On Fri, Mar 13, 2015 at 8:19 PM, Scott, W Alan wrote: > I am trying to get a debugger into a CGNS build of ParaView. CGNS builds >

[Paraview] paraview-superbuild hdf5 not found

2017-04-18 Thread Patrick Begou
Hi all, I met a new problem with paraview-superbuild while building the paraview binaries: building process do not find hdf5. I found a thread about this (Paraview 5.2, on Feb 22) but it do not provide any solution. The global cmake setup is (for hdf5): -DENABLE_hdf5=ON -DUSE_SYSTEM_hdf5

[Paraview] ParaView superbuild for 5.4.1 tagged

2017-08-22 Thread Cory Quammen
Hi folks, ParaView's superbuild git repository has now been tagged with v5.4.1. Thanks, Cory -- Cory Quammen Staff R&D Engineer Kitware, Inc. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensourc

[Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Hermitte Luc (CS SI)
Hi, I'm trying to build paraview with the superbuild procedure, and with a custom install of Qt5. I'm calling cmake with the following options : cmake -Dqt5_enabled=On -DUSE_SYSTEM_qt5=On(/Off) -DQt5_DIR=/path/to/qt/5.9.1/lib/cmake/Qt5 .. Note that, in doubt, I've also exported Qt5_DIR as

[Paraview] zlib python module in paraview superbuild

2011-08-16 Thread Matthew Turk
Hi there, Has anyone successfully gotten the zlib module in the paraview superbuild to build and install? On my machine, it is failing on finding zlib.h; I am not sure how to interface with the Python setup.py patch to suggest additional directories (like ZLIB_INSTALL) to search for the

[Paraview] Superbuild RPM error (python bytecode compile)

2016-04-06 Thread Deij-van Rijswijk, Menno
Hi all, I’m trying to build ParaView using the super build. Everything works, except the creation of an RPM. When I say everything works, I mean: * I am able to install ParaView to a location in my user directory (~Programs/) and run ParaView from there. * I can package a tar.gz using cpack -G

Re: [Paraview] SuperBuild and Install or Packaging

2012-05-01 Thread David E DeMarle
I compiled paraview 3.14 on snowleopard, with the cmake OSX variables set to 10.5 so that the resulting binary would run on everything above leopard. On Tue, May 1, 2012 at 1:54 PM, Michael Jackson wrote: > Once I have finally been able to get coerce ParaView/Superbuild to actually > c

[Paraview] Superbuild with OSMesa and Gallium llvmpipe?

2014-04-20 Thread Reynaldo Gomez
Paraview/Superbuild to use the Gallium llvmpipe backend if possible. I tried modifying it versions.cmake and osmesa.cmake to point to version Mesa 9.2.2 and use the recommended configuration settings from the Paraview and Mesa 3D site and I must have fouled something up since I had compilation failures

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-11 Thread Cory Quammen
Hi Simon, What you are doing as a workaround is indeed how production builds should be created. The ParaView superbuild is now set up to check out the master branch of ParaView, which varies day to day. In 4.1 and prior to that, it was set up to check out out the release branch, which was far

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-13 Thread Su, Simon M CTR USARMY ARL (US)
@paraview.org Subject: Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED) Hi Simon, What you are doing as a workaround is indeed how production builds should be created. The ParaView superbuild is now set up to check out the master branch of ParaView, which varies day to day. In 4.1 and

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 On 10/11/14, 6:04 PM, "Cory Quammen" wrote: >Hi Simon, > >What you are doing as a workaround is indeed how production builds >should be created. The ParaView superbuild is now set up to check out >the master

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
__ > Rick Angelini > USArmy Research Laboratory > CISD/HPC Architectures Team > Phone: 410-278-6266 > > > > > On 10/11/14, 6:04 PM, "Cory Quammen" wrote: > >>Hi Simon, >> >>What you are doing as a workaround is indeed how prod

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
gt; >> >> >> >> >> >> __ >> Rick Angelini >> USArmy Research Laboratory >> CISD/HPC Architectures Team >> Phone: 410-278-6266 >> >> >> >> >> On 10/11/14, 6:04 PM, "Cory Quammen" wrote:

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
ing libraries). Then re-run the build with “GIT=OFF” , manually >>> download the production tarball, and then re-run the build. Does this >>> sound like the best solution? >>> >>> >>> >>> >>> >>> >>>

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
Tag "v4.2.0-1" is now available on the ParaView Superbuild repo. Utkarsh On Tue, Oct 14, 2014 at 8:51 AM, Utkarsh Ayachit wrote: > Doh! I see I added the tag but forgot to toggle the git/branch name, > which for 4.1.0 I had set to be "release". I'll add a new &qu

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Should you also update the Paraview SuperBuild wiki page? Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 On 10/14/14, 8:57 AM, "Utkarsh Ayachit" wrote: >Tag "v4.2.0-1" is now available on

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Utkarsh Ayachit
Yup :)...all set. On Tue, Oct 14, 2014 at 9:07 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) wrote: > Should you also update the Paraview SuperBuild wiki page? > > > Rick Angelini > USArmy Research Laboratory > CISD/HPC Architectures Team

Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED)

2014-10-14 Thread Su, Simon M CTR USARMY ARL (US)
); paraview@paraview.org Subject: Re: [Paraview] ParaView superbuild git question (UNCLASSIFIED) Yup :)...all set. On Tue, Oct 14, 2014 at 9:07 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) wrote: > Should you also update the Paraview SuperBuild wiki p

[Paraview] git question on paraview-superbuild master

2016-12-22 Thread Fabian Wein
I have a question, which is probably related to my lack of experience with git: https://gitlab.kitware.com/paraview/common-superbuild/blob/master/versions.cmake contains the line set(qt5_ver "${qt5_ver_series}.1") However, when I follow https://gitlab.kitware.com/paraview/paraview-

Re: [Paraview] paraview-superbuild hdf5 not found

2017-04-18 Thread Ben Boeckel
On Tue, Apr 18, 2017 at 18:15:00 +0200, Patrick Begou wrote: > Something additionnal to set ? This was fixed in VTK here: https://gitlab.kitware.com/vtk/vtk/commit/641fc17e5e63f7ae5c3654f86a4ac97a33a2c63a HDF5 can be found with targets or with library paths. The VTK module system does not c

Re: [Paraview] paraview-superbuild hdf5 not found

2017-04-18 Thread Ben Boeckel
On Tue, Apr 18, 2017 at 13:23:36 -0400, Ben Boeckel wrote: > We can fix this in the superbuild by setting that in `paraview.cmake`. > I'll make that change. https://gitlab.kitware.com/paraview/paraview-superbuild/merge_requests

Re: [Paraview] paraview-superbuild hdf5 not found

2017-04-19 Thread Patrick Begou
Thanks Ben for this quick answer and very quick solution. I've checked out your branch: git fetch https://gitlab.kitware.com/ben.boeckel/paraview-superbuild.git paraview-hdf5-no-targets git checkout -b ben.boeckel/paraview-superbuild-paraview-hdf5-no-targets FETCH_HEAD and it solve

[Paraview] paraview-superbuild fails to buiild osmesa

2017-04-19 Thread Patrick Begou
gcc (GCC) 4.8.1 and the configure command generated by paraview-superbuild process in superbuild/osmesa/src is: ./configure --prefix=/kareline/data/begou/PARAVIEW5/build-kareline/install --enable-opengl --disable-gles1 --disable-gles2 --disable-va --disable-xvmc --disable-vdpau --enable-shared-g

Re: [Paraview] paraview-superbuild Qt5 not found

2018-02-08 Thread Ben Boeckel
On Thu, Feb 08, 2018 at 15:46:27 +, Hermitte Luc (CS SI) wrote: > I'm calling cmake with the following options?: > cmake -Dqt5_enabled=On -DUSE_SYSTEM_qt5=On(/Off) > -DQt5_DIR=/path/to/qt/5.9.1/lib/cmake/Qt5 .. The input setting is `ENABLE_qt5`. The `qt5_enabled` variable indicates whethe

Re: [Paraview] zlib python module in paraview superbuild

2011-08-30 Thread David Partyka
I have but of course I wrote it ;-). What platform/compiler are you using? Can you send the error messages? On Tue, Aug 16, 2011 at 6:17 PM, Matthew Turk wrote: > Hi there, > > Has anyone successfully gotten the zlib module in the paraview > superbuild to build and install? On my

  1   2   >