-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
refactor: update blas/ext/base/dcusum
to follow current project conventions
#1867
Conversation
@Pranavchiku, can you review the PR? |
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/blas/ext/base/dcusum/examples/index.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
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 @AuenKr for working on this, and thank you for being diligent and paying attention to detail on this. Really makes things easy on reviewers.
I think the only thing which needs to be updated is the manifest.json
file. For an example, see https://github.com/stdlib-js/stdlib/blob/dc84fce54ee45d590860af4eb36845981342671f/lib/node_modules/%40stdlib/blas/ext/base/dfill/manifest.json. In short, we need to add specific build configurations for the addon vs benchmarks vs examples.
@kgryte, applied changes in |
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
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.
LGTM. Thanks, @AuenKr.
Resolves #1471.
Description
This pull request:
@stdlib/blas/ext/base/dcusum
to follow current projects conventionRelated Issues
This pull request:
blas/ext/base/dcusum
to follow current project conventions #1471Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers