Changes between Version 3 and Version 4 of TorqueInstallation


Ignore:
Timestamp:
11/03/10 14:15:51 (13 years ago)
Author:
W. Trevor King <wking@…>
Comment:

Add reference to Gentoo package.

Legend:

Unmodified
Added
Removed
Modified
  • TorqueInstallation

    v3 v4  
    55 * ftp://ftp.sara.nl/pub/outgoing/pbs_python.tar.gz
    66
    7 Then unpack the package. There are 3 methods to build the package:
     7Then unpack the package. There are 4 methods to build the package:
    88 * No package manager, builds default for /usr/local
    99{{{
     
    2222rpmbuild -ba pbs_python.spec
    2323}}}
     24 * Gentoo installation (Gentoo packages pbs_python, so you don't need to download the source by hand)
     25{{{
     26emerge -av sys-cluster/pbs-python
     27}}}
    2428 
    2529== Test the package ==