[GRASS-dev] [GRASS GIS] #1465: Out-of-place builds unsupported

#1465: Out-of-place builds unsupported
-------------------------+--------------------------------------------------
Reporter: strk | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Compiling | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: All |
-------------------------+--------------------------------------------------
It'd be nice to allow out-of-source builds to allow for parallel multiple
configuration or multiple-hosts builds. This is usually a built-in support
with autotools.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1465&gt;
GRASS GIS <http://grass.osgeo.org>

#1465: Out-of-place builds unsupported
-------------------------+--------------------------------------------------
Reporter: strk | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: All |
-------------------------+--------------------------------------------------
Changes (by martinl):

  * milestone: => 7.0.0

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1465#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1465: Out-of-place builds unsupported
-------------------------+--------------------------------------------------
Reporter: strk | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: All |
-------------------------+--------------------------------------------------

Comment(by glynn):

Replying to [ticket:1465 strk]:
> It'd be nice to allow out-of-source builds to allow for parallel
multiple configuration or multiple-hosts builds.

Use lndir or "cp -rs" to create a linked copy, then build that.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1465#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1465: Out-of-place builds unsupported
-------------------------+--------------------------------------------------
Reporter: strk | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: All |
-------------------------+--------------------------------------------------

Comment(by strk):

cp -rs would easily break on svn update

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1465#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#1465: Out-of-place builds unsupported
-------------------------+--------------------------------------------------
Reporter: strk | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: All |
-------------------------+--------------------------------------------------

Comment(by neteler):

Some improvement done in r62246, see

http://lists.osgeo.org/pipermail/grass-dev/2014-October/071293.html

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1465#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>