JPenuchot / ctbench

Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.

Home Page:https://jpenuchot.github.io/ctbench-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sciplot submodule?

r-barnes opened this issue · comments

Is it possible to set sciplot up so that it can be pulled from a submodule or similar without requiring a system-wide install?

openjournals/joss-reviews#5165

commented

Hi, vcpkg provides a package for Sciplot for local installs that doesn't break compatibility with CMake's find_package.

I'll work on it and come back to you as soon as a decent (ie. simple and documented) vcpkg integration is ready.

commented

I've added the instructions for Sciplot local install using vcpkg, and this method is now used to build ctbench and the tests in the CI for both Ubuntu and Archlinux. I'm closing the issue, thanks for your feedback.