Request: add negation to nvpl library selection option

Possible to add e.g. “^” to exclude a libname?

    -Mnvpl[=libname[,libname...]]

So

    -Mnvpl=^fft

would link all (needed) components except FFT.

thanks

Hi tcu,

I added an RFE, TPR #37240, and will have engineering think on it. If they add it, it would likely use “no” rather than “^” to match how we disable other sub-option, but that shouldn’t matter.

-Mat

Ah, yes, getting syntax confused with e.g. UCX. Thanks for relaying the idea.