Difference between revisions of "Tentakel"

From CBLFS
Jump to navigationJump to search
(Added page)
 
(Checkout the Source)
Line 17: Line 17:
 
== Checkout the Source ==
 
== Checkout the Source ==
  
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5.  Either use the tarball above or checkout the most recent copy of Tentakel.
+
The latest stable release (2.2) of Tentakel doesn't build against Python-2.5.  Either use the tarball above or checkout the most recent copy of Tentakel.  
 +
 
 +
18:02, 29 June 2008 (UTC) See [[Talk:Tentakel|discussion]] for possible fix to compatibility issue
  
 
  svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)
 
  svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)

Revision as of 11:02, 29 June 2008

Download Source: http://cross-lfs.org/~arowland/tarballs/t/tentakel-svn-20071030.tar.bz2

Introduction to Tentakel

Tentakel is a program for executing the same command on many hosts in parallel using ssh.

Project Homepage: http://tentakel.biskalar.de/

Dependencies

Required

Checkout the Source

The latest stable release (2.2) of Tentakel doesn't build against Python-2.5. Either use the tarball above or checkout the most recent copy of Tentakel.

18:02, 29 June 2008 (UTC) See discussion for possible fix to compatibility issue

svn co http://svn.tue.mpg.de/tentakel/trunk/tentakel tentakel-$(date +%Y%m%d)

Non-Multilib

Compile the package:

make

Install the package:

PREFIX=/usr make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

PREFIX=/usr make install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package:

PREFIX=/usr make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

PREFIX=/usr make install

Contents

Installed Directories: None
Installed Programs: tentakel
Installed Libraries: None

Short Descriptions