Salome HOME
TTK: on DB10, switch off CPU optimization as requested by A.Geay
[tools/sat_salome.git] / products / gl2ps.pyconf
1 default :
2 {
3     name : "gl2ps"
4     build_source : "cmake"
5     # Add the '-DENABLE_GLUT=OFF' option with CMakeLists.txt patch
6     # to disable link with GLUT library and suppress '-DGLUT_FOUND=OFF' option
7     cmake_options : "-DCMAKE_BUILD_TYPE=Release -DENABLE_PNG=ON -DENABLE_ZLIB=ON -DENABLE_GLUT=OFF"
8     get_source : "archive"
9     environ :
10     {
11        env_script : $name + ".py"
12     }
13     depend : []
14     build_depend : ["cmake"]
15     patches : []
16     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
17     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
18     install_dir : 'base'
19     properties:
20     {
21       incremental : "yes"
22     }
23 }
24
25 default_win :
26 {
27    depend : ["zlib","libpng"]
28     properties:
29     {
30       incremental : "yes"
31       single_install_dir : "yes"
32     }
33 }
34
35 version_1_3_5 :
36 {
37     # Add the '-DENABLE_GLUT=OFF' option with CMakeLists.txt patch
38     # to disable link with GLUT library
39     cmake_options : "-DCMAKE_BUILD_TYPE=Release -DENABLE_ZLIB=OFF -DENABLE_PNG=OFF -DENABLE_GLUT=OFF"
40     archive_info:
41     {
42        archive_name : "gl2ps-1.3.5.tar.gz"
43     }
44     patches : ["gl2ps-1.3.5-GLUT.patch"]
45 }
46
47 version_1_3_8 :
48 {
49     # Add the '-DENABLE_GLUT=OFF' option with CMakeLists.txt patch
50     # to disable link with GLUT library
51     cmake_options : "-DCMAKE_BUILD_TYPE=Release -DENABLE_ZLIB=OFF -DENABLE_PNG=OFF -DENABLE_GLUT=OFF"
52     archive_info:
53     {
54        archive_name : "gl2ps-1.3.8.tar.gz"
55     }
56     patches : ["gl2ps-1.3.8-GLUT.patch"]
57 }
58
59 version_1_3_9p1 :
60 {
61     # Add the '-DENABLE_GLUT=OFF' option with CMakeLists.txt patch
62     # to disable link with GLUT library and suppress '-DGLUT_FOUND=OFF' option
63     cmake_options : "-DCMAKE_BUILD_TYPE=Release -DENABLE_PNG=ON -DENABLE_ZLIB=ON -DENABLE_GLUT=OFF"
64     archive_info:
65     {
66        archive_name : "gl2ps-1.3.9p1.tar.gz"
67     }
68     patches : ["gl2ps-1.3.9p1-GLUT.patch"]
69 }
70
71 version_1_4_0_4037312 :
72 {
73     # Add the '-DENABLE_GLUT=OFF' option with CMakeLists.txt patch
74     # to disable link with GLUT library and suppress '-DGLUT_FOUND=OFF' option
75     cmake_options : "-DCMAKE_BUILD_TYPE=Release -DENABLE_PNG=ON -DENABLE_ZLIB=ON -DENABLE_GLUT=OFF"
76     archive_info:
77     {
78        archive_name : "gl2ps-1.4.0_4037312.tar.gz"
79     }
80     patches : ["gl2ps-1.4.0-GLUT.patch"]
81 }
82
83 version_1_4_0_4037312_DB10 :
84 {
85     build_source : "script"
86     compil_script: "gl2ps-1.4.0.sh"
87     archive_info:
88     {
89        archive_name : "gl2ps-1.4.0_4037312.tar.gz"
90     }
91     patches : ["gl2ps-1.4.0-GLUT.patch"]
92 }
93
94 version_1_4_0_4037312_win :
95 {
96    build_source : "script"
97    compil_script : "gl2ps.bat"
98 }