-
Notifications
You must be signed in to change notification settings - Fork 3
Introduced CMake options for the Fortran-API and compiler warnings #299
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
base: main
Are you sure you want to change the base?
Changes from all commits
e05179e
2be5e7d
1b5411a
7db05ef
e541130
bfa24a6
bf66eb7
e60d611
ca7e64f
f15865d
04737e9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,10 @@ For building, `cmake` and its typical workflow is used. | |
| - Specifying the directory `install_directory` for later installation is optional. | ||
| - Optional specification of build type sets some default compiler options for optimized | ||
| or debug code. | ||
| - By default the Fortran-Interface is built; it may be excluded with `DLIBTRIXI_BUILD_FORTRAN_API=OFF`. | ||
|
benegee marked this conversation as resolved.
|
||
| - Optional compiler options `-Wall -Wextra` are specified with `-DLIBTRIXI_ENABLE_WARNINGS=ON`. | ||
| - Optional compiler option `-Werror` is specified with `-DLIBTRIXI_ENABLE_WERROR=ON`. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So far, we have been very strict with respect to warning, because we could. I would thus like to keep it this way, or at least have them on by default. Regarding the Julia 1.12 issue: #259 (comment)
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any strong opinions on this @sloede ? |
||
| - Building of the test is enabled with `-DLIBTRIXI_ENABLE_TESTING=ON`. | ||
| - Building with t8code support is optional. It requires to pass | ||
| `-DT8CODE_ROOT=<t8code_install_directory>`. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.