NexGenAnalytics / MIT-MUQ

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

scratch issue for miscellanea DO NOT DELETE #2

Closed fnrizzi closed 3 weeks ago

fnrizzi commented 3 months ago

Building MUQ libs

cmake -DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DMUQ_USE_GTEST=ON \
-DCMAKE_INSTALL_PREFIX=$PWD/../install -S ../ -B ./

Building MUQ examples

export MUQ_DIR=/path/to/MUQ/build
./BuildAllExamples.sh

Things found along the way

pierrepebay commented 3 months ago

GTest Version


The standard required by MUQ being C++11, GTest has to be downgraded to an older version; the last GTest release that does not require a standard higher than C++11 is v1.12.1. image