Changes between Version 3 and Version 4 of ProtosInstallation


Ignore:
Timestamp:
Aug 28, 2017, 6:27:18 AM (7 years ago)
Author:
Eric CONTE
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtosInstallation

    v3 v4  
    55== LHAPDF 5.9.1 installation ==
    66
    7 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/ProtosInstallation/lhapdf-5.9.1.tar.gz lhapdf-5.9.1.tar.gz]
     7* Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/lhapdf-5.9.1.tar.gz lhapdf-5.9.1.tar.gz]
    88
    9 * Untar the tarball with the command: `tar xzf lhapdf5.9.1.tgz`. Normally a lhapdf591 folder must be created on your disk.
     9* Untar the tarball with the command: `tar xzf lhapdf-5.9.1.tar.gz`. Normally a `lhapdf-5.9.1` folder must be created on your disk.
    1010
    11 * Create a folder where the final production of the LHAPDF building will be put: `mkdir lhapdf`
     11* Create somewhere in your disk a folder where the final production of the LHAPDF building will be put: `mkdir lhapdf`. The absolute path of `lhapdf` will be named in the following `<absolute path of lhapdf>`.
    1212
    13 * Go to lhapdf591 and configure the package: `cd lhapdf591; ./configure --nopythext --shared-enabled --static--enabled --prefix=<absolute path of lhapdf>` where <absolute path of lhapdf> is the absolute path of lhapdf.
     13* Enter the folder `lhapdf-5.9.1`: `cd lhapdf591`
    1414
    15 * Launch the building and cross the fingers :-): `make; make install`
     15* Configure the package installation: `./configure --disable-pyext --enable-shared=yes --enable-static=yes --prefix=<absolute path of lhapdf>`
    1616
    17 * Configure the environment variables: `export LHAPDF=<absolute_path_lhpadf>`, `export PATH=$PATH:$LHAPDF/bin` `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib`
     17* Launch the building and cross the fingers :-): `make` then `make install`
    1818
    19 * Install PDF sets. This is a example of CTEQ6L1 `cd $LHAPDF/shared; lhapdf-getdata CTEQ6L1.LHgrid`. The full list of CTEQ can be found here: `lhapdf-getdata --list`
     19* Configure the environment variables:
     20   * `export LHAPDF=<absolute_path_lhpadf>`
     21   * `export PATH=$PATH:$LHAPDF/bin`
     22   * `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LHAPDF/lib`
     23
     24* Install PDF sets. This is a example of CTEQ6L1: `cd $LHAPDF/shared; lhapdf-getdata CTEQ6L1.LHgrid`. The full list of available of PDF sets can be found here: `lhapdf-getdata --list`
    2025
    2126== Protos 2.2 installation ==
    2227
    23 * Download the tarball: [https://madanalysis.irmp.ucl.ac.be/attachment/wiki/ProtosInstallation/Protos22.tar.gz Protos22.tar.gz]
     28* Download the tarball: [https://madanalysis.irmp.ucl.ac.be/raw-attachment/wiki/ProtosInstallation/Protos22.tar.gz Protos22.tar.gz]
    2429
    2530* Untar the tarball