On 2016-02-05 00:24, John H Palmieri wrote:
Should the model when building from scratch be

./configure --prefix=/target/location
make
make install

One thing which we could try is to make it such that

./configure --prefix=/target/location
make

installs in /target/location. Like Volker said, we cannot have separate build and install steps.

To implement this, we should set SAGE_LOCAL to /target/location. I'm sure that changing SAGE_LOCAL will break stuff, but maybe not so much these days...

Jeroen.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to