-
Notifications
You must be signed in to change notification settings - Fork 25
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
libopenstudiolib.so missing on Ubuntu 18.04 and 20.04 in 1.2.0-rc1 and 1.2.0-rc2 #345
Comments
1.1.0
1.2.0
Same but in install dirs:
|
I've diffed all of our CMakeLists.txt / .cmake files, and I see absolutely no changes that would make this any different... I have no clue how the libopenstudiolib.so ended up also installed in ./bin/ in addition to ./lib/ before. Anyways, I don't think having TWICE the same 70MB library file was a good thing... |
I tracked the difference down to between 1.1.1-alpha2 and 1.1.1-alpha3 |
And obviously it's my fault.... This is this commit: d2cf6ef Specifically, the fact that I wrapped the fixup_bundle into the If block, preventing its execution on Linux... OpenStudioApplication/src/openstudio_app/CMakeLists.txt Lines 383 to 393 in e47cbb1
Turns out it was also doing sutff on linux, that is copy the libopenstudiolib.so and some other stuff like libicuuc, libQt5QmlModels, etc
@macumber that explains why you have to do |
Lot more convo/investigation on #95 (comment) |
Issue overview
libopenstudiolib.so isn't installed anymore, it was in 1.1.0.
Current Behavior
The text was updated successfully, but these errors were encountered: