Csound Csound-dev Csound-tekno Search About

[Cs-dev] cmake, python and ubuntu 13.04

Date2013-05-28 19:57
FromVictor Lazzarini
Subject[Cs-dev] cmake, python and ubuntu 13.04
So Ubuntu 13.04 has moved to python3, and when we try to build Csound, cmake tries to link to libpython3.2 and fails. 
What should we do to the cmake configuration to force the use of python2.7?

I rushed it a bit and got rid of python3.2, taking many of the desktop utils with it; I think most people will not want to do that.
(Myself, I will probably want to reinstall this as well)


Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-28 20:10
FromMichael Gogins
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
Wouldn't it be better to switch Csound to Python 3.2?

Regards,
Mikw


On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
So Ubuntu 13.04 has moved to python3, and when we try to build Csound, cmake tries to link to libpython3.2 and fails.
What should we do to the cmake configuration to force the use of python2.7?

I rushed it a bit and got rid of python3.2, taking many of the desktop utils with it; I think most people will not want to do that.
(Myself, I will probably want to reinstall this as well)


Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-05-28 20:12
FromFelipe Sateler
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
There seems to be a variable to specify possible python versions:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list
of version numbers that should be taken into account when searching
for Python. You need to set this variable before calling
find_package(PythonLibs).



On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
 wrote:
> Wouldn't it be better to switch Csound to Python 3.2?
>
> Regards,
> Mikw
>
>
> On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini 
> wrote:
>>
>> So Ubuntu 13.04 has moved to python3, and when we try to build Csound,
>> cmake tries to link to libpython3.2 and fails.
>> What should we do to the cmake configuration to force the use of
>> python2.7?
>>
>> I rushed it a bit and got rid of python3.2, taking many of the desktop
>> utils with it; I think most people will not want to do that.
>> (Myself, I will probably want to reinstall this as well)
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>> Get 100% visibility into your production application - at no cost.
>> Code-level diagnostics for performance bottlenecks with <2% overhead
>> Download for free and get started troubleshooting in minutes.
>> http://p.sf.net/sfu/appdyn_d2d_ap1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-05-28 20:25
FromJustin Smith
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
regarding upgrading to python 3.x, python 2.x is still required for a large number of libraries, and upgrading to 3.x often requires either changing the libraries or giving up on their functionality


On Tue, May 28, 2013 at 12:12 PM, Felipe Sateler <fsateler@gmail.com> wrote:
There seems to be a variable to specify possible python versions:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list
of version numbers that should be taken into account when searching
for Python. You need to set this variable before calling
find_package(PythonLibs).



On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Wouldn't it be better to switch Csound to Python 3.2?
>
> Regards,
> Mikw
>
>
> On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
> wrote:
>>
>> So Ubuntu 13.04 has moved to python3, and when we try to build Csound,
>> cmake tries to link to libpython3.2 and fails.
>> What should we do to the cmake configuration to force the use of
>> python2.7?
>>
>> I rushed it a bit and got rid of python3.2, taking many of the desktop
>> utils with it; I think most people will not want to do that.
>> (Myself, I will probably want to reinstall this as well)
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>> Get 100% visibility into your production application - at no cost.
>> Code-level diagnostics for performance bottlenecks with <2% overhead
>> Download for free and get started troubleshooting in minutes.
>> http://p.sf.net/sfu/appdyn_d2d_ap1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-05-28 20:25
FromVictor Lazzarini
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
If it works out of the box, I don't mind.
On 28 May 2013, at 20:10, Michael Gogins wrote:

Wouldn't it be better to switch Csound to Python 3.2?

Regards,
Mikw


On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
So Ubuntu 13.04 has moved to python3, and when we try to build Csound, cmake tries to link to libpython3.2 and fails.
What should we do to the cmake configuration to force the use of python2.7?

I rushed it a bit and got rid of python3.2, taking many of the desktop utils with it; I think most people will not want to do that.
(Myself, I will probably want to reinstall this as well)


Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-05-28 20:34
FromMichael Gogins
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
Justin, certainly that was the case for quite some time, but is it really still the case? Numpy at any rate, on which many others depend, is now up to 3.2 and 3.3 for Windows.

Regards,
Mike




On Tue, May 28, 2013 at 3:25 PM, Justin Smith <noisesmith@gmail.com> wrote:
regarding upgrading to python 3.x, python 2.x is still required for a large number of libraries, and upgrading to 3.x often requires either changing the libraries or giving up on their functionality


On Tue, May 28, 2013 at 12:12 PM, Felipe Sateler <fsateler@gmail.com> wrote:
There seems to be a variable to specify possible python versions:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list
of version numbers that should be taken into account when searching
for Python. You need to set this variable before calling
find_package(PythonLibs).



