You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add one more environment GT4PY_EXTRA_LINK_ARGS for flexible support of various compiler build (this contribution is not copyrightable as it's a trivial change)
<type>:
- build: Changes that affect the build system or external dependencies
- ci: Changes to our CI configuration files and scripts
- style: Changes that do not affect the meaning of the code
- test: Adding missing tests or correcting existing tests
<scope>: cartesian
# ONLY if changes are limited to a specific subsytem
PR Description:
add one more environment GT4PY_EXTRA_LINK_ARGS for flexible support of various compiler build
Requirements
All fixes and/or new features come with corresponding tests.
Important design decisions have been documented in the approriate ADR inside the docs/development/ADRs/ folder.
If this PR contains code authored by new contributors please make sure:
All the authors are covered by a valid contributor assignment agreement provided to ETH Zurich and signed by the employer if needed.
The PR contains an updated version of the AUTHORS.md file adding the names of all the new contributors.
havogt
changed the title
add extra_link_args for flexible support of various compiler build
feat[cartesian]: add extra_link_args for flexible support of various compiler build
Jun 12, 2024
Please also confirm (by a comment in this PR) that this contribution is not copyrightable as it's a trivial change. We don't need you to sign the CAA in that case.
Please also confirm (by a comment in this PR) that this contribution is not copyrightable as it's a trivial change. We don't need you to sign the CAA in that case.
thanks, I had thought there is workflow test before PR, but I didn't find it. yeah, I will follow these workflows for my new PR
Please also confirm (by a comment in this PR) that this contribution is not copyrightable as it's a trivial change. We don't need you to sign the CAA in that case.
Please also confirm (by a comment in this PR) that this contribution is not copyrightable as it's a trivial change. We don't need you to sign the CAA in that case.
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
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.
add one more environment GT4PY_EXTRA_LINK_ARGS for flexible support of various compiler build (this contribution is not copyrightable as it's a trivial change)
add one more environment GT4PY_EXTRA_LINK_ARGS for flexible support of various compiler build
Requirements
If this PR contains code authored by new contributors please make sure:
AUTHORS.mdfile adding the names of all the new contributors.