ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

specify python version on cdash #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Openturns 0.1 cannot be build with python 3.2
It has been build with python 2.7.

(for Debian see: https://github.com/dbarbier/deb-ot
and Bug#670066)

On machines with python 3.xx installed it would be nice
to specify python version in cmake to avoid potential
problem with Openturns.

Adding the following lines to cmake command line do the trick:

-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python \
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 \
-DPYTHON_LIBRARY:PATH=/usr/lib/python2.7/config/libpython2.7.so

Original issue reported on code.google.com by christro...@googlemail.com on 15 May 2012 at 12:53

GoogleCodeExporter commented 9 years ago
Find_Package on PythonInterp and on PythonLibs looks for 2.7 and below, not for 
3.x version.
Is this really an issue ?

Original comment by christop...@feelpp.org on 17 May 2012 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 17 May 2012 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 17 May 2012 at 12:34

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 4d8b84490cc8.

display Python interpreter version

Original comment by christop...@feelpp.org on 17 May 2012 at 1:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 99382ab116e4.

start work on OT 1.0 for macosx

Original comment by christop...@feelpp.org on 18 May 2012 at 10:47

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 78144d775db6.

display Python interpreter version

git-svn-id: 
svn+ssh://forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/life/trunk/life/trunk
@8996 18f2cc81-8059-4896-b63e-f2d89ec8fd72

Original comment by christop...@feelpp.org on 18 May 2012 at 12:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 65db334b1b2f.

start work on OT 1.0 for macosx

git-svn-id: 
svn+ssh://forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/life/trunk/life/trunk
@9001 18f2cc81-8059-4896-b63e-f2d89ec8fd72

Original comment by christop...@feelpp.org on 18 May 2012 at 12:42