Re: [easybuild] CMake fails to find pthread_create

2019-04-01 Thread Loris Bennett
Hi Åke, Thanks, that worked perfectly. Cheers, Loris Åke Sandgren writes: > See https://github.com/easybuilders/easybuild-easyconfigs/pull/7973 for > a working PR for RDKit. > > On 4/1/19 3:05 PM, Loris Bennett wrote: >> Hi, >> >> I am trying to write an easyconfig for RDKit

Re: [easybuild] CMake fails to find pthread_create

2019-04-01 Thread boegel bot
Dear human named Loris, Please consider using the easyconfig file for RDKit that my owner @boegel shared through the central easyconfigs repository on GitHub last week: https://github.com/easybuilders/easybuild-easyconfigs/pull/7973/files . The CMakePythonPackage easyblock is a poor fit here,

[easybuild] CMake fails to find pthread_create

2019-04-01 Thread Loris Bennett
Hi, I am trying to write an easyconfig for RDKit (http://rdkit.org/) using the easyblock CMakePythonPackage: ## easyblock = 'CMakePythonPackage' name = 'RDKit' version = '2018.09.3' homepage = 'http://rdkit.org' description =