-
Since they can only be used in one way and one way only, it points to them as being part of the TEST_SUITE_INITIALIZE / TEST_SUITE_CLEANUP / TEST_FUNCTION_INITIALIZE / TEST_FUNCTION_CLEANUP.
That …
-
**Is your feature request related to a problem? Please describe.**
Adding a new project called `test` using the Project Manager succeeds, but the project cannot be built as the primary CMake target i…
-
The Linux build is failing as the OpenBLAS build fails to detect the CPU type of the Linux instance. This seems like a Github issue, but perhaps one could try and install OpenBLAS from ubuntu apt get.…
-
c65 currently reads input via kbit on native windows. this works interactively but fails if you try to redirect input from a pipe since it still waits for physical keyboard input.
should either…
-
https://ngwind.github.io/2018/10/29/centos%E5%AE%89%E8%A3%85Python3/
-
See cxx failures due to long module name: https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation/actions/runs/3622628311/jobs/6107569800
-
```
VER=3.6.0
```
1. Submodules (within SIRF)
- [x] tag data
+ `git submodule update` # **should not complain**
+ `cd data && git tag -a v$VER -m "version $VER" && git push --tags &&…
-
The [reproc](https://github.com/DaanDeMeyer/reproc) tests depend on a few external binaries. Previously I just passed their (absolute) locations as compile time parameters so the tests could be execut…
-
If I build the attached small test project with Intel Fortran and use the following cmake commandline:
```
FC=ifort cmake -DPFUNIT_DIR=/cmake -D
CMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_Fortran_FLA…
-
When I run make test after install I get this error and I don't know what it means. I'm installing on a clean LXD container running ubuntu 18.04.
Test project /home/ubuntu/graywolf/build
Star…