-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enable Build On Windows #28
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Huajie Shen <[email protected]>
@@ -0,0 +1,3 @@ | |||
[submodule "liboqs"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with removing the submodules. This will require some documentation updates to reflect the changes. Let me know if you'd prefer this approach.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather not have the submodule if we can help it. The language wrapper should "just work" with new versions of liboqs as long as the core APIs don't change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed; our approach so far has been to not include liboqs as a submodule.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR, @AdijeShen -- before going into review detail, I've asked the rest of the team as to whether they're OK with the submodule approach. The change I'd immediate question is the removal of RELEASE.md: If there's no good reason for this (?) please bring it back: As and if someone else starts to maintain this sub project again, there may be an interest to do new releases again...
Sorry, just delete it accidentally, I would add it back
…---Original---
From: "Michael ***@***.***>
Date: Fri, Nov 1, 2024 18:29 PM
To: ***@***.***>;
Cc: "Huajie ***@***.******@***.***>;
Subject: Re: [open-quantum-safe/liboqs-java] Enable Build On Windows (PR #28)
@baentsch requested changes on this pull request.
Thanks for this PR, @AdijeShen -- before going into review detail, I've asked the rest of the team as to whether they're OK with the submodule approach. The change I'd immediate question is the removal of RELEASE.md: If there's no good reason for this (?) please bring it back: As and if someone else starts to maintain this sub project again, there may be an interest to do new releases again...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Signed-off-by: Huajie Shen <[email protected]>
Solve Issue #1
Changes Made
liboqs.so
/liboqs.dll
) to static linking (liboqs.a
)./liboqs/
Key Benefits
Documentation Updates