-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update vendored liblbfgs from https://github.com/chokkan/liblbfgs #51
Conversation
This is because tests use internal functions. |
8a504f6
to
5864102
Compare
Why are the tests not failing here when using a shared library build? Some tests use non-public functions that don't get exported from the shard lib. |
I see there's some hackery in the |
94e6f0a
to
109362d
Compare
fb0582f
to
c70ad1a
Compare
This is because the DLL is not in the PATH. My attempted fix fails because the generator expression EDIT: This is fixed now. The reason was that the
The EDIT: This is not the reason. |
b97f1b8
to
0466aae
Compare
The main executable has no entry point error occurs only with |
0466aae
to
b31e9ae
Compare
b31e9ae
to
9151d55
Compare
I think we should merge this as-is:
Quite a heterogeneous set of changes, I know. |
Thanks! |
This attempts to update liblbfgs, and causes a crash in the test suite. Let's check if the crash is due to an issue that is present independently of the liblbfgs update. Funny thing is, it doesn't happen when compiling in Debug mode.
This is what I see on my machine:
Occurs only with
test_hzeta
.