Fix libpython error
The libpython error which previously occurred on Raven has now been fixed.
The error occured since the kernels in psydac-for-struphy
was pyccelized without the --libdir LIBDIR
flag. This meant that LD_LIBRARY_PATH
had to be manually set to avoid errors such as this.
This has now been fixed in PR https://github.com/max-models/psydac-for-struphy/pull/11
Therefore, LD_LIBRARY_PATH
has now been removed from .gitlab-ci.yml
.