WIP: CMakeLists.txt to support building with cmake #58
Open
alecjacobson wants to merge 3 commits intocoin-or:masterfrom
Open
WIP: CMakeLists.txt to support building with cmake #58alecjacobson wants to merge 3 commits intocoin-or:masterfrom
alecjacobson wants to merge 3 commits intocoin-or:masterfrom
Conversation
|
|
Contributor
|
Hi we are completely aware of the fact that our build system is a bit outdated. However, with the rather complicated building of ADOL-C with all the corner cases so far we shied away from setting up a cmake for ADOL-C Now, it might be that we have a very simple version of cmake for ADOL-C in the near future. You will find it here as soon as possible. |
Collaborator
|
@alecjacobson did you try to build with the current |
Author
|
I have not. Not sure if I'll have time to try
…On Fri, Nov 15, 2024, 4:12 AM TimSiebert1 ***@***.***> wrote:
@alecjacobson <https://github.com/alecjacobson> did you try to build with
the current CMakeLists.txt?
—
Reply to this email directly, view it on GitHub
<#58 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGNIIQ5HTEIYJKRFWST2AW3ILAVCNFSM6AAAAABR2XVUY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZYGMYDGMBTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Collaborator
|
No worries. We will improve the next days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm trying to create a CMakeLists.txt configuration for ADOL-C. Specifically my goal is to get ADOL-C compiling and running on a modern mac with cmake.
This would also hopefully fix #45
So far, I've got the main library files and almost all of the examples compiling.
Unfortunately, even the simplest program:
will crash with memory issues:
all the examples crash on other runtime memory violations.
I'm sure there's some configuration missing from my translation from automake/configure, but I admit those are impenetrable for me to understand.
I'm not sure I'll be able to complete this, but if others have hints or want to take off from where I've left it then I've placed it here as a work in progress.