| | 44 | |
| | 45 | === installing a new tool === |
| | 46 | * Create YOURFILE.eb file in /apps/sources/EasyBuild/custom/ |
| | 47 | * module load EasyBuild |
| | 48 | * eb YOURFILE.eb |
| | 49 | |
| | 50 | === running an already existing .eb file === |
| | 51 | * eb YOURFILE.eb |
| | 52 | |
| | 53 | === NB === |
| | 54 | * rerunning an .eb file that already is installed will result in an error saying that the module file is already there. To overwrite the module file run with '''''-f''''' argument. |
| | 55 | * EasyBuild will first always check if there is source code in /apps/sources, when it is not there then it will try to download the file. |
| | 56 | |