https://github.com/rgcmaack/PLMSS-Replicability-Stamp
Tip revision: dbb783a7ac1659cb55cb10088198b27888a09daf authored by Robin Maack on 06 April 2023, 13:04:07 UTC
Added description
Added description
Tip revision: dbb783a
ospray.sh
#! /bin/bash
curl -L https://github.com/ospray/ospray/archive/v2.8.0.tar.gz | tar xz --strip-components 1
cmake -S . -B build \
-DOSPRAY_ENABLE_APPS=OFF \
..
cmake --build build
cmake --install build
