Commits


Wes McKinney authored and Uwe L. Korn committed b4278641a6a
ARROW-4330: [C++] More robust discovery of pthreads I found when using a non-system gcc (e.g. the `gcc_linux-64` and `gxx_linux-64` gcc7 conda packages) that CMake is not able to discover pthreads. The conda-forge community regards this as a bug in CMake, but there is another better way to do this using the built-in `FindThreads.cmake`. There's a chance this might also resolve the missing thread symbol in the Gandiva windows build, but I haven't tried it yet Author: Wes McKinney <wesm+git@apache.org> Closes #3494 from wesm/pthreads-cmake and squashes the following commits: 828d6bf1 <Wes McKinney> Code review 38349ad8 <Wes McKinney> Restore jemalloc dependencies on pthreads 122e2647 <Wes McKinney> Clean up system link libraries for pthread, librt 7522a60a <Wes McKinney> Use FindThreads.cmake to handle -pthread