boostorg / compute

A C++ GPU Computing Library for OpenCL
http://boostorg.github.io/compute/
Boost Software License 1.0
1.55k stars 333 forks source link

missing boost/preprocessor/seq/for_each.hpp and boost/static_assert.hpp #815

Open mrbbfst opened 5 years ago

mrbbfst commented 5 years ago

in accmulate.hpp

`#include <boost/static_assert.hpp>

include <boost/preprocessor/seq/for_each.hpp>`

there is no static _assert.hpp and preprocessor folder in the boost folder

mrbbfst commented 5 years ago

these files / folders and many others are missing

HolyWu commented 5 years ago

There is something wrong with your boost library installation, because those files/folders are indeed there. If in doubt, download from https://www.boost.org/users/download/ and check again.

coderboyisongithub commented 5 years ago

image This is the file here...and this git ask for such header which dont exist in your respo...

Ulfgard commented 5 years ago

this is part of the full boost package. just download the newest version from boost.org

coderboyisongithub commented 5 years ago

This respo dont give full?

Ulfgard commented 5 years ago

this is the project repository of the compute module of boost which depends on some other boost modules. only full releases contain everything.

if you need some bug fix from the development of compute, you can replace the compute/ folder in a full boost installation with this repo.

coderboyisongithub commented 5 years ago

Will this version build on visual studio 2012..

Ulfgard commented 5 years ago

sorry, i don't do support. You have to try it out yourself.