I am trying to compile otrobopt on windows and experience an issue with one class OT::OTROBOPT::OTRobOptResourceMap_init
This class implemented in MeasureEvaluation.cxx source file which does not compile because of pthreads dependency which was obviously removed in version 1.21 of Openturns but was present in sources of Openturns 1.20.
Do you know which version of pthreads I need to use to get it compiled, since in version 1.20 pthreads was shipped in openturns, but it seems to have been removed in version 1.21.
Dear developers, (editing)
I am trying to compile otrobopt on windows and experience an issue with one class
OT::OTROBOPT::OTRobOptResourceMap_init
This class implemented inMeasureEvaluation.cxx
source file which does not compile because of pthreads dependency which was obviously removed in version 1.21 of Openturns but was present in sources of Openturns 1.20.Do you know which version of pthreads I need to use to get it compiled, since in version 1.20 pthreads was shipped in openturns, but it seems to have been removed in version 1.21.
Thanks for your valuable feeback.