Re: [ParTools-users] Partools last version and installation
Support for manual parallelization of sequential C programs.
Status: Beta
Brought to you by:
mtla
From: Mihai T. L. <mih...@po...> - 2013-07-12 12:52:07
|
On Fri, Jul 12, 2013 at 02:14:47PM +0200, Leonardo Solis Vasquez wrote: > Currently I am using CenTOS 6.4. I am trying to install with > the RPMs using YUM. > However in the following the INSTALL file, step. 2: > 2. Install the ParTools RPMs and their dependencies: > yum groupinstall partools > I got he following: > > [root@leohost ParTools]# yum groupinstall partools > > ParTools_InstallRPM_Executing_Step2.txt > Error: Package: partools-codeblocks-plugin-1.1.0-1.i686 (partools-testing) > Requires: codeblocks > Error: Package: libpartools-1.1.0-1.i686 (partools-testing) > Requires: avl > Error: Package: partools-codeblocks-plugin-1.1.0-1.i686 (partools-testing) > Requires: libcodeblocks.so.0 > Error: Package: libpartools-1.1.0-1.i686 (partools-testing) > Requires: avl-devel The dependencies 'codeblocks' and 'avl' are provided currently by the EPEL repository: http://fedoraproject.org/wiki/EPEL Follow their instructions to add it to yum sources and try again. Thanks, I have added this missing bit to INSTALL. :-) Mihai |