{
properties :
{
- single_install_dir : "yes"
+ single_install_dir : "no"
incremental : "yes"
}
}
patches : []
}
+version_v14_0_1_win :
+{
+ depend : ['Python',
+ 'hdf5',
+ 'cgns',
+ 'tbb',
+ 'nlopt',
+ 'libxml2',
+ 'eigen',
+ 'boost',
+ 'ADAO',
+ 'KERNEL',
+ 'GUI',
+ 'Sphinx',
+ 'qwt',
+ 'qt',
+ 'ParaView',
+ 'openturns',
+ 'YACS',
+ 'YDEFX',
+ 'CAS',
+ 'CONFIGURATION'
+ ]
+}
+
version_v13_0 :
{
patches : []
}
+version_v13_0_win :
+{
+ depend : ['Python',
+ 'hdf5',
+ 'cgns',
+ 'tbb',
+ 'nlopt',
+ 'libxml2',
+ 'eigen',
+ 'boost',
+ 'ADAO',
+ 'KERNEL',
+ 'GUI',
+ 'Sphinx',
+ 'qwt',
+ 'qt',
+ 'ParaView',
+ 'openturns',
+ 'YACS',
+ 'YDEFX',
+ 'CAS',
+ 'CONFIGURATION'
+ ]
+}
version_v12_0 :
{
patches : ['PERSALYS-v12-002.patch', 'PERSALYS-v12-003.patch']
def set_env(env, product_dir, version):
env.set('PY2CPP_ROOT_DIR', product_dir)
env.set('Py2cpp_DIR', os.path.join(product_dir, 'lib', 'cmake', 'py2cpp'))
- env.prepend('LD_LIBRARY_PATH', os.path.join(product_dir, 'lib'))
+ if not platform.system() == "Windows" :
+ env.prepend('LD_LIBRARY_PATH', os.path.join(product_dir, 'lib'))
+ else:
+ env.prepend('PATH', os.path.join(product_dir, 'bin'))
def set_nativ_env(env):
pass