From: vsr Date: Mon, 21 Mar 2016 09:25:03 +0000 (+0300) Subject: Copyright update: 2016 X-Git-Tag: V7_8_0a2~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0a28fb50781adcd0ac0f1d8d679650582eff1394;p=modules%2Fparavis.git Copyright update: 2016 --- diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e69de29b..00000000 diff --git a/CMakeLists.txt b/CMakeLists.txt index 60a46f7f..9e00ed8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e69de29b..00000000 diff --git a/INSTALL b/INSTALL deleted file mode 100644 index f1d93cb4..00000000 --- a/INSTALL +++ /dev/null @@ -1,30 +0,0 @@ -Building and installing PARAVIS module -====================================== - -PARAVIS is a SALOME module that wraps ParaView GUI and makes it available in -SALOME GUI. - -Like any other SALOME module, PARAVIS requires PARAVIS_ROOT_DIR environment variable to be set to PARAVIS -installation directory. - -Specific prerequisites: -- cmake 2.8.10 or higher should be installed, path to cmake executable -should be added to PATH environment variable. -- ParaView-4.3.1, should be installed - -It also requires common SALOME environment including GUI_ROOT_DIR and -other standard SALOME prerequisites. - -As soon as the environment is set, execute the following commands in a shell: - -mkdir PARAVIS_BUILD -cd PARAVIS_BUILD -ccmake ../PARAVIS_SRC -make -make install - -PARAVIS module can be launched using the following commands: - -salome -mMED,PARAVIS - - diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29b..00000000 diff --git a/PARAVIS_version.h.in b/PARAVIS_version.h.in index c50f30c5..297dfbb6 100644 --- a/PARAVIS_version.h.in +++ b/PARAVIS_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2015 CEA/DEN, EDF R&D +// Copyright (C) 2010-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/README b/README index e69de29b..258a1e27 100644 --- a/README +++ b/README @@ -0,0 +1,111 @@ +******************** +About SALOME ParaVis +******************** + +SALOME ParaVis wraps ParaView (http://www.paraview.org/) GUI and makes it available +in SALOME application. + +For more information please visit the SALOME platform web site: + + + +======= +License +======= + +SALOME platform is distributed under the GNU Lesser General Public License. +See COPYING file for more details. + +Also, additional information can be found at SALOME platform web site: + + + +============ +Installation +============ + +-------------- +Pre-requisites +-------------- + +SALOME platform relies on a set of third-party softwares; some of them are needed +at build time only, while other ones are needed in runtime also. + +For more information about the pre-requisites please visit SALOME platform web +site: + +* Check Release Notes and Software Requirements of the latest SALOME release at + + + +* Pre-requisites page at SALOME web site: + + + +Note: SALOME ParaVis module needs the following SALOME modules and tools: +- SALOME KERNEL +- SALOME GUI +- SALOME Med (optionally) +- SALOME Geometry (optionally) +- SALOME Mesh (optionally) +- MedCoupling (optionally) + +------------------ +Basic Installation +------------------ + +The build procedure of the SALOME platform is implemented with CMake. +In order to build the module you have to do the following actions: + +1. Set up environment for pre-requisites (see "Pre-requisites" section above). + +2. Create a build directory: + + % mkdir PARAVIS_BUILD + +3. Configure the build procedure: + + % cd PARAVIS_BUILD + % cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX= + + where + - is either Release or Debug (default: Release); + - is a destination folder to install SALOME ParaVis + module (default: /usr); + - is a path to the SALOME ParaVis sources directory. + + Note: by default (if CMAKE_INSTALL_PREFIX option is not given), SALOME ParaVis + module will be configured for installation to the /usr directory that requires + root permissions to complete the installation. + +4. Build and install: + + % make + % make install + + This will install SALOME ParaVis module to the + specified to cmake command on the previous step. + +------------------- +Custom installation +------------------- + +SALOME ParaVis module supports a set of advanced configuration options; +for more details learn CMakeLists.txt file in the root source directory. + +You can also use other options of cmake command to customize your installation. +Learn more about available options by typing + + % cmake --help + +============= +Documentation +============= + +The directory doc contains additional documentation file of SALOME ParaVis module. + +=============== +Troubleshooting +=============== + +Please, send a mail to webmaster.salome@opencascade.com. diff --git a/SalomePARAVISConfig.cmake.in b/SalomePARAVISConfig.cmake.in index 5950a8fc..b3a16973 100644 --- a/SalomePARAVISConfig.cmake.in +++ b/SalomePARAVISConfig.cmake.in @@ -5,7 +5,7 @@ # ############################################################### -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/adm_local/CMakeLists.txt b/adm_local/CMakeLists.txt index 0f9f3f2a..60e52331 100644 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/adm_local/cmake_files/CMakeLists.txt b/adm_local/cmake_files/CMakeLists.txt index 80add286..106ae10e 100644 --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/adm_local/cmake_files/FindSalomePARAVIS.cmake b/adm_local/cmake_files/FindSalomePARAVIS.cmake index 0846fa93..ec6b6b99 100644 --- a/adm_local/cmake_files/FindSalomePARAVIS.cmake +++ b/adm_local/cmake_files/FindSalomePARAVIS.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 07051ba8..3afe9dd7 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/bin/paravis_setenv.py b/bin/paravis_setenv.py index 7d8fe196..f73dcece 100644 --- a/bin/paravis_setenv.py +++ b/bin/paravis_setenv.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2007-2015 CEA/DEN, EDF R&D +# Copyright (C) 2007-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8337b6ec..8ee2fe0f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/dev/CMakeLists.txt b/doc/dev/CMakeLists.txt index 95121a0a..6c81fa68 100644 --- a/doc/dev/CMakeLists.txt +++ b/doc/dev/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/dev/conf.py.in b/doc/dev/conf.py.in index fd689b59..6f2a0643 100644 --- a/doc/dev/conf.py.in +++ b/doc/dev/conf.py.in @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = 'PARAVIS, Module architecture - Conception' -copyright = '2010-2015 CEA/DEN, EDF R&D, A. Bruneton' +copyright = '2010-2016 CEA/DEN, EDF R&D, A. Bruneton' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index 420ce459..b2c52447 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/doxygen/static/footer.html b/doc/doxygen/static/footer.html index affd43d8..91afd6cc 100755 --- a/doc/doxygen/static/footer.html +++ b/doc/doxygen/static/footer.html @@ -4,7 +4,7 @@
    $navpath
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index e9a4164c..c3dad0e2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/examples/command_line/CMakeLists.txt b/examples/command_line/CMakeLists.txt index 2e1dbbbc..aeff4b96 100644 --- a/examples/command_line/CMakeLists.txt +++ b/examples/command_line/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 4e852923..449d3037 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/resources/PARAVISCatalog.xml.in b/resources/PARAVISCatalog.xml.in index 73731227..df256d70 100644 --- a/resources/PARAVISCatalog.xml.in +++ b/resources/PARAVISCatalog.xml.in @@ -1,6 +1,6 @@