Skip to content
regmi edited this page Sep 15, 2010 · 2 revisions

How to update the Hermes2D package in FEMhub on Spilka

  1. First upload your package to spilka

    scp your_spkg spilka.math.unr.edu:/var/www3/femhub.org/packages/femhub_st

  2. In the femhub directory:

    cd spkg/standard emacs download_packages

  3. Replace old package name with new name. Change the line

    $WGET $FEMHUB_STANDARD/hermes2d-OLD.spkg to $WGET $FEMHUB_STANDARD/hermes2d-NEW.spkg

  4. Then push the changes in download_packages file to official repo.