shaomeng / libpressio-sperr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibPressio-SPERR

A LibPressio compressor plugin for SPERR. Packaged seperately because of GPL Licensing

Installation

Via Spack

git clone https://github.com/robertu94/spack_packages robertu94_packages
spack repo add ./robertu94_packages

spack install libpressio-sperr

Manually Via CMake

# install cmake, sperr, libpressio and dependencies first

cmake -S . -B build -DCMAKE_INSTALL_PREFIX
cmake --build build
cmake --install

About

License:GNU General Public License v3.0


Languages

Language:C++ 79.5%Language:CMake 20.0%Language:C 0.5%