Changes between Version 14 and Version 15 of ProtosInstallation


Ignore:
Timestamp:
Aug 31, 2017, 3:26:55 PM (8 years ago)
Author:
Eric CONTE
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtosInstallation

    v14 v15  
    2222   * `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib`
    2323
    24 * Install PDF sets. This is a example of CTEQ6L1: `cd $LHAPDF/share/lhapdf; lhapdf-getdata cteq6ll.LHpdf`. The full list of available of PDF sets can be found here: `lhapdf-getdata --list`
     24* Install PDF sets:
     25   * Create a devoted folder~: `mkdir $LHAPDF/share/lhapdf/PDFsets`
     26   * This is a example of CTEQ6L1: `cd $LHAPDF/share/lhapdf/PDFsets; lhapdf-getdata cteq6ll.LHpdf`.
     27   * The full list of available of PDF sets can be found here: `lhapdf-getdata --list`
    2528
    2629== Protos 2.2 installation ==
    2730
    28 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22.tar.gz Protos22.tar.gz]
     31* Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22_patchEric.tar.gz Protos22_patchEric.tar.gz]
    2932
    30 * Untar the tarball: `tar xzf Protos22.tar.gz`. Normally a `Protos22` folder must be created on your disk.
     33* Untar the tarball: `tar xzf Protos22_patchEric.tar.gz`. Normally a `Protos22` folder must be created on your disk.
    3134
    32 * Download the python patch [https://econte\tmp\eric_patch.py eric_patch.py] and put it into the `Protos22` folder.
     35* Enter the Protos folder and apply the patch: `cd Protos22`.
    3336
    34 * Enter the Protos folder and apply the patch: `cd Protos22; python eric_patch.py`.
    35 
    36 * Edit the file `extlib.mk` and replace the line by `EXTLIB = -L<absolute path of lhapdf> -lLHAPDF`
     37* Edit the file `extlib.mk` and replace the line by `EXTLIB = -L<absolute path of lhapdf>/lib -lLHAPDF`
    3738
    3839* Launch make:  `make`