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.
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
Add AdaptiveCpp #28679
base: main
Are you sure you want to change the base?
Add AdaptiveCpp #28679
Changes from 41 commits
b585c2f
47bf21e
3b3fca5
74c7c99
1d3993e
9f4be78
1c1b2ef
b1b8bda
fb429ad
a97244b
97b48ee
ad381ff
a4cd5bd
93516d8
2acf144
b1b7401
522fef5
238cc6c
f94312e
f5b097e
b75bd67
acf9b66
c5b309c
7e24532
c9f689b
e0a0ccb
e6a5055
ed2de00
557b769
ed1af68
8902674
b9ef41b
56c6a61
99161e3
63be60d
377458a
4f7f4bc
f10fa7b
cd46bcd
1e854f7
e9298d1
8b4d80c
75e8cfa
3b1b6c1
f7f3a98
fa04275
16a0b4f
cc534c2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
conda has detected unused run dependencies. Could you please supress unused exports?
Possibly you may only need libboost-headers instead of libboost-devel.
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.
Only adding
libboost-headers
fails due to missing components:Let me add
libboost
as well to see if it can resolve it.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.
It appears that
libboost-devel
is indeed required, as it needs to link tocontext
andfiber
. To suppress the warning, I will addlibboost-devel
toignore_run_exports
.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 not familiar with boost. How is that these modules are linked, but not needed at runtime?
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.
Also, there's still warnings about spriv and llvm packages.