]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
pandas native
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 26 Oct 2021 13:14:58 +0000 (15:14 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Tue, 26 Oct 2021 13:14:58 +0000 (15:14 +0200)
applications/SALOME-master-native.pyconf
products/compil_scripts/lapack.sh

index 7412dfec0dc98df3488a0177e98cb737adf30d5b..effddc1f6dccf7e949ebed3044872370f43a61dd 100644 (file)
@@ -81,7 +81,7 @@ APPLICATION :
         openturns: '1.17'
         ospray : '2.4.0'
         packaging : 'native'
-        #        pandas : '1.13.1'
+        pandas : 'native'
         ParaView : '5.9.0'
         petsc : {tag : '3.15.0', section: 'version_3_15_0'}
         Pillow : 'native'
index bd63705dd2d7d7fc77b8d6ce24c41d37294279cc..4b8381838416854496af4b0d309e9ba24616cc10 100755 (executable)
@@ -22,6 +22,7 @@ CMAKE_OPTIONS="${CMAKE_OPTIONS} -DCMAKE_CXX_FLAGS=-fPIC"
 CMAKE_OPTIONS="${CMAKE_OPTIONS} -DCMAKE_C_FLAGS=-fPIC"
 CMAKE_OPTIONS="${CMAKE_OPTIONS} -DUSE_OPTIMIZED_BLAS=OFF"
 CMAKE_OPTIONS="${CMAKE_OPTIONS} -DCBLAS=ON"
+CMAKE_OPTIONS="${CMAKE_OPTIONS} -DBLAS=ON"
 CMAKE_OPTIONS="${CMAKE_OPTIONS} -DLAPACKE=ON"
 
 echo