master repository for XO: cooperating set of C++ libraries for deterministic simulation
  • C++ 87.5%
  • C 6.2%
  • CMake 3.4%
  • Nix 1%
  • Objective-C++ 0.6%
  • Other 1.2%
Find a file
2024-06-19 18:30:40 -04:00
cmake xo-pyutil: build: streamline using recent xo-cmake improvements 2024-05-01 14:39:09 -04:00
example xo-pyutil: + example (mostly to make LSP happy) 2024-06-17 17:41:50 -04:00
include/xo/pyutil xo-pyutil: bugfix: + prototype_str for unique declare_once() syms 2024-06-19 18:30:40 -04:00
.gitignore xo-pyuitl: ++ .projectile in .gitignore 2024-06-17 16:53:07 -04:00
CMakeLists.txt xo-pyutil: + example (mostly to make LSP happy) 2024-06-17 17:41:50 -04:00
README.md doc: README improvements 2023-10-17 15:06:30 -04:00

pybind11 utilities for XO projects

Getting Started

build + install dependencies

to build + install locally

$ cd xo-pyutil
$ mkdir build
$ cd build
$ PREFIX=/usr/local # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_PREFIX_PATH=$(PREFIX) -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install

LSP support

$ cd xo-pyutil
$ ln -s build/compile_commands.json  # lsp will look for compile_commands.json in the root of the source tree