j-asefa / slsqp4j

A JVM wrapper for the popular SLSQP optimizer
Other
27 stars 7 forks source link

Publish OS-specific variants to maven central #8

Open disacrol opened 2 years ago

disacrol commented 2 years ago

Following win32 and osx support (e.g. https://github.com/skew-opensource/slsqp4j/pull/5), next step would be to publish separate artifacts into maven central, depending on the OS, so they can be imported easily.

Any plans to do something like that?

jamesasefa commented 2 years ago

I'm leaning towards discontinuing publishing artifacts to maven entirely for 2 reasons:

  1. I don't have the resources to support compilation across OS's
  2. I don't think it's the best way to distribute this project as people are generally (and with good reason) hesitant to download and run precompiled binaries.

Think it's probably better if users add this repo as a git submodule within their own project, but am open to alternative suggestions.