plumed/Install Plumed
Installs plumed from https://github.com/plumed/plumed2
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 13, 2025
- License
- MIT
Pinned Snippet
uses: plumed/install-plumed@97553abbcb24a26d5c690997ebb0e78a08afef83 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The url of the Plumed repository | no | https://github.com/plumed/plumed2.git |
| version | The version of plumed to install (default to master) | no | "" |
| suffix | Suffix for the program name | no | "" |
| prefix | The installation prefix | no | ~/opt |
| extra_options | Extra options for installing plumed | no | --enable-boost_serialization --enable-fftw --enable-libtorch --disable-basic-warnings |
| modules | List of modules to install, or "all" | no | all |
| CC | C compiler | no | gcc |
| CXX | C++ compiler | no | g++ |
| dependency_path | Path where to store "extradeps$version.json" | no | "" |
Outputs
| name | description |
|---|---|
| plumed_prefix | Plumed executable path |
| dependency_file | Plumed dependency json file |