-
-
Notifications
You must be signed in to change notification settings - Fork 198
fall back to gcc/clang if g++/clang++ not avaiable, but warn about it #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #608 +/- ##
==========================================
- Coverage 88.64% 88.50% -0.14%
==========================================
Files 2 2
Lines 449 461 +12
==========================================
+ Hits 398 408 +10
- Misses 51 53 +2
Continue to review full report at Codecov.
|
src/PackageCompiler.jl
Outdated
| end | ||
| end | ||
| end | ||
| found_compiler || error("could not find a compiler, looked for ", join(compilers, " and ")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compilers doesn't exist now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed.
|
Tested and fixes the issue 👍 |
Fixes #606