You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling, I get the following same error in three locations:
"src/t8_cmesh/t8_cmesh_examples.cxx", line 3142: error: expression must have a constant value
constexpr double _CBRT = std::cbrt (1.0);
^
"src/t8_cmesh/t8_cmesh_examples.cxx", line 3223: error: expression must have a constant value
constexpr double _CBRT = std::cbrt (1.0);
^
"src/t8_cmesh/t8_cmesh_examples.cxx", line 3517: error: expression must have a constant value
constexpr double _CBRT = std::cbrt(1.0);
^
I've tried this with the Autotools and CMake build systems on both my laptop and a Linux cluster with the same bugs. I've also tried using different C/C++ standards to no avail.
I had t8code compiled and running a few weeks ago as part of a JOSS review (openjournals/joss-reviews#6887). Perhaps this is from recent changes?
To Reproduce
I followed the installation instructions from the Wiki exactly except for system specific pieces.
Bug report
Describe the bug
When compiling, I get the following same error in three locations:
I've tried this with the Autotools and CMake build systems on both my laptop and a Linux cluster with the same bugs. I've also tried using different C/C++ standards to no avail.
I had
t8code
compiled and running a few weeks ago as part of a JOSS review (openjournals/joss-reviews#6887). Perhaps this is from recent changes?To Reproduce
I followed the installation instructions from the Wiki exactly except for system specific pieces.
Expected behavior
Code compiles to completion.
Log files
CMakeCache.txt
For some reason, there is no CMakeFiles/CMakeError.log or CMakeFiles/CMakeOutput.log. Here is the output of the
make
step:Environment (please complete the following information):
Estimated priority
"Priority: medium" Should be solved within half a year
The text was updated successfully, but these errors were encountered: