[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sundials is way outdated



James Clarke <jrtc27@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.


Reply to: