Could we check for the value of Base.USE_GPL_LIBS and only load the GPL code in this package (which seems to be all of it) when it evaluates to true? This would allow one to easily check whether a given application/package works when Julia is built without GPL libraries.
Could we check for the value of
Base.USE_GPL_LIBSand only load the GPL code in this package (which seems to be all of it) when it evaluates to true? This would allow one to easily check whether a given application/package works when Julia is built without GPL libraries.