j-asefa / slsqp4j

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

Build for mac osx #2

Closed pkernevez closed 3 years ago

pkernevez commented 3 years ago

The modification I had to do to build the project for mac osx

Thanks for you project

jamesasefa commented 3 years ago

Hi - thanks very much for your contribution. I'm glad you've found the project useful! I requested a change but in addition, could you update the .gitignore file to ignore the compiled shared object. I think it's best to remove the shared objects from the project entirely and have users build it themselves.

pkernevez commented 3 years ago

Hi,

Thanks for your project, it's very useful for us. The best thing for users should be to publish artefacts with os classifier extensions, using a plugin like this one https://github.com/trustin/os-maven-plugin (I don't know the right one to use with gradle).