Hi Loris,
On 27/03/19 13:35, Loris Bennett wrote:
>
> However, the binaries are not directly under 'bin', but in the
> subdirectories shown below:
>
> [build@admin bin]$ tree -L 1
> .
> ├── em64t-unknown-linux-gnu
> ├── em64t-unknown-linux-gnu_mpi
> ├── em64t-unknown-linux-gnu_smp
> ├── x86_64-unknown-linux-gnu
> ├── x86_64-unknown-linux-gnu_mpi
> └── x86_64-unknown-linux-gnu_smp
>
> What is the standard way of tweaking the PATH variable in such a case?
modextrapaths = {'PATH': ['bin/x86_64-unknown-linux-gnu']}
would work. But it it's a lot of path, maybe a easyblock is nicer.
Ward