Refer to: http://paraview.org/Wiki/ParaView/Superbuild
Utkarsh On Tue, Dec 11, 2012 at 10:00 AM, Robert Maynard <[email protected]> wrote: > Hi, > > ParaViewSuperbuild will check out the paraview source code itself. > > To use the new superbuild create a build directory and specify the > ParaViewSuperbuild as the source directory. If you want to use the > superbuild > to build a custom version of the paraview source, you will need to edit > versions.txt in the root directory of the superbuild project. > > > > On Tue, Dec 11, 2012 at 9:40 AM, Felipe Bordeu <[email protected]> > wrote: >> >> Thanks but I don't get it, >> >> before (3.14) was very easy to generate a superbuld, just: >> >> cmake /path/to/ParaViewgitsources/SuperBuild/ >> >> But now, after I downloaded the paraview sources and the surperbuild >> sources from git, What is the command line to configure my project (with >> cmake). >> >> Do I really have to generate all the extra files like on CDash. And then >> how do I tell cmake were are my sources???? >> >> >> Felipe >> >> >> >> Le 06/12/2012 15:13, Sebastien Jourdain a écrit : >> >> Hi Felipe, >> >> from our superbuild on the CDash you can get how ours are setup. Basically >> here is the set of options defined for one of them: >> >> set (dashboard_cache " >> >> ENABLE_acusolve:BOOL=ON >> ENABLE_boost:BOOL=ON >> ENABLE_cgns:BOOL=ON >> ENABLE_cosmologytools:BOOL=ON >> ENABLE_ffmpeg:BOOL=ON >> ENABLE_manta:BOOL=ON >> ENABLE_matplotlib:BOOL=ON >> ENABLE_mpi:BOOL=ON >> ENABLE_numpy:BOOL=ON >> ENABLE_paraview:BOOL=ON >> ENABLE_python:BOOL=ON >> ENABLE_qt:BOOL=ON >> ENABLE_silo:BOOL=ON >> ENABLE_visitbridge:BOOL=ON >> ENABLE_vistrails:BOOL=ON >> >> #Location where source tar-balls are (to be) downloaded. >> >> download_location:PATH=${CTEST_DASHBOARD_ROOT}/ParaViewSuperbuild-downloads >> ") >> >> But you can get the full setup here >> http://open.cdash.org/viewNotes.php?buildid=2699820 >> >> Or by switching to Advanced on CDash and clicking on the little "Note" >> icone next to the superbuild that you are interested in. >> >> Seb >> >> >> >> On Thu, Dec 6, 2012 at 5:05 AM, Felipe Bordeu <[email protected]> >> wrote: >>> >>> Hi, >>> >>> For the old version of ParaView (3.14) the command I used to build a >>> Superbuild version was: >>> >>> cmake -D <options ...> /path/to/ParaView/SuperBuild/ >>> >>> (/path/to/ParaView is my git Paraview repository ) >>> >>> But now I cloned the new superbuild with >>> >>> git clone git://paraview.org/ParaViewSuperbuild.git >>> >>> to /path/to/ParaViewSuperbuild >>> >>> But now I don't know how to configure my paraview superbuild. >>> >>> cmake -D ??? /path/to/ParaViewSuperbuild >>> >>> or do I have to put the ParaViewSuperbuild repository inside the ParaView >>> one?? >>> >>> Thanks >>> Felipe >>> >>> >>> -- >>> Felipe Bordeu Weldt >>> Ingénieur de Recherche >>> ------------------------------------- >>> Tél. : 33 (0)2 40 37 16 57 >>> Fax. : 33 (0)2 40 74 74 06 >>> [email protected] >>> Institut GeM - UMR CNRS 6183 >>> École Centrale Nantes >>> 1 Rue de La Noë, 44321 Nantes, FRANCE >>> ------------------------------------- >>> >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://www.paraview.org/mailman/listinfo/paraview >> >> >> >> >> -- >> Felipe Bordeu Weldt >> Ingénieur de Recherche >> ------------------------------------- >> Tél. : 33 (0)2 40 37 16 57 >> Fax. : 33 (0)2 40 74 74 06 >> [email protected] >> Institut GeM - UMR CNRS 6183 >> École Centrale Nantes >> 1 Rue de La Noë, 44321 Nantes, FRANCE >> ------------------------------------- >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> > > > > -- > Robert Maynard > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
