JuliaMath / Cubature.jl

One- and multi-dimensional adaptive integration routines for the Julia language
Other
127 stars 21 forks source link

host source/binary downloads on another server? #20

Closed maxhgerlach closed 7 years ago

maxhgerlach commented 8 years ago

Both yesterday and today the ab-initio.mit.edu server was awfully slow, making it impossible to download the file cubature-1.0.2.tar.gz when installing this package. This is GPLed code, so I believe it should be fine to just mirror the file here on Github and use that link when installing the package.

stevengj commented 8 years ago

Seems to have been a temporary glitch — the download works fine for me now. In the longer run, however, it might be nice to move the downloads to another server, e.g. bintray.

maxhgerlach commented 8 years ago

That would be a very good idea to improve reliable availability. I had a very hard time locating the cubature source files elsewhere online.

pabloferz commented 8 years ago

I'm also having a hard time downloading the cubature-1.0.2.tar.gz file. So +1 to moving it to another server.

stevengj commented 7 years ago

I just transferred everything to github (https://github.com/stevengj/cubature), docs and all, and have updated the build script in fec35cb9a7a6d522b99409770306d61d729d4c6c. Will tag a new release once tests are green.