Salome HOME
Merge master branch to integrate new petsc 3.15 use
[tools/sat_salome.git] / products / freeimage.pyconf
1 default :
2 {
3     name : "freeimage"
4     build_source : "script"
5     compil_script :  $name  + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["freeimage"]
10         rpm_dev : ["freeimage-devel"]
11         apt : ["libfreeimage3"]
12         apt_dev : ["libfreeimage-dev"]
13     }
14     patches : []
15     environ :
16     {
17        env_script : $name + ".py"
18     }
19     depend : []
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       single_install_dir : "yes"
27     }
28 }
29
30 default_win :
31 {
32    archive_info : {archive_name : "freeimage-" + $APPLICATION.products.freeimage + "_windows.tar.gz"}
33 }
34
35 version_3_16_0 :
36 {
37     compil_script :  "freeimage-3.16.0.sh"
38     patches : ["freeimage-3.16.0_gcc6.patch"]
39 }
40
41 # NOTE: do not delete this section, it was added in order to be able to overload it for Windows
42 version_3_18_0:
43 {
44   patches : [] 
45 }
46
47 version_3_18_0_win:
48 {
49   patches : ['freeimage-3.18.0_windows.patch'] 
50 }
51