Remove an option `-Wl,--as-needed` in LDSHARED
In conda, with some packages, we can get the option -Wl,--as-needed
in LDSHARED.
This option is incompatible with our extensions using pfft and p3dfft.
We just replace this option by the inverse (-Wl,--no-as-needed
), which should solve the issue.