Hermes - FEMhub HowTo
-
Also see the FEMhub documentation
- How to update the Hermes2D package in your local FEMhub
cd hermes2d/
path_to_femhub/femhub -sh # this launches a FEMhub subshell
bash spkg-install
CTRL+D # exits the FEMhub subshell
- 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.