|
[Rivet] Ynt: Ynt: I can't install rivet on my ubuntu 16Holger Schulz hschulz at fnal.govTue Mar 27 21:54:06 BST 2018
Hi Cem, thanks for the attachment. You need to set the installation target to a directory you have write permissions to. By default (i.e. just running ./configure) the target will be /usr/local, i.e. the system directory to which only the super user has write access to. In your case you could do: ./configure --prefix=$PWD/local make install That would copy the libraries in the folder /home/cem/mysoftware/YODA-1.7.0/local In the Rivet install step you will have to tell the configure script where to find the YODA libraries, to give you an example, this is what my rivet configure looks like: ./configure *--prefix*=/global/homes/h/hschulz/scratch/HEP-intel-knl/local *--with-yoda*=/global/homes/h/hschulz/scratch/HEP-intel-knl/local*--with-hepmc*=/global/homes/h/hschulz/scratch/HEP-intel-knl/local *--with-fastjet*=/global/homes/h/hschulz/scratch/HEP-intel-knl/local As you can see all packages have been installed in the same directory. The rivet-bootstrap script will do these things automatically for you, so you probably want to give that a try. Hope that helps, Holger On 27/03/18 15:45, Cem - wrote: > i did not add the file, sorry about that. > i used that script to install rivet yes, and it worked. But when i > tried to install yoda, it failed. > Error page in attachment > ------------------------------------------------------------------------ > *Gönderen:* Holger Schulz <hschulz at fnal.gov> > *Gönderildi:* 27 Mart 2018 Salı 20:42 > *Kime:* Cem - > *Bilgi:* rivet-announce at projects.hepforge.org > *Konu:* Re: Ynt: [Rivet] I can't install rivet on my ubuntu 16 > > > Hi Cem, > > > maybe you forgot the attachment. Anyways --- > could I please ask you to use the install script as such: > > wget > http://rivet.hepforge.org/hg/bootstrap/raw-file/2.6.0/rivet-bootstrap > chmod +x rivet-bootstrap > ./rivet-bootstrap > > > This typically works unless compilers are too old or you don't have > python headers on your system etc. > > In any case, it would be best if you could send us the error messages > you get > when running the script as mentioned above. > > > Thanks, > Holger > > > > > > On 27/03/18 15:37, Cem - wrote: >> i installed rivet as instructed >> on https://rivet.hepforge.org/trac/wiki/GettingStarted, but i need to >> install yoda too, i downloaded yoda 1.7.0, and when i open terminal >> and go to that file, i wrote " ./configure " , it says ok, i wrote >> again " make -j2 && make -j2 install " then it tried to install for a >> while, and that error occured, i add photo of the error this mail. >> GettingStarted – Rivet – Hepforge >> <https://rivet.hepforge.org/trac/wiki/GettingStarted> >> Getting started with Rivet. These instructions are aimed at users who >> want to install and run a release of Rivet. If you are running on the >> CERN lxplus system, or any ... >> rivet.hepforge.org >> >> >> ------------------------------------------------------------------------ >> *Gönderen:* Holger Schulz <iamholger at googlemail.com> >> <mailto:iamholger at googlemail.com> >> *Gönderildi:* 27 Mart 2018 Salı 19:44 >> *Kime:* Cem - >> *Bilgi:* Rivet >> *Konu:* Re: [Rivet] I can't install rivet on my ubuntu 16 >> >> Hi Cem, >> >> could you please give us some more details? >> >> I.e. what you did, what the errors are and what system you are using. >> >> Thanks, >> Holger >> >> On Tue, 27 Mar 2018, 14:39 Cem -, <cemsheet at hotmail.com >> <mailto:cemsheet at hotmail.com>> wrote: >> >> For my project, i tried to install pythia and rivet, i installed >> pythia but rivet is making trouble, and i couldnt find any >> solution in google for it. Please contact me about it. >> Have a nice day. >> >> _______________________________________________ >> Rivet mailing list >> Rivet at projects.hepforge.org <mailto:Rivet at projects.hepforge.org> >> https://www.hepforge.org/lists/listinfo/rivet >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180327/139fa753/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: yoda error.png Type: image/png Size: 203877 bytes Desc: not available URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180327/139fa753/attachment.png>
More information about the Rivet mailing list |