Helena Qi

Results 10 comments of Helena Qi

Thanks for your comments! I had been trying to use the configure file in the main directory ([https://github.com/coin-or/Bonmin/blob/master/configure](url)) indeed and took the flags out of there. I'm a bit confused...

I triple checked and I made sure to delete the installation directory (as specified by `--prefix`) and the build directory (subdirectory `build`) before running `coinbrew`, but it still gives the...

Oh hm, the `/path/openblas-0.3.20/lib` contains `libopenblas64_.so`. In this build attempt, I shifted to building couenne instead of bonmin, as that is the final desired application for which bonmin is a...

Ah, I understand now! I feel like this is SO CLOSE now -- on the bonmin install step, I got the error: ``` ../CbcBonmin/.libs/libbonminampl.so: undefined reference to `Ipopt::AmplSuffixHandler::GetIntegerSuffixValues(std::string, Ipopt::AmplSuffixHandler::Suffix_Source) const'...

Hmm, so I see that in libipoptamplinterface.so, it does seem to have those objects (or at least grep matches the names). I tried adding the lib folder of the install...

``` linux-vdso.so.1 => (0x00002aaaaaacd000) libbonmin.so.4 => /builddir/Bonmin/1.8.8/src/CbcBonmin/.libs/libbonmin.so.4 (0x00002aaaaaef0000) libCbcSolver.so.3 => /installdir/lib/libCbcSolver.so.3 (0x00002aaaab1ee000) libCbc.so.3 => /installdir/lib/libCbc.so.3 (0x00002aaaab4f1000) libCgl.so.1 => /installdir/lib/libCgl.so.1 (0x00002aaaab802000) libOsiClp.so.1 => /installdir/lib/libOsiClp.so.1 (0x00002aaaabb13000) libClpSolver.so.1 => /installdir/lib/libClpSolver.so.1 (0x00002aaaabd5d000) libClp.so.1 =>...

Here is the output: [output.txt](https://github.com/coin-or/Bonmin/files/11115715/output.txt) The command I was running was `./coinbrew build [email protected] -b temp_build --with-asl-incdir=/asl/1.4.4/include/coin/ThirdParty --with-hsl-lib="-lcoinhsl -L/coinhsl/lib" --with-hsl-incdir=/coinhsl/include --with-asl-lib="-lcoinasl -L/asl/1.4.4/lib" --no-third-party --tests none -v 4`. Thank you!

Ah, I may be missing something, but `coinbrew build [email protected] ...` (or `[email protected]`) both seem to try to build `Bonmin 1.8.8`. Is there a way to force it to use...

Ah, after cleaning out the directory and rerunning it properly picked up the other bonmin release (though isn't it 1.8?). I got another ASL error (`asl.h: No such file or...

SUCCESS!! Thanks both of you so much for all your help! Below are some details in case it is useful for anyone in the future / if you notice something...