]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
medfile: support python API
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 11 Mar 2022 16:16:17 +0000 (17:16 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 11 Mar 2022 16:16:17 +0000 (17:16 +0100)
applications/SALOME-master-MPI.pyconf
applications/SALOME-master-native.pyconf
applications/SALOME-master.pyconf
products/env_scripts/med.py
products/medfile.pyconf

index b068b5d0172732530d57f963220d36caede67db0..d4e4a740e66cbc3a281088f955538d6e480e56a8 100644 (file)
@@ -68,7 +68,7 @@ APPLICATION :
         llvm : '8.0.1-clang'
         markupsafe : '0.23'
         matplotlib : '3.0.3'
-        medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
+        medfile : {tag : '4.1.1', hpc : 'yes'}
         mesa : '19.0.8'
         MeshGems : {tag : '2.14-1', hpc : 'yes'}
         mpi4py: '3.0.3'
index 082c3f806f24f886d0f8da8781f3f03873bc494e..b056cf54d5700c5f3b15597775f21fa3c8e70f13 100644 (file)
@@ -70,7 +70,7 @@ APPLICATION :
         llvm : 'native'
         markupsafe : 'native'
         matplotlib : 'native'
-        medfile : {section: 'default_Autotools', tag: '4.1.1'}
+        medfile : '4.1.1'
         mesa : 'native'
         MeshGems : '2.14-1'
         metis : 'native'
index e717621a890285efe34af657defd96bd2aed8260..3aef13ce1288d02e67bb04c748a6515ba4098b4e 100644 (file)
@@ -69,7 +69,7 @@ APPLICATION :
         llvm : '8.0.1-clang'
         markupsafe : '0.23'
         matplotlib : '3.0.3'
-        medfile : {section: 'default_Autotools', tag: '4.1.1'}
+        medfile : '4.1.1'
         mesa : '19.0.8'
         MeshGems : '2.14-1'
         metis : '5.1.0'
index 7a2da79ee4428dad3b10f2cc97c260f92b06cc77..bea7dbf4d324cd121117cbcc35e9127fd5d94a9e 100644 (file)
@@ -14,6 +14,8 @@ def set_env(env, prereq_dir, version):
         env.prepend('PATH', os.path.join(prereq_dir, 'lib'))
     else :
         env.prepend('LD_LIBRARY_PATH', os.path.join(prereq_dir, 'lib'))
+        pyver = 'python' + env.get('PYTHON_VERSION')
+        env.prepend('PYTHONPATH', os.path.join(prereq_dir, 'lib', pyver, 'site-packages'))
 
 def set_nativ_env(env):
     env.set('MEDFILE_ROOT_DIR', '/usr')    # update for cmake
index 72671d06a20461ad9bf83d9e0a2a29405c2ec834..5735c81cb594508d6aea9cda7372a990da3fce59 100644 (file)
@@ -34,7 +34,9 @@ default_Autotools :
 # needed in order to screen with windows version - see below
 version_4_1_1 :
 {
-  patches : []
+    compil_script : 'med-4.1.1.sh'
+    test_build : "make check"
+    build_depend : []
 }
 
 version_4_1_1_win :