GithubHelp home page GithubHelp logo

Comments (3)

tgamblin avatar tgamblin commented on September 7, 2024

Hm. The compiler search currently throws compilers with an unknown version into a common group, instead of lumping common versions together. I think I initially wrote it this way to see which compilers had failed version checks, but it looks like the version check works fine, and the only things getting thrown in the "unknown" bin are commands that aren't compilers but match the regex.

I think the solution would be to require that compilers can pass the version check, and exclude them entirely if they don't. Does that sound reasonable?

from spack.

cuviper avatar cuviper commented on September 7, 2024

I think that sounds fine to ignore those you can't fully identify, especially since it's possible to edit compilers.yaml manually to add weird things.

FWIW, I have 3 binaries that would match clang-.*: clang-check, clang-format, and clang-tblgen. If I delete the unknown and try again, it looks like they're all indeed matching:

$ spack compiler add
==> Added 3 new compilers to /home/jistone/.spack/compilers.yaml
    clang@unknown  clang@unknown  clang@unknown

But only one entry is actually added. I guess they're simply clobbering each other.

Anyway, I notice gcc is a little more nuanced with its suffix regex, otherwise things like gcc-nm would probably also cause issues. Maybe clang should be refined too?

from spack.

tgamblin avatar tgamblin commented on September 7, 2024

Fixed in develop.

from spack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.