Salome HOME
spns #42158: Fix MEDCOUPLING V7_8_BR compilation on CO9 - set number of processors...
[tools/sat_salome.git] / products / sphinxcontrib_jsmath.pyconf
1 default :
2 {
3     name : "sphinxcontrib-jsmath"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     archive_info : {archive_prefix : "sphinxcontrib_jsmath"}
8     environ :
9     {
10        env_script : "sphinxcontrib_jsmath.py"
11     }
12     depend : ['Python','setuptools']
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "sphinxcontrib_jsmath"
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "sphinxcontrib_jsmath"
15     install_dir : 'base'
16     properties:
17     {
18       incremental : "yes"
19       pip : "yes"
20     }
21 }
22
23 default_win :
24 {
25    compil_script :  'pip_install_whl' + $VARS.scriptExtension
26    archive_info : {archive_name : "sphinxcontrib_jsmath-" + $APPLICATION.products.sphinxcontrib_jsmath + "_windows.tar.gz"}
27 }