-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
772c92b
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.
Interestingly, after this some packages fail to find some math functions: http://hydra.nixos.org/eval/1278490#tabs-now-fail e.g. http://hydra.nixos.org/build/36774105/nixlog/1/raw
772c92b
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.
Well, at least in case of
rr
they don't include<math.h>
or<cmath>
anywhere from that file, so it's just upstream bug that was hidden until now. I suggest we just patch the files to add the include; I did so forrr
in e9c612c and d133a16.I really dislike how the c(++) include system works, and actually the whole preprocessing phase...
772c92b
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.
Well, all the missing includes should be resolved by 97c484a.