HSA-Libraries / Bolt

Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
Other
373 stars 65 forks source link

BOOST_ROOT is not required on UNIX systems #228

Open pavanky opened 9 years ago

pavanky commented 9 years ago

Hard coding the path is creating issues on Ubuntu. I think this will cause issues on OSX as well.

soulslicer commented 5 years ago

How do i fix this?