-
I tried for a couple of hours and did not find a solution.
For example, this package: yaml-cpp is on the website: http://www.cpm.rocks/mod/gh/jbeder/yaml-cpp
In my CMakelist.txt:
```
CPM_AddM…
-
The file starts to get messy. I think we should try to use separate files for the submodules.
Tutorial: http://johnlamp.net/cmake-tutorial-4-libraries-and-subdirectories.html
Files: https://github.co…
-
```
What steps will reproduce the problem?
1. install itk as desicribed in wiki
2. launch ipython
3.
import itk
itk.ImageFileReader.IUS2IUS2.New()
What is the expected output? What do you see instea…
-
There's an issue that affects some CMake projects, nameli X265 and AOM, that is that they use the C++ compiler for linking, which means they also pick up all CXX_FLAGS from the crosstool file. When th…
-
I'd like to prevent `conan build` from altering installation paths, i.e. avoid conan from taking `if self._conanfile.package_folder` branch in `conans/client/build/cmake_flags.py`. However, `conan bui…
-
Attempting to install PyMFEM with option `--with-strumpack` as follows:
```
python3 setup.py install --with-parallel --with-strumpack --user
```
fails with the following error:
```
Moving to a d…
-
## Description
`CameraSetCal3Bundler` Python binding report RecursionError only when compiled from source of the newest develop branch. The simplest steps to reproduce are included belo…
-
As a Python packager writing custom hatchling build hooks (using _hatch_build.py_), I would like hatchling to support passing `config_settings` to the hatchling _build_ and _metadata_ hooks so that us…
-
### What happened?
I have tried to compile codelite from the sources, following the instructions at BuildInfo.txt
The compilation was aborted due to a problem with the cmake version.
I'm using…
-
In this example reported on discord - https://buildkite.com/llvm-project/clang-ci/builds/11664#018d84f5-ce97-4b39-b7ab-4cb730aa37e6, the job complains about `clang/docs/OffloadingDesign.rst` which is …