Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Normal wayUsing Spack

  1. Code Block
    languagebash
    cd ~/public/temp



  2. Code Block
    languagebash
    wget https://github.com/blitzppMDSplus/blitzmdsplus/archive/refs/tags/1.0.2stable_release-7-96-17.zip



  3. Code Block
    languagebash
    unzip 1.0.2stable_release-7-96-17.zip



  4. Code Block
    languagebash
    cd blitz-1.0.2mdsplus-stable_release-7-96-17/



  5. Code Block
    languagebash
    mkdir build && cd build./bootstrap


  6. In this tutorial directory path is "~/public/switm/blitzmdsplus/196.0.217"

    Code Block
    languagebash
    cmake./configure --DCMAKE_INSTALL_PREFIXprefix=~/public/switm/blitzmdsplus/1.0.2 ..96.17



  7. Code Block
    languagebash
    make lib



  8. Code Block
    languagebash
    make install



Code Block
languagebash
spack install mdsplus@7.96.17 %gcc@8.3.0



...