Re: [ParTools-users] Partools last version and installation
Support for manual parallelization of sequential C programs.
Status: Beta
Brought to you by:
mtla
From: Leonardo S. V. <leo...@gm...> - 2013-07-12 14:29:41
|
On Fri, Jul 12, 2013 at 2:51 PM, Mihai T. Lazarescu < mih...@po...> wrote: > 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. :-) > Thanks, Step 2 was passed successfully, specifically: For EL6: ( As indicated in http://fedoraproject.org/wiki/EPEL/FAQ#Using_EPEL ) su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' yum install codeblocks ... yum install avl Step3: yum groupupdate partools gives: No packages in any requested group available to install or update Step4: yumdownloader --source $(yum groupinfo partools | sed '1,/:$/ d') gives: No source RPM found for libpartools-1.1.0-1.i686 No source RPM found for libpartools-1.0.1-2.i686 No source RPM found for libpartools-1.0.0-2.i686 No source RPM found for libpartools-1.0.2-1.i686 No source RPM found for partools-codeblocks-plugin-1.0.1-4.i686 No source RPM found for partools-codeblocks-plugin-1.1.0-1.i686 No source RPM found for partools-codeblocks-plugin-1.0.2-1.i686 No source RPM found for partools-ocaml-cil-1.0.2-1.i686 No source RPM found for partools-ocaml-cil-1.0.1-3.i686 No source RPM found for partools-ocaml-cil-1.1.0-1.i686 No source RPM found for partools-zgrviewer-1.0.1-1.noarch No source RPM found for partools-zgrviewer-1.1.0-1.noarch No source RPM found for partools-zgrviewer-1.0.2-1.noarch Nothing to download Are these Step4-results correct? After Step4, will the source RPMs be downloaded to my computer, so then I can compile them locally? |