-
I'm trying to add an IPOPT MEX interface to a GNU Octave Docker image. Using So, I'm now trying to build IPOPT from scratch using I've tried setting the
Any suggestions for what |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Ok, I figured that out. Setting Any suggestions on how to track that down?
|
Beta Was this translation helpful? Give feedback.
Ok, I figured that out. Setting
with_lapack_lflags
to-lopenblas
allows it to configure and build everything just fine now. However, it's segfaulting on the unit tests now.Any suggestions on how to track that down?