We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cmake
Is making a cmake package in scope for biopam?
biopam
It seems quite in use while not very standard:
$ git grep cmake packages/kallisto/kallisto.0.42.4/files/opam-build.sh:cmake .. packages/kallisto/kallisto.0.42.4/opam: [ ["ubuntu"] ["libhdf5-dev" "cmake"] ] packages/kallisto/kallisto.0.42.4/opam: [ ["debian"] ["libhdf5-dev" "cmake"] ] packages/seqan/seqan.2.1.0/files/compile.sh:cmake .. -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS packages/seqan/seqan.2.1.0/opam: [["ubuntu"] ["cmake" ]] packages/seqan/seqan.2.1.0/opam: [["debian"] ["cmake" ]] packages/seqan/seqan.2.1.0/opam: [["osx"] ["cmake"]] packages/spades/spades.3.6.2/opam: [["ubuntu"] ["libbz2-dev" "cmake"]] packages/spades/spades.3.6.2/opam: [["debian"] ["libbz2-dev" "cmake"]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is making a
cmake
package in scope forbiopam
?It seems quite in use while not very standard:
The text was updated successfully, but these errors were encountered: