Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / lapack.pyconf
1 default :
2 {
3     name : "lapack"
4     build_source : "script"
5     compil_script : $name + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["lapack"]
10         rpm_dev : ["lapack-devel"]
11         apt : ["liblapack3"]
12         apt_dev : ["liblapack-dev"]
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python']
19     build_depend : ["cmake"]
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     install_dir : 'base'
23     properties:
24     {
25       incremental : "yes"
26     }
27 }
28
29 # needed in order to screen with windows version
30 version_3_8_0 :
31 {
32     patches : []
33 }
34
35 version_3_8_0_win:
36 {
37     patches : ['lapack-3.8.0_windows.patch']
38     properties:
39     {
40       incremental : "yes"
41       single_install_dir : "yes"
42     }
43 }
44
45 version_3_6_1 :
46 {
47     build_source : "cmake"
48     cmake_options : "-DUSE_OPTIMIZED_BLAS=OFF -DCBLAS=ON -DLAPACKE=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_LIBDIR=lib"
49 }
50
51 version_3_7_0 :
52 {
53     build_source : "cmake"
54     cmake_options : "-DUSE_OPTIMIZED_BLAS=OFF -DCBLAS=ON -DLAPACKE=ON -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=lib"
55 }