seqan3 icon indicating copy to clipboard operation
seqan3 copied to clipboard

[DOC] add remark about how to set CC and CXX vars

Open SGSSGene opened this issue 2 years ago • 3 comments

This adds a remark on how to set CC and CXX.

Also, added a comment about failing to find SDSL even though the problem lies with apple clang. see https://github.com/seqan/seqan3/issues/3046

SGSSGene avatar Aug 31 '22 13:08 SGSSGene

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
seqan3 ✅ Ready (Inspect) Visit Preview Oct 24, 2022 at 8:08AM (UTC)

vercel[bot] avatar Aug 31 '22 13:08 vercel[bot]

Codecov Report

Base: 98.25% // Head: 98.25% // No change to project coverage :thumbsup:

Coverage data is based on head (e1db405) compared to base (dc497ac). Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3049   +/-   ##
=======================================
  Coverage   98.25%   98.25%           
=======================================
  Files         276      276           
  Lines       12344    12344           
=======================================
  Hits        12128    12128           
  Misses        216      216           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Aug 31 '22 13:08 codecov[bot]

We explain how to use -DCMAKE_CXX_COMPILER further down. I would kinda prefer to set it in cmake, because it persists in a new shell session.

The sdsl error could be generalized for all submodules, sdsl is just currently the first one we check.

eseiler avatar Aug 31 '22 17:08 eseiler

@SGSSGene I pushed a suggestion, what do you think?

eseiler avatar Oct 24 '22 08:10 eseiler

Good suggestion!

SGSSGene avatar Oct 24 '22 08:10 SGSSGene