Drqueue (neko mips4)
From Nekoware
| neko_drqueue | |
| Packaged by: | Joerg Behrens |
|---|---|
| Internal Version: | 1 |
| Download: | neko_drqueue-0.63.3.tardist |
| Current release: | 0.63.3 / June 11 2006 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | www.drqueue.org/ |
DrQueue is an Open Source render farm managing software. It distributes shell based tasks such as rendering images on a per frame basis. DrQueue works under Linux, FreeBSD, Irix, Mac OS X and Windows. It is distributed under GPL and is composed by three main tools: master, slave and drqman.
For more information visit the http://www.drqueue.org/ .
Contents |
[edit] Installing the package
Download and install the neko_drqueue-0.63.3 (version 1) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_drqueue-0.63.3.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_drqueue.sw.eoe | 1,888 | Yes | 9999 | execution only env |
| neko_drqueue.opt.relnotes | 3 | No | 9999 | release notes |
| neko_drqueue.opt.src | 200 | No | 9999 | original source code |
| neko_drqueue.opt.dist | 10 | No | 9999 | distribution files |
| neko_drqueue.opt.patches | 18 | No | 9999 | source code patches |
[edit] Post installation Steps
export DRQUEUE_ROOT=/usr/nekoware/drqueue export DRQUEUE_MASTER=computer
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH
[edit] Patches
You may need to apply the following patches: drqueue-0.63.3_irix.patch
[edit] Configure
gmake gmake INSTROOT=/usr/nekoware/drqueue INSTUID=root INSTGID=sys install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME: neko_drqueue SOURCE/VERSION: drqueue-0.63.3 DESCRIPTION: DrQueue is an Open Source render farm managing software. It distributes shell based tasks such as rendering images on a per frame basis. DrQueue works under Linux, FreeBSD, Irix, Mac OS X and Windows. It is distributed under GPL and is composed by three main tools: master, slave and drqman. For more information visit the http://www.drqueue.org/ . ENVIRONMENT VARIABLES: export CC=c99 export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH CONFIGURE FLAGS: gmake gmake INSTROOT=/usr/nekoware/drqueue INSTUID=root INSTGID=sys install KNOWN DEPENDANCIES: neko_atk.sw.lib 4 maxint neko_cairo.sw.lib 3 maxint neko_expat.sw.lib 3 maxint neko_fontconfig.sw.lib 3 maxint neko_freetype2.sw.lib 3 maxint neko_gettext.sw.lib 2 maxint neko_glib.sw.lib 6 maxint neko_glitz.sw.lib 1 maxint neko_gtk.sw.lib 6 maxint neko_libiconv.sw.lib 2 maxint neko_libpixman.sw.lib 2 maxint neko_libpng.sw.lib 3 maxint neko_libxrender.sw.lib 2 maxint neko_pango.sw.lib 7 maxint neko_zlib.sw.lib 6 maxint neko_perl.sw.perl 2 maxint INSTALLATION: export DRQUEUE_ROOT=/usr/nekoware/drqueue export DRQUEUE_MASTER=computer ERRORS/MISCELLANEOUS: All compilerflags have to be placed into the Makefiles first! 1. Apply the patch 2. Adjust the pathes to the config files in master.h, slave.h and drqman/main.c 3. Rename your /sbin/uname and place a shell script there which returns 'IRIX'. This step is only needed when you compiling drqueue on a machine where uname -s return 'IRIX64'. All the source files check only for the term 'IRIX' which doest match on modern SGI machines. #!/bin/sh echo "IRIX"; 4. INSTUID and INSTGID where set to root:sys after applying the patch. For secrurity this isnt a good choice so there is a exitop script which creates a drqueue user and group if doesnt exists and change the owner of the files. 5. Create symlinks from every configuration file foo.IRIX to foo.IRIX64 to be sure that it runs on both versions From the bin directory 'for i in `ls *.IRIX`;do ln -s $i "$i"64;done;' 6. Correct the perl locations in all +.pl files to /usr/nekoware/bin/perl 7. Corrent the pathes in the 3 *.conf files PACKAGED BY: Joerg Behrens (behrens@takenet.de) |
[edit] Errors/Miscellaneous
All compilerflags have to be placed into the Makefiles first!
1. Apply the patch 2. Adjust the pathes to the config files in master.h, slave.h and drqman/main.c 3. Rename your /sbin/uname and place a shell script there which returns 'IRIX'. This step is only needed when you compiling drqueue on a machine where uname -s return 'IRIX64'. All the source files check only for the term 'IRIX' which doest match on modern SGI machines.
- !/bin/sh
echo "IRIX";
4. INSTUID and INSTGID where set to root:sys after applying the patch. For secrurity this isnt a good choice so there is a exitop script which creates a drqueue user and group if doesnt exists and change the owner of the files. 5. Create symlinks from every configuration file foo.IRIX to foo.IRIX64 to be sure that it runs on both versions
From the bin directory 'for i in `ls *.IRIX`;do ln -s $i "$i"64;done;'
6. Correct the perl locations in all +.pl files to /usr/nekoware/bin/perl 7. Corrent the pathes in the 3 *.conf files
[edit] Older Versions
- None
