Drawp3d (neko mips4)

From Nekoware

Jump to: navigation, search
neko_drawp3d
Packaged by: Joerg Behrens
Internal Version: 1
Download: neko_drawp3d-3.2.tardist
Current release: 3.2 / March 11 2008
Use: Unknown
Licence: Unknown
Website: www.psc.edu/Packages/DrawP3D_Home/


DrawP3D is a subroutine library for doing scientific visualization. It was originally developed in connection with the P3D format for describing 3D models (hence the name), but it has since outgrown P3D to become a very versatile package in its own right. In addition to the P3D format, VRML and Open Inventor formats are now supported. This means that 3D models produced by DrawP3D can be included in Web pages and viewed with standard VRML browsers. Interactive output to X Windows and to Silicon Graphics GL is also provided.

For more information visit the http://www.psc.edu/Packages/DrawP3D_Home/ website.

Contents

[edit] Installing the package

Download and install the neko_drawp3d-3.2 (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_drawp3d-3.2.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:

  • No dependencies.

[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_drawp3d.sw.eoe 24,097 Yes 9999 execution only env
neko_drawp3d.sw.lib 2,164 Yes 9999 shared libraries
neko_drawp3d.sw.hdr 46 Yes 9999 header
neko_drawp3d.opt.relnotes 2 No 9999 release notes
neko_drawp3d.opt.src 282 No 9999 original source code
neko_drawp3d.opt.dist 8 No 9999 distribution files


[edit] Post installation Steps

none


[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=IP35:proc=r14000 -I/usr/nekoware/share/pvm3/include -I/usr/include/CC
export CXXFLAGS=$CFLAGS
export CPPFLAGS='-I/usr/nekoware/include'
export CXX=CC
export F77=f77
export LDFLAGS='-L/usr/nekoware/lib -L/usr/nekoware/kde/lib -Wl,-rpath -Wl,/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
export PYTHONHOME=/usr/nekoware
export PYTHONPATH=/usr/nekoware/lib/python2.4
export PERL=/usr/nekoware/bin/perl      
export QTDIR=/usr/nekoware/qt4
export PVM_ROOT=/usr/nekoware/share/pvm3
export PVM_ARCH=SGI



[edit] Configure

gmake -f Makefile_sgi clean
gmake -f Makefile_sgi depend
gmake -f Makefile_sgi
gmake -f Makefile_sgi examples_c
gmake -f Makefile_sgi examples_f

cp libdrawp3d.a /usr/nekoware/lib/
cp drawp3d.h /usr/nekoware/include/
cp p3dgen.h /usr/nekoware/include/
cp pgen_objects.h /usr/nekoware/include/
cp drawp3d_def.f /usr/nekoware/include/

mkdir -p /usr/nekoware/share/drawp3d/examples
cp -p example_* /usr/nekoware/share/drawp3d/examples/


[edit] Release Notes

Click on the "show" link to expand the contents of the package's 'relnotes' file.


[edit] Errors/Miscellaneous

Take a look into the Makefile_sgi, config.mk first befor start compiling.


[edit] Older Versions

  • None

[edit] External Links

Personal tools