JohnCremona / eclib

The eclib package includes mwrank (for 2-descent on elliptic curves over Q) and modular symbol code used to create the elliptic curve database.
GNU General Public License v2.0
21 stars 15 forks source link

Fix binder postBuild script #60

Closed embray closed 5 years ago

embray commented 5 years ago

Follow-up to #59; this fixes the build for binder for me.

In the future it might make sense to provide a custom Dockerfile in which to perform the build; since it's done in the "postBuild" script it means we have to compile eclib every time a binder is launched which takes quite some time.