aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorXiyue Deng2013-10-28 02:16:42 -0700
committerXiyue Deng2013-11-02 17:30:05 -0700
commit47894c1298b5f6b2ee36b840699f70dd78e32690 (patch)
tree97a7f6c32713dc750ffa39fc51e6add746e0f4b3 /Library/Formula/gnuplot.rb
parentf738b55e61c76ca80a9a783cded8fb4d79c35273 (diff)
downloadhomebrew-47894c1298b5f6b2ee36b840699f70dd78e32690.tar.bz2
Add cxxstdlib_check method to request changing C++ stdlib checking.
* In certain cases, a C++ software may result in linking to a different and incompatible C++ standard library than its dependencies and still works fine because it is by design. Examples include GCC, which will bootstrap itself and self-host after finish. * Add a cxxstdlib_check method to formula to request changing the C++ standard library checking. Currently using "cxxstdlib_check :skip" will let a formula skip such checking. This should only be used on rare occasions and be very careful. Closes #23687.
Diffstat (limited to 'Library/Formula/gnuplot.rb')
0 files changed, 0 insertions, 0 deletions