Installing PCRaster with EasyBuildΒΆ

In case you work on a system where environment modules and EasyBuild are available you can simply compile your own PCRaster package. First, download a configuration file. Then, build PCRaster and potentially the required dependencies e.g. with

eb PCRaster-4.3.3-GCCcore-10.3.0-Python-3.9.5.eb --robot

After successful completion you can add PCRaster to your environment

module load PCRaster/4.3.3-GCCcore-10.3.0-Python-3.9.5

You might need to adapt version numbers depending on the EasyBuild version you use but the script should give a good start.