cmake-cookbook
cmake-cookbook copied to clipboard
CMake Cookbook recipes.
mightybuilder@de08eee6458b:~/cmake-cookbook$ pipenv install --three Virtualenv already exists! Removing existing virtualenv... Creating a virtualenv for this project... Pipfile: /home/mightybuilder/cmake-cookbook/Pipfile Using /opt/conda/bin/python3 (3.6.6) to create virtualenv... ⠋Running virtualenv with interpreter /opt/conda/bin/python3 Using...
Running the recipe leads to an error. ## Expected Behavior Running cmake should lead to no error. ## Current Behavior Somehow, the system boost version (1.71) seems to be detected,...
ENV :macOS STEP: git clone https://github.com/dev-cafe/cmake-cookbook/ cd cmake-cookbook/chapter-11/recipe-01/cxx-example mkdir build cd build cmake .. cpack result: click and install it  but finally it show the error 
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
## Expected Behavior print comment "Intermediate BLAS_LAPACK_wrappers target" ## Current Behavior [user]@[system]:/mnt/d/test-code/cmake-cookbook/chapter-05/recipe-04/cxx-example/build$ cmake --build . [ 16%] Unpacking C++ wrappers for BLAS/LAPACK Scanning dependencies of target math [ 16%] Unpacking...
I can build chapter-01/recipe-03/cxx-example fine with Unix Makefiles or Ninja generator on macOS Catalina with Xcode 11.6. When I use the Xcode generator the hello-world target fails to build properly....
Let's fix CI, which is currently rotten and useless for incoming PRs. ## Description - [X] Use Poetry to manage Python requirements - [ ] Move to GitHub actions for...