Salome HOME
spns #41657: OSCAR UB22.04
[tools/sat_salome.git] / products / netcdf.pyconf
1 default :
2 {
3     name : "netcdf"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     archive_info :
8     {
9        archive_name : "netcdf-c-" + $APPLICATION.products.netcdf + ".tar.gz"
10     }
11     environ :
12     {
13        env_script : $name + ".py"
14     }
15     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
16     build_depend : ["cmake", "swig"]
17     opt_depend : ['openmpi']
18     patches : []
19     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
21     install_dir : 'base'
22     properties :
23     {
24       single_install_dir : "no"
25       incremental : "yes"
26     }
27 }
28
29 default_win :
30 {
31     properties :
32     {
33       single_install_dir : "no"
34       incremental : "yes"
35     }
36     depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
37     opt_depend : []
38 }
39
40 version_4_6_2:
41 {
42     archive_info :
43     {
44       archive_name  : "netcdf-c-4.6.2.tar.gz"
45     }
46     compil_script :  "netcdf-4.6.2" + $VARS.scriptExtension
47     patches : ['netcdf-4.6.2-001.patch']
48 }
49
50 version_4_6_2_win :
51 {
52     properties :
53     {
54       single_install_dir : "yes"
55       incremental : "yes"
56     }
57 }