schematika arithmetic with facets + multi-argument runtime polymorphism
  • C++ 94.2%
  • CMake 5.8%
Find a file
2023-10-19 16:52:29 -04:00
cmake initial commit 2023-10-07 00:02:05 -04:00
include/xo/pyutil initial commit 2023-10-07 00:02:05 -04:00
.gitignore + .gitignore 2023-10-08 13:54:55 -04:00
CMakeLists.txt build: + symlink-centric install 2023-10-19 16:52:29 -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