Open MikeyCarter opened 8 years ago
@MikeyCarter Just do :
sudo apt-get install gcc-4.8 g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
apt-get install gcc-4.8 g++-4.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gcc-4.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package g++-4.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gcc-4.8' has no installation candidate
E: Package 'g++-4.8' has no installation candidate
Trying to recompile everything for Fedora 23.
See from my mirrors there is a cuda 7.5:
Any chance we can get cuda 7.5 support?