Salome HOME
FD36: use nlopt 2.6.0 compilation script
[tools/sat_salome.git] / products / PARAVISADDONS.pyconf
index 6e2004f49d4e03ed613d15a9be60f48f10c7bf03..d192044ffaa44a064759a228e902df02965bb359 100644 (file)
@@ -1,62 +1,62 @@
 #!/usr/bin/env python
 #-*- coding:utf-8 -*-
 
-  default :
-  {
+default :
+{
     name : 'PARAVISADDONS'
     build_source : 'cmake'
     cmake_options : ''
     get_source : "git"
     git_info :
     {
-      repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons.git'
-      repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons.git'
+        repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons_common.git'
+        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons_common.git'
     }
     environ :
     {
-      PARAVISADDONS : $install_dir
-      PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview'
+        env_script : $name + ".py"
     }
     depend :
     [
-      'KERNEL'
-      'GUI'
-      'MEDCOUPLING'
-      'PARAVIS'
-      'FIELDS'
-      'GEOM'
-      'SMESH'
-      'Python'
-      'qt'
-      'boost'
-      'hdf5'
-      'medfile'
-      'ParaView'
-      'CAS'
-      'omniORB'
-      'docutils'
-      'libxml2'
-      'six'
-      'pytz'
+        'KERNEL'
+        'GUI'
+        'MEDCOUPLING'
+        'PARAVIS'
+        'FIELDS'
+        'GEOM'
+        'SMESH'
+        'Python'
+        'qt'
+        'boost'
+        'hdf5'
+        'medfile'
+        'ParaView'
+        'CAS'
+        'omniORB'
+        'docutils'
+        'libxml2'
+        'six'
+        'pytz'
     ]
     opt_depend : ['openmpi']
     build_depend :
     [
-      'cmake'
-      'swig'
-      'cppunit'
+        'cmake'
+        'swig'
+        'cppunit'
     ]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     properties :
     {
-      incremental : 'yes'
+        incremental : 'yes'
     }
-  }
-  default_win :
-  {
+}
+
+default_win :
+{
     depend :
     [
-      'PARAVIS'
+        'PARAVIS'
     ]
-  }
+}