$ pip install reportlab
したら
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future error: command 'cc' failed with exit status 1
となった。
依存パッケージ (pillow?) のインストール時に出てるっぽい
Fix 'clang: unknown argument' error after updating to Xcode 5.1
http://kaspermunck.github.io/2014/03/fixing-clang-error/
ここを参考に
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install reportlab