Skip to content
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

Adapt sconsx to new compilers in conda #44

Open
pradal opened this issue Mar 14, 2018 · 1 comment
Open

Adapt sconsx to new compilers in conda #44

pradal opened this issue Mar 14, 2018 · 1 comment
Assignees

Comments

@pradal
Copy link
Contributor

pradal commented Mar 14, 2018

New compilers are distributed with conda (see compiler tools).

When a recipe depends on a compiler, a set of environment variables are set:

  • CXX, CXXFLAGS
  • CC, CCFLAGS
  • GFORTRAN, F95, FC, FFLAGS
  • AR, ...

All these flags are ignored by sconsx.
In this issue, we propose to extend the compiler tool in sconsx to configure compiler environment with these values.

@pradal
Copy link
Contributor Author

pradal commented Feb 25, 2023

This is required to pick the right compiler with its options.
However, while the mapping is done for CMake, we have to find the correct combination for SCons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants