> Yes, that's not a problem. However, if we don't have libquadmath.so, > libgfortran.so isn't going to load, so is it still useful?
There haven't been any ABI breaks in libquadmath.so. Thus we can simply ask users to install libquadmath.so by themselves and everything will work. Our users will not be able to find an incompatible libquadmath.so > FWIW, it looks to me like libquadmath is LGPL, not GPL: > https://github.com/gcc-mirror/gcc/blob/master/libquadmath/COPYING.LIB You're right, but the consequence is the same. > It doesn't sound to me like they forbid publishing snapshots, just that it > shouldn't be documented, which is weird, but whatever. It should be alright > to deploy snapshots and keep it a "secret", no? Yes. Reading the https://infra.apache.org/publishing-maven-artifacts.html again, there is also https://repository.apache.org/snapshots which may be the best location for snapshots? > They say we "should" do this and that, but if none of their services offers > support for Maven artifacts, I suppose this means we can use something else, > right? I'm not sure what you mean. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-751241862