quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add NLOpt

Open bpanthi977 opened this issue 3 years ago • 0 comments

Please add NLOpt to Quicklisp.

This system is available here: https://github.com/bpanthi977/nlopt

NLOpt provides binding to a Non-Linear Optimization library in C called NLopt. That library provides a common interface for a number of different optimization routines.

You need to have nlopt shared library installed in your system for the library to build.

For Ubuntu

apt install nlopt 

For Arch

pacman -Suy nlopt

bpanthi977 avatar Mar 30 '22 09:03 bpanthi977