NexGenAnalytics / MIT-MUQ

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

TASK 1e: ensure CMake compile groups only include what is necessary #7

Closed fnrizzi closed 3 weeks ago

fnrizzi commented 3 months ago

"Ensure CMake compile groups are structured to only include what is absolutely necessary. Ideally we would like to be able to install the basic MCMC stack using only eigen, boost, and HDF5. If a c++ compile group is turned off, make sure both its python and test equivalents are turned off as well."

fnrizzi commented 3 weeks ago

compile groups have been fixed and can build individually