Skip to content

tell the linker to remove unnecessary symbols from the python module

Valentin Boettcher requested to merge pykstars-link-gsl into master

on my machine (but not using the pykstars docker-image) importing the module does not work because gsl wasn't found... as the gsl isn't used in pykstars, it will be removed by the linker gc which fixes the problem

an laternative would be to link gsl and blas.

Merge request reports