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 
herehttp://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] <mailto:[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
    <http://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 <tel:33%20%280%292%2040%2037%2016> 57
    Fax. : 33 (0)2 40 74 74 <tel:33%20%280%292%2040%2074%2074> 06
    [email protected] <mailto:[email protected]>
    Institut GeM - UMR CNRS 6183
    École Centrale Nantes
    1 Rue de La Noë, 44321 Nantes, FRANCE
    -------------------------------------

    _______________________________________________
    Powered by www.kitware.com <http://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

Reply via email to