On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Wouldn't it be better to switch Csound to Python 3.2?
>
> Regards,
> Mikw
>
>
> On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
> wrote:
>>
>> So Ubuntu 13.04 has moved to python3, and when we try to build Csound,
>> cmake tries to link to libpython3.2 and fails.
>> What should we do to the cmake configuration to force the use of
>> python2.7?
>>
>> I rushed it a bit and got rid of python3.2, taking many of the desktop
>> utils with it; I think most people will not want to do that.
>> (Myself, I will probably want to reinstall this as well)
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>> Get 100% visibility into your production application - at no cost.
>> Code-level diagnostics for performance bottlenecks with <2% overhead
>> Download for free and get started troubleshooting in minutes.
>> http://p.sf.net/sfu/appdyn_d2d_ap1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-05-28 20:42
FromBen Hackbarth
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
python people still call 2.x "the status quo."  i would vote to wait to move to 3 a little while longer..

--  ben


On Tue, May 28, 2013 at 9:34 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Justin, certainly that was the case for quite some time, but is it really still the case? Numpy at any rate, on which many others depend, is now up to 3.2 and 3.3 for Windows.

Regards,
Mike




On Tue, May 28, 2013 at 3:25 PM, Justin Smith <noisesmith@gmail.com> wrote:
regarding upgrading to python 3.x, python 2.x is still required for a large number of libraries, and upgrading to 3.x often requires either changing the libraries or giving up on their functionality


On Tue, May 28, 2013 at 12:12 PM, Felipe Sateler <fsateler@gmail.com> wrote:
There seems to be a variable to specify possible python versions:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list
of version numbers that should be taken into account when searching
for Python. You need to set this variable before calling
find_package(PythonLibs).



On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Wouldn't it be better to switch Csound to Python 3.2?
>
> Regards,
> Mikw
>
>
> On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
> wrote:
>>
>> So Ubuntu 13.04 has moved to python3, and when we try to build Csound,
>> cmake tries to link to libpython3.2 and fails.
>> What should we do to the cmake configuration to force the use of
>> python2.7?
>>
>> I rushed it a bit and got rid of python3.2, taking many of the desktop
>> utils with it; I think most people will not want to do that.
>> (Myself, I will probably want to reinstall this as well)
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>> Get 100% visibility into your production application - at no cost.
>> Code-level diagnostics for performance bottlenecks with <2% overhead
>> Download for free and get started troubleshooting in minutes.
>> http://p.sf.net/sfu/appdyn_d2d_ap1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-05-28 20:46
FromMichael Gogins
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
AttachmentsNone  None  
OK, fine with me. Just wondering... I'm not as up to date with Python as I used to be, because I compose mostly in C++ now, and if not that, then Lua.


On Tue, May 28, 2013 at 3:42 PM, Ben Hackbarth <hackbarth@gmail.com> wrote:
python people still call 2.x "the status quo."  i would vote to wait to move to 3 a little while longer..

--  ben


On Tue, May 28, 2013 at 9:34 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Justin, certainly that was the case for quite some time, but is it really still the case? Numpy at any rate, on which many others depend, is now up to 3.2 and 3.3 for Windows.

Regards,
Mike




On Tue, May 28, 2013 at 3:25 PM, Justin Smith <noisesmith@gmail.com> wrote:
regarding upgrading to python 3.x, python 2.x is still required for a large number of libraries, and upgrading to 3.x often requires either changing the libraries or giving up on their functionality


On Tue, May 28, 2013 at 12:12 PM, Felipe Sateler <fsateler@gmail.com> wrote:
There seems to be a variable to specify possible python versions:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs

The Python_ADDITIONAL_VERSIONS variable can be used to specify a list
of version numbers that should be taken into account when searching
for Python. You need to set this variable before calling
find_package(PythonLibs).



On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
<michael.gogins@gmail.com> wrote:
> Wouldn't it be better to switch Csound to Python 3.2?
>
> Regards,
> Mikw
>
>
> On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie>
> wrote:
>>
>> So Ubuntu 13.04 has moved to python3, and when we try to build Csound,
>> cmake tries to link to libpython3.2 and fails.
>> What should we do to the cmake configuration to force the use of
>> python2.7?
>>
>> I rushed it a bit and got rid of python3.2, taking many of the desktop
>> utils with it; I think most people will not want to do that.
>> (Myself, I will probably want to reinstall this as well)
>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>> Get 100% visibility into your production application - at no cost.
>> Code-level diagnostics for performance bottlenecks with <2% overhead
>> Download for free and get started troubleshooting in minutes.
>> http://p.sf.net/sfu/appdyn_d2d_ap1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



--

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-05-28 22:15
Fromjoachim heintz
SubjectRe: [Cs-dev] cmake, python and ubuntu 13.04
yes, perhaps better not to do in now, in this stormy csound6 alpha 
times. i can't think there won't  be complications ...

	joachim


