camsas / firmament

The Firmament cluster scheduling platform
Apache License 2.0
415 stars 79 forks source link

g++ added to the required packages #10

Closed gustafa closed 10 years ago

gustafa commented 10 years ago

g++ added to the required packages as one of the used Google libraries was building with g++ explicitly.

ms705 commented 10 years ago

Ideally, we would move the dependencies over to using clang++ instead of depending on g++, but for now, this is a pragmatic solution that works.

Merging the patch.