branliu0 / heroku-buildpack-scipy

Custom Heroku buildpack for Python with NumPy and SciPy
MIT License
97 stars 68 forks source link

build scripts for binaries #28

Closed jtarchie closed 8 years ago

jtarchie commented 8 years ago

Could you please provide the building and packaging scripts for NumPy, SciPy, and the dependencies? I checked here, but was unable to find them.

It would be great to verify how they are be compiled and with what compile time options.

Thanks!

andrewychoi commented 8 years ago

@jtarchie, unsure about these specific packages, but there's a couple of vagrant scripts here: https://github.com/andrewychoi/npscipy-binaries/tree/master/vagrant

jtarchie commented 8 years ago

How were they able to recreate the newer versions then? It looks like the only way would be updating these scripts with the version numbers.

andrewychoi commented 8 years ago

Yep! That's how I did the updating.