-
Notifications
You must be signed in to change notification settings - Fork 10
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
Need to revamp how dependencies are forcefully loaded #70
Comments
It looks like the error message:
This is mostly a warning message, not as much an error. However, the last build time was 192 minutes, which is somewhat excessive, when compared to the old 120 minutes it used to do in the older builds. And using |
Have implemented this in commit 780ccdf87b730b9c51ae9397eb0dc2331aba041c. After doing a partial fix in #69, I'll give an updated time account for a full build. |
OK, clean build now takes 130 minutes to run, which is a considerable improvement and recovery. Will close this task, since it's now complete. |
…cies' and making it be called from 'wmake/makefiles/files'. This commit fixes Issue blueCFD/Core#70
…cies' and making it be called from 'wmake/makefiles/files'. This commit fixes Issue blueCFD/Core#70
At the end of fixing Issue #7, it was found that
objdump
cannot properly retrieved DLL dependencies from the executables. On the other hand, theldd
utility isn't entirely reliable either, since it sometimes fails to properly check the DLL dependencies.The other objective is to trim down considerably a full build and not having users need to do intermediate steps themselves.
Therefore, the fix that will be implemented for blueCFD-Core 2017 will be as follows:
wmakeVerifyDependencies
will be merged into the code that handles versioning preparations.wmake
stack will be prepared to use the new convention of relying on the new inclusion file that will be generated by the code in the previous step.The text was updated successfully, but these errors were encountered: