Minres / SystemC-Components

A SystemC productivity library: https://minres.github.io/SystemC-Components/
https://www.minres.com/#opensource
Apache License 2.0
86 stars 24 forks source link

changes necessary on my CentOS6 machine #17

Closed roccojonack closed 3 years ago

roccojonack commented 3 years ago

Could you verify these changes? I had to apply on CentOS6 machine. The find for doxygen failed, but it is not necessary to do the find if no docs should be generated. Also my BOOST_ROOT settings were not taking into consideration. But by forcing a minimum version I got the desired result.

eyck commented 3 years ago

Hmm,the doxygen change is fine but I'm reluctant to pin boost to a certain version. Why do you need this?

roccojonack commented 3 years ago

On the CentOS6 machine I always got the default boost install and despite BOOST_ROOT settin I didn't get another version to be picked up. But maybe we should ignore CentOS6 all together. CodaCache model will be delivered for CentOS7 only...