-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix gcc capability check #632
base: master
Are you sure you want to change the base?
Conversation
hey, |
Hi,
or #633
|
Sorry for not knowing this but where is the Gemfile located? |
If you use Bundler, your Ruby project will have a Gemfile in the root that specifies all the dependencies of your project.
|
didn't work... |
Current implementation supports g++ 4.x only, when checking c++11 support.
Fix assumes that any g++ newer than 4 does support c++11.
It allows compiling nmatrix on modern g++ versions.
fixes #630