-
This route seems slightly more robust. I got an error about installing `nlopt` via pip on kestrel the other day, so maybe we need the `--no-deps` flag there.
-
Hey there, I've got an issue with installation on node v8.5:
```
$ npm i nlopt
...
CC(target) Release/obj.target/nloptlib/nlopt-2.3/direct/DIRect.o
CC(target) Release/obj.target/nloptli…
-
whenever using pip, I get
WARNING: Skipping .../python3.11/site-packages/nlopt-2.7.1.dist-info due to invalid metadata entry 'name'
The METADATA file located at nlopt-2.7.1.dist-info/METADATA is e…
-
It seems like there's a sneaky `nothing` that's getting into the package installation tooltips.
-
```
$ rpm -qa | grep -i nlopt
NLopt-devel-2.4.2-2.el7.x86_64
NLopt-2.4.2-2.el7.x86_64
$ ocamlfind ocamlmklib -o src/nlopt_stubs -g -lnlopt src/nlopt_wrapper.o
/usr/bin/ld: cannot find -lnlopt
co…
-
I tried to run fwi_2D_small_overthrust_lbfgs.jl and got the following error:
#############################################################
ERROR: LoadError: MethodError: no method matching optimize(…
-
NLopt's version of `slsqp`
https://github.com/stevengj/nlopt/tree/master/slsqp
has some improvements over the original Fortran version--there are some bugfixes and the code is reentrant. I had thoug…
-
After recent PR #3, I've got a problem with compiling nlopt catkin package.
Generally, it seems that the path to the `libnlopt_cxx.a` is wrong. It resides in `~/catkin_ws/devel/lib` directory (it's …
-
I'm trying to port your library, enabling compiler warnings produces many that could be fixed and actually I think fixed them would enhance the quality of the lib too much.
Here are most of them
`…
-
I've got a quadratic problem which occasionally simplifies to minimizing following problem with `t0` as `x[0]`, and `t1` as a constant.
```
Cost: (t1 - t0 + 150000.) ** 2. + (t0 - t1 + 150000.) **…