-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update Cloudspades #51456
Merged
Merged
Update Cloudspades #51456
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6da07a5
add cloudspades
pdimens 9c352db
Rename recipes/spades/cloudspades/meta.yaml to recipes/cloudspades/me…
pdimens a75105d
rm flags, better versioning, rm arm
pdimens 3fd1c6b
Merge branch 'master' into cloudspades
pdimens 0745483
rm aarch
pdimens ac115e9
fix build
pdimens 8e74a52
add ignore exports, link to the license file directly
pdimens b548ac9
fix constraint
pdimens 2045d43
fix license path
pdimens e8c704e
simplify tests b/c cloudspades acts different
pdimens ad59ff4
Merge branch 'master' into cloudspades
pdimens 3d88e6f
skip osk. make life easier
pdimens 57b00e9
add proper test
pdimens 4f2d95b
add gz
pdimens 6692969
try building with less threads
mencian 9260860
fix tests
mencian 0399e25
edit test command
mencian a373b6b
do not build on aarch64/arm64
mencian 817a88b
Merge branch 'master' into cloudspades
mencian af16fd4
add case for Darwin
mencian 871a400
Merge branch 'master' into cloudspades
mencian 140ff1c
Merge branch 'master' into cloudspades
mencian f1a7429
edit case
mencian a443735
Merge branch 'master' into cloudspades
mencian 73936dd
Add "-D_LIBCPP_DISABLE_AVAILABILITY" for OSX
martin-g 083460a
skip osx x86_64 for now
mencian 8c63287
Merge branch 'bioconda:master' into cloudspades
pdimens f8eb7e7
simplify build script, move things manually, add real test
pdimens 3dcbd08
Merge branch 'master' into cloudspades
pdimens 718787e
fix mv command
pdimens 17d00b4
bump build number
pdimens 2a74765
rm the mv statement, it's redundant
pdimens 7b011b2
rm the test?
pdimens 3913272
rm arm
pdimens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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.
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.
What was the problem with aarch64 here ?
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 fails to compile on ARM
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 guess it failed to compile due to the usage of signed chars.
The support has been removed with this PR - https://github.com/bioconda/bioconda-recipes/pull/51456/files#diff-be671f9588fb1b742546ddcfd20773418719432b8e42799df8df52a9e7a3df9eL8 (
-fsigned-char
is gone)What is the correct way to pass CXXFLAGS for this recipe ?
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 seems to work correctly without any flags but the previous commits that borrowed the CXX flags from the regular
spades
recipe built, however the resulting installation had errors when running (same for the currentspades
recipe, which remains unresolved). AFAIK, there isn't an example of a proper spades ARM build on bioconda and the existingspades
(regular) build is currently bugged and unresolved. See #51390There 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 know just about nothing about compilation, so I'm able to identify that there is an issue, but powerless to implement meaningful fixes.