You don't say what your problem actually is so it is impossible to help. Please post specific details including your cmake command line and the exact content of any error messages to the gmx-users mailing list, which is the best forum for all GROMACS questions.
You're not providing enough information. If you want free help, you've got to make it easy for people to help you. If something is "showing problem," you have to tell us exactly what that is because there are hundreds of things that could be wrong. What is the exact error you're getting?
Again, RG is not really the best forum for GROMACS installation questions. The mailing list is far better.
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "4.0")
-- No compatible CUDA toolkit found (v4.0+), disabling native GPU acceleration
-- The GROMACS-managed build of FFTW 3 will configure with the following optimizations: --enable-sse2;--enable-avx
I suppose that you have configured the installation with gpu acceleration, where you need a CUDA compatible Nvidia GPU with drivers and CUDA toolkit installed. And with other options like sse2, avx etc.
If you are not using one reconfigure without CUDA.(remove -DGMX_GPU=ON from cmake or set it OFF)
Similarly try removing all other optional arguments.(check your cmake file and retain only the essentials)
However as Thirumal suggested the best option is to USE synaptic.
run this in a terminal
sudo apt-get install synaptic
after installation, run it from the GUI and search for gromacs and install. (refer the attachment)