Am 28.05.2013 21:42, schrieb Ben Hackbarth:
> python people still call 2.x "the status quo."  i would vote to wait to
> move to 3 a little while longer..
>
> --  ben
>
>
> On Tue, May 28, 2013 at 9:34 PM, Michael Gogins
> > wrote:
>
>     Justin, certainly that was the case for quite some time, but is it
>     really still the case? Numpy at any rate, on which many others
>     depend, is now up to 3.2 and 3.3 for Windows.
>
>     Regards,
>     Mike
>
>
>
>
>     On Tue, May 28, 2013 at 3:25 PM, Justin Smith      > wrote:
>
>         regarding upgrading to python 3.x, python 2.x is still required
>         for a large number of libraries, and upgrading to 3.x often
>         requires either changing the libraries or giving up on their
>         functionality
>
>
>         On Tue, May 28, 2013 at 12:12 PM, Felipe Sateler
>         > wrote:
>
>             There seems to be a variable to specify possible python
>             versions:
>
>             http://www.cmake.org/cmake/help/v2.8.11/cmake.html#module:FindPythonLibs
>
>             The Python_ADDITIONAL_VERSIONS variable can be used to
>             specify a list
>             of version numbers that should be taken into account when
>             searching
>             for Python. You need to set this variable before calling
>             find_package(PythonLibs).
>
>
>
>             On Tue, May 28, 2013 at 3:10 PM, Michael Gogins
>             >
>             wrote:
>              > Wouldn't it be better to switch Csound to Python 3.2?
>              >
>              > Regards,
>              > Mikw
>              >
>              >
>              > On Tue, May 28, 2013 at 2:57 PM, Victor Lazzarini
>             >
>              > wrote:
>              >>
>              >> So Ubuntu 13.04 has moved to python3, and when we try to
>             build Csound,
>              >> cmake tries to link to libpython3.2 and fails.
>              >> What should we do to the cmake configuration to force
>             the use of
>              >> python2.7?
>              >>
>              >> I rushed it a bit and got rid of python3.2, taking many
>             of the desktop
>              >> utils with it; I think most people will not want to do that.
>              >> (Myself, I will probably want to reinstall this as well)
>              >>
>              >>
>              >> Dr Victor Lazzarini
>              >> Senior Lecturer
>              >> Dept. of Music
>              >> NUI Maynooth Ireland
>              >> tel.: +353 1 708 3545 
>              >> Victor dot Lazzarini AT nuim dot ie
>              >>
>              >>
>              >>
>              >>
>              >>
>              >>
>             ------------------------------------------------------------------------------
>              >> Introducing AppDynamics Lite, a free troubleshooting
>             tool for Java/.NET
>              >> Get 100% visibility into your production application -
>             at no cost.
>              >> Code-level diagnostics for performance bottlenecks with
>             <2% overhead
>              >> Download for free and get started troubleshooting in
>             minutes.
>              >> http://p.sf.net/sfu/appdyn_d2d_ap1
>              >> _______________________________________________
>              >> Csound-devel mailing list
>              >> Csound-devel@lists.sourceforge.net
>             
>              >> https://lists.sourceforge.net/lists/listinfo/csound-devel
>              >
>              >
>              >
>              >
>              > --
>              > Michael Gogins
>              > Irreducible Productions
>              > http://www.michael-gogins.com
>              > Michael dot Gogins at gmail dot com
>              >
>              >
>             ------------------------------------------------------------------------------
>              > Introducing AppDynamics Lite, a free troubleshooting tool
>             for Java/.NET
>              > Get 100% visibility into your production application - at
>             no cost.
>              > Code-level diagnostics for performance bottlenecks with
>             <2% overhead
>              > Download for free and get started troubleshooting in minutes.
>              > http://p.sf.net/sfu/appdyn_d2d_ap1
>              > _______________________________________________
>              > Csound-devel mailing list
>              > Csound-devel@lists.sourceforge.net
>             
>              > https://lists.sourceforge.net/lists/listinfo/csound-devel
>              >
>
>
>
>             --
>
>             Saludos,
>             Felipe Sateler
>
>             ------------------------------------------------------------------------------
>             Introducing AppDynamics Lite, a free troubleshooting tool
>             for Java/.NET
>             Get 100% visibility into your production application - at no
>             cost.
>             Code-level diagnostics for performance bottlenecks with <2%
>             overhead
>             Download for free and get started troubleshooting in minutes.
>             http://p.sf.net/sfu/appdyn_d2d_ap1
>             _______________________________________________
>             Csound-devel mailing list
>             Csound-devel@lists.sourceforge.net
>             
>             https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>         ------------------------------------------------------------------------------
>         Introducing AppDynamics Lite, a free troubleshooting tool for
>         Java/.NET
>         Get 100% visibility into your production application - at no cost.
>         Code-level diagnostics for performance bottlenecks with <2% overhead
>         Download for free and get started troubleshooting in minutes.
>         http://p.sf.net/sfu/appdyn_d2d_ap1
>         _______________________________________________
>         Csound-devel mailing list
>         Csound-devel@lists.sourceforge.net
>         
>         https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
>     --
>     Michael Gogins
>     Irreducible Productions
>     http://www.michael-gogins.com
>     Michael dot Gogins at gmail dot com
>
>     ------------------------------------------------------------------------------
>     Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
>     Get 100% visibility into your production application - at no cost.
>     Code-level diagnostics for performance bottlenecks with <2% overhead
>     Download for free and get started troubleshooting in minutes.
>     http://p.sf.net/sfu/appdyn_d2d_ap1
>     _______________________________________________
>     Csound-devel mailing list
>     Csound-devel@lists.sourceforge.net
>     
>     https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
>
>
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net