-
The code is littered with problematic conversions from unsigned to signed integers and truncations, because size_t has 64 bit length and int hasn't.
Some of them are issues due to the fact that the T…
-
nanoflann starts to make use of modern CMake which I highly appreciate (https://github.com/jlblancoc/nanoflann/blob/master/CMakeLists.txt#L64). However, this breaks support for CMake 2.8.12 since head…
-
Hey,
I ran a script to check the default branches of Bincrafters's conan repos with the versions available.
Some repos have an older version as their default branch (these should be fixed).
Some re…
-
Reported by @christianbaensch, there are conflicts between the new default variants for deal.II (valid for v`9.0.0`) and those valid for previous versions (e.g. v`8.5.1`). @davydden We need to disable…
-
We notice low performance in the function *find_active_cell_around_point()* where you use for-loops to find the adjacent cells and points, and the **time consuming** is unacceptable in dynamic simulat…
-
Which petsc version officially supported by the new version of libmesh (1.3.0)?
-
I've tried to compile deal.ii 9.0.1 with petsc-3.10.2 and the following error occured:
-- Include /home/zeli/local/src/dealii-9.0.1/cmake/configure/configure_3_petsc.cmake
-- Found PETSC_LIBRARY
…
-
I recently encountered issues when trying to incorporate this library into an SPH code, and in trying to debug (The reason for the debug is also dubious: I realised I had to search the square of the r…
-
CMake Error at /usr/share/mrpt/MRPTConfig.cmake:223 (MESSAGE):
ERROR: MRPT_FIND_COMPONENTS contains 'mrpt-base', not built in mrpt (built
ones:
mrpt-expr;mrpt-core;mrpt-comms;mrpt-hwdrivers;m…
-
I'm trying GCC 8.1 and it's not going well: the system has TBB 4.1 in `/usr/`, and this leads to these errors:
```
/usr/local/gcc-8.1.0/bin/c++ -DBOOST_NO_AUTO_PTR -Isource/numerics -Iinclude -I/h…