On 20 Mrz., 19:10, leif <not.rea...@online.de> wrote: > Well, you could call a trivial shell script (few lines) each time > before you build a Sage version from scratch, which just brings the > openssl package into place and hacks the deps file to make the Python > spkg depend on it. > > I'm not sure whether you could right now also just call (presumably an > analogue of) "./sage -i openssl" *before* you run 'make'.
Looks as if you currently (as of Sage 5.0.beta8) could do tar xf sage-x,y,z,tar cd sage-x.y.z ./sage -i /path/to/openssl-u.v.w.spkg # (but not ./sage -i openssl) # then run make to build Sage, as usual I.e., works *for me*; I don't know OTOH whether openssl may need some other Sage (standard) packages to be installed prior if the system lacks some libraries. -leif -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org