Salome HOME
llvm 8.0.1 fedora 34 compliance
[tools/sat_salome.git] / products / pybind11.pyconf
1 default :
2 {
3     name : "pybind11"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9     }
10     depend : ['Python', 'setuptools']
11     patches : []
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties:
16     {
17       incremental : "yes"
18       pip : "yes"
19     }
20 }