[Pkg-octave-devel] Sundials is way outdated
Dima Kogan
dima at secretsauce.net
Sun Feb 5 21:15:50 UTC 2017
James Clarke <jrtc27 at debian.org> writes:
> Looking at your error message again, that seems to be coming from CMake
> searching for pthread_create, which it does by first searching for a
> libpthreads (which doesn't exist on Linux), then a libpthread, which is
> the one that exists. My build seemed to deal with it fine; note that this
> is coming from the built-in FindThreads module:
>
>> -- Looking for pthread_create
>> -- Looking for pthread_create - not found
>> -- Looking for pthread_create in pthreads
>> -- Looking for pthread_create in pthreads - not found
>> -- Looking for pthread_create in pthread
>> -- Looking for pthread_create in pthread - found
This is a misleading error message. This is caused by a missing
'build-depends: python'. I just added this, and the build gets much
further. Need to leave this second, but will see how far it gets.
More information about the Pkg-octave-devel
mailing list