https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 07901156f1beec577c6ff7965c2fbda9f00e3c96 authored by Alexandre ANDORRA on 24 June 2020, 11:54:24 UTC
Set-up 3.9.2 Release (#3982)
Tip revision: 0790115
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