Csound Csound-dev Csound-tekno Search About

[Cs-dev] Question for Ubuntu

Date2010-04-15 10:18
Fromjohn ffitch
Subject[Cs-dev] Question for Ubuntu
I have been experimenting with Ubuntu, but I cannot find out how to
install the libsndfile development code -- ie sndfile.h
Any suggestions as to where it is?
==John ffitch

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 10:27
Frombecks
SubjectRe: [Cs-dev] Question for Ubuntu
On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
> I have been experimenting with Ubuntu, but I cannot find out how to
> install the libsndfile development code -- ie sndfile.h
> Any suggestions as to where it is?

$ sudo apt-get install libsndfile1-dev
ciao

-- 
cb

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 10:48
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Question for Ubuntu
> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>> I have been experimenting with Ubuntu, but I cannot find out how to
>> install the libsndfile development code -- ie sndfile.h
>> Any suggestions as to where it is?
>
> $ sudo apt-get install libsndfile1-dev
> ciao
>
> --

Thanks; wonder why the Synaptic packet manager had not heard of that package
==J


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 14:01
FromErik de Castro Lopo
SubjectRe: [Cs-dev] Question for Ubuntu
becks wrote:

> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
> > I have been experimenting with Ubuntu, but I cannot find out how to
> > install the libsndfile development code -- ie sndfile.h
> > Any suggestions as to where it is?
> 
> $ sudo apt-get install libsndfile1-dev

     apt-cache search ^libsndfile

would have given you a list of possibilities.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 14:04
FromMichael Gogins
SubjectRe: [Cs-dev] Question for Ubuntu
You may need to tell Synaptic to use all possible sources for
packages. I seem to recall that it showed up for me.

Regards,
Mike

On Thu, Apr 15, 2010 at 5:48 AM,   wrote:
>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>> install the libsndfile development code -- ie sndfile.h
>>> Any suggestions as to where it is?
>>
>> $ sudo apt-get install libsndfile1-dev
>> ciao
>>
>> --
>
> Thanks; wonder why the Synaptic packet manager had not heard of that package
> ==J
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> 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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 15:04
FromFelipe Sateler
SubjectRe: [Cs-dev] Question for Ubuntu
On Thu, Apr 15, 2010 at 05:48,   wrote:
>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>> install the libsndfile development code -- ie sndfile.h
>>> Any suggestions as to where it is?
>>
>> $ sudo apt-get install libsndfile1-dev
>> ciao
>>
>> --
>
> Thanks; wonder why the Synaptic packet manager had not heard of that package

I'm not 100% sure, but I think synaptic is able to hide packages that
someone thought are not useful for the general public.


-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 15:37
FromMichael Gogins
SubjectRe: [Cs-dev] Question for Ubuntu
There are various categories of software sources that can be
configured by Synaptic. One exclusion is proprietary software, there
may be other exclusions as well. The first thing I did after
installing Ubuntu was to enable all possible sources of software for
Synaptic.

Regards,
Mike

On Thu, Apr 15, 2010 at 10:04 AM, Felipe Sateler  wrote:
> On Thu, Apr 15, 2010 at 05:48,   wrote:
>>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>>> install the libsndfile development code -- ie sndfile.h
>>>> Any suggestions as to where it is?
>>>
>>> $ sudo apt-get install libsndfile1-dev
>>> ciao
>>>
>>> --
>>
>> Thanks; wonder why the Synaptic packet manager had not heard of that package
>
> I'm not 100% sure, but I think synaptic is able to hide packages that
> someone thought are not useful for the general public.
>
>
> --
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> 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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 16:36
FromFelipe Sateler
SubjectRe: [Cs-dev] Question for Ubuntu
The software sources have nothing to do with purpose.

main: officially supported, free software
restricted: officially supported, non-free software
universe: not officially supported, free software
multiverse: not officially supported, non-free software

Moreover, this split works at the source package level. Which means
that if the sndfile library is available, then the headers *must* be
available too.

On Thu, Apr 15, 2010 at 10:37, Michael Gogins  wrote:
> There are various categories of software sources that can be
> configured by Synaptic. One exclusion is proprietary software, there
> may be other exclusions as well. The first thing I did after
> installing Ubuntu was to enable all possible sources of software for
> Synaptic.
>
> Regards,
> Mike
>
> On Thu, Apr 15, 2010 at 10:04 AM, Felipe Sateler  wrote:
>> On Thu, Apr 15, 2010 at 05:48,   wrote:
>>>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>>>> install the libsndfile development code -- ie sndfile.h
>>>>> Any suggestions as to where it is?
>>>>
>>>> $ sudo apt-get install libsndfile1-dev
>>>> ciao
>>>>
>>>> --
>>>
>>> Thanks; wonder why the Synaptic packet manager had not heard of that package
>>
>> I'm not 100% sure, but I think synaptic is able to hide packages that
>> someone thought are not useful for the general public.
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler
>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> 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
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforg

Date2010-04-15 17:05
FromMichael Gogins
SubjectRe: [Cs-dev] Question for Ubuntu
So multiverse would be all available packages, correct?

Regards,
Mike

On Thu, Apr 15, 2010 at 11:36 AM, Felipe Sateler  wrote:
> The software sources have nothing to do with purpose.
>
> main: officially supported, free software
> restricted: officially supported, non-free software
> universe: not officially supported, free software
> multiverse: not officially supported, non-free software
>
> Moreover, this split works at the source package level. Which means
> that if the sndfile library is available, then the headers *must* be
> available too.
>
> On Thu, Apr 15, 2010 at 10:37, Michael Gogins  wrote:
>> There are various categories of software sources that can be
>> configured by Synaptic. One exclusion is proprietary software, there
>> may be other exclusions as well. The first thing I did after
>> installing Ubuntu was to enable all possible sources of software for
>> Synaptic.
>>
>> Regards,
>> Mike
>>
>> On Thu, Apr 15, 2010 at 10:04 AM, Felipe Sateler  wrote:
>>> On Thu, Apr 15, 2010 at 05:48,   wrote:
>>>>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>>>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>>>>> install the libsndfile development code -- ie sndfile.h
>>>>>> Any suggestions as to where it is?
>>>>>
>>>>> $ sudo apt-get install libsndfile1-dev
>>>>> ciao
>>>>>
>>>>> --
>>>>
>>>> Thanks; wonder why the Synaptic packet manager had not heard of that package
>>>
>>> I'm not 100% sure, but I think synaptic is able to hide packages that
>>> someone thought are not useful for the general public.
>>>
>>>
>>> --
>>>
>>> Saludos,
>>> Felipe Sateler
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel® Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> 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
>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> 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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 17:16
FromRory Walsh
SubjectRe: [Cs-dev] Question for Ubuntu
I think that's correct, although I haven't used Synaptic in a while
and don't have my linux box beside me..

On 15 April 2010 17:05, Michael Gogins  wrote:
> So multiverse would be all available packages, correct?
>
> Regards,
> Mike
>
> On Thu, Apr 15, 2010 at 11:36 AM, Felipe Sateler  wrote:
>> The software sources have nothing to do with purpose.
>>
>> main: officially supported, free software
>> restricted: officially supported, non-free software
>> universe: not officially supported, free software
>> multiverse: not officially supported, non-free software
>>
>> Moreover, this split works at the source package level. Which means
>> that if the sndfile library is available, then the headers *must* be
>> available too.
>>
>> On Thu, Apr 15, 2010 at 10:37, Michael Gogins  wrote:
>>> There are various categories of software sources that can be
>>> configured by Synaptic. One exclusion is proprietary software, there
>>> may be other exclusions as well. The first thing I did after
>>> installing Ubuntu was to enable all possible sources of software for
>>> Synaptic.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Thu, Apr 15, 2010 at 10:04 AM, Felipe Sateler  wrote:
>>>> On Thu, Apr 15, 2010 at 05:48,   wrote:
>>>>>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>>>>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>>>>>> install the libsndfile development code -- ie sndfile.h
>>>>>>> Any suggestions as to where it is?
>>>>>>
>>>>>> $ sudo apt-get install libsndfile1-dev
>>>>>> ciao
>>>>>>
>>>>>> --
>>>>>
>>>>> Thanks; wonder why the Synaptic packet manager had not heard of that package
>>>>
>>>> I'm not 100% sure, but I think synaptic is able to hide packages that
>>>> someone thought are not useful for the general public.
>>>>
>>>>
>>>> --
>>>>
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Download Intel® Parallel Studio Eval
>>>> Try the new software tools for yourself. Speed compiling, find bugs
>>>> proactively, and fine-tune applications for parallel performance.
>>>> See why Intel Parallel Studio got high marks during beta.
>>>> http://p.sf.net/sfu/intel-sw-dev
>>>> _______________________________________________
>>>> 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
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel® Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler
>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> 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
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-04-15 17:16
FromFelipe Sateler
SubjectRe: [Cs-dev] Question for Ubuntu
Ehm, not sure what you mean. These are disjoint sets. Enabling all
four of them would give you all available packages. Packages in main
(like libsndfile) will not be in restricted.

On Thu, Apr 15, 2010 at 12:05, Michael Gogins  wrote:
> So multiverse would be all available packages, correct?
>
> Regards,
> Mike
>
> On Thu, Apr 15, 2010 at 11:36 AM, Felipe Sateler  wrote:
>> The software sources have nothing to do with purpose.
>>
>> main: officially supported, free software
>> restricted: officially supported, non-free software
>> universe: not officially supported, free software
>> multiverse: not officially supported, non-free software
>>
>> Moreover, this split works at the source package level. Which means
>> that if the sndfile library is available, then the headers *must* be
>> available too.
>>
>> On Thu, Apr 15, 2010 at 10:37, Michael Gogins  wrote:
>>> There are various categories of software sources that can be
>>> configured by Synaptic. One exclusion is proprietary software, there
>>> may be other exclusions as well. The first thing I did after
>>> installing Ubuntu was to enable all possible sources of software for
>>> Synaptic.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Thu, Apr 15, 2010 at 10:04 AM, Felipe Sateler  wrote:
>>>> On Thu, Apr 15, 2010 at 05:48,   wrote:
>>>>>> On Thu, Apr 15, 2010 at 11:18 AM, john ffitch  wrote:
>>>>>>> I have been experimenting with Ubuntu, but I cannot find out how to
>>>>>>> install the libsndfile development code -- ie sndfile.h
>>>>>>> Any suggestions as to where it is?
>>>>>>
>>>>>> $ sudo apt-get install libsndfile1-dev
>>>>>> ciao
>>>>>>
>>>>>> --
>>>>>
>>>>> Thanks; wonder why the Synaptic packet manager had not heard of that package
>>>>
>>>> I'm not 100% sure, but I think synaptic is able to hide packages that
>>>> someone thought are not useful for the general public.
>>>>
>>>>
>>>> --
>>>>
>>>> Saludos,
>>>> Felipe Sateler
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Download Intel® Parallel Studio Eval
>>>> Try the new software tools for yourself. Speed compiling, find bugs
>>>> proactively, and fine-tune applications for parallel performance.
>>>> See why Intel Parallel Studio got high marks during beta.
>>>> http://p.sf.net/sfu/intel-sw-dev
>>>> _______________________________________________
>>>> 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
>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel® Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler
>>
>> ------------------------------------------------------------------------------
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> 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
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://li