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

Incomplete SCons options on new website #1767

Closed
ischoegl opened this issue Aug 8, 2024 · 0 comments · Fixed by #1790
Closed

Incomplete SCons options on new website #1767

ischoegl opened this issue Aug 8, 2024 · 0 comments · Fixed by #1790

Comments

@ischoegl
Copy link
Member

ischoegl commented Aug 8, 2024

Problem description

Comparing documentation of available SCons options, i.e.:

shows that one intermediate level isn't rendered correctly, e.g. the new version skips information here

cxx_flags: [ string ] Compiler flags passed to the C++ compiler only. Separate multiple options with spaces, for example, "cxx_flags='-g -Wextra -O3 --std=c++14'"

  • default: '-std=c++17'

compared to the original version (which also corresponds to SConstruct content).

cxx_flags: [ string ] Compiler flags passed to the C++ compiler only. Separate multiple options with spaces, for example, "cxx_flags='-g -Wextra -O3 --std=c++14'"

  • default: compiler dependent
    • If using MSVC: '/EHsc /std:c++17'
    • Otherwise: '-std=c++17'

System information

  • Cantera version: newest main
  • OS: N/A
  • Python/MATLAB/other software versions: N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant