CUDA + NVIDIA drivers
Download repo rpm from http://developer.nvidia.com/cuda-downloads (or copy the repo file over from another system)
It seems that the dependency for the linux kernel devel package has been lost ... and the driver install just silently fails
yum install kernel-devel
On regular compute nodes where the full CUDA libraries aren't needed:
yum install nvidia-driver-cuda
On a full workstation or where CUDA is needed:
yum install cuda
Read more at: http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ixzz4zMULzF9o