https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 58993817f929366047d9a6db53b731a87bca3ba9 authored by Christopher Fonnesbeck on 09 April 2018, 14:00:01 UTC
Merge branch 'v3.4_release'
Tip revision: 5899381
buildosx
#!/bin/sh
export CFLAGS="-arch x86_64"
export FFLAGS="-static -ff2c -arch x86_64"
export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch x86_64"
rm -rf build
python setupegg.py bdist_egg
back to top