Hi all, I want to install clang on CentOS 7. After executing "yum install clang", it outputs: [root at hp ~]# yum install clang Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mia.host-engine.com * elrepo: elrepo.mirrors.arminco.com * extras: centos.arvixe.com * updates: centos.eecs.wsu.edu No package clang available. Error: Nothing to do Doesn't CentOS 7 support rpm install clang? Thanks in advance! Best Regards Nan Xiao
I think that EPEL repository provides clang compiler? -- Eero 2015-06-08 10:30 GMT+03:00 Nan Xiao <xiaonan830818 at gmail.com>:> Hi all, > > I want to install clang on CentOS 7. After executing "yum install > clang", it outputs: > > [root at hp ~]# yum install clang > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: centos.mia.host-engine.com > * elrepo: elrepo.mirrors.arminco.com > * extras: centos.arvixe.com > * updates: centos.eecs.wsu.edu > No package clang available. > Error: Nothing to do > > Doesn't CentOS 7 support rpm install clang? Thanks in advance! > > Best Regards > Nan Xiao > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
Le 08/06/2015 09:30, Nan Xiao a ?crit :> Hi all, > > I want to install clang on CentOS 7. After executing "yum install > clang", it outputs: > > [root at hp ~]# yum install clang > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: centos.mia.host-engine.com > * elrepo: elrepo.mirrors.arminco.com > * extras: centos.arvixe.com > * updates: centos.eecs.wsu.edu > No package clang available. > Error: Nothing to do > > Doesn't CentOS 7 support rpm install clang? Thanks in advance! > > Best Regards > Nan Xiao > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHi. clang is available in EPEL repository. See http://fedoraproject.org/wiki/EPEL HTH, Laurent. -- Laurent
Hi Eero, Laurent, Yes, it worked! Thanks very much! Best Regards Nan Xiao On Mon, Jun 8, 2015 at 3:34 PM, Laurent Wandrebeck <l.wandrebeck at quelquesmots.fr> wrote:> Le 08/06/2015 09:30, Nan Xiao a ?crit : >> >> Hi all, >> >> I want to install clang on CentOS 7. After executing "yum install >> clang", it outputs: >> >> [root at hp ~]# yum install clang >> Loaded plugins: fastestmirror >> Loading mirror speeds from cached hostfile >> * base: centos.mia.host-engine.com >> * elrepo: elrepo.mirrors.arminco.com >> * extras: centos.arvixe.com >> * updates: centos.eecs.wsu.edu >> No package clang available. >> Error: Nothing to do >> >> Doesn't CentOS 7 support rpm install clang? Thanks in advance! >> >> Best Regards >> Nan Xiao >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> http://lists.centos.org/mailman/listinfo/centos > > Hi. > clang is available in EPEL repository. > See http://fedoraproject.org/wiki/EPEL > > HTH, > Laurent. > > -- > Laurent > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos