$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: David M Garza (David.M.Garza_at_[hidden])
Date: 2005-11-18 19:44:10
I would like to install just the uBLAS library on a workstation running 
HP-UX 11.22.  bjam seemed to build okay although there were a few errors 
which didn't seem to bring the process to a halt. Whe I try to use bjam 
to install just the uBLAS library using the command
~/bin/bjam "-sTOOLS=gcc" --prefix=/home/dgarza/ 
-builddir=/tmp/build-scratch/ --with-uBLAS install
It tries to build and install everything.  According to the 
documentation printed by "bjam --help" the --with-... option should 
cause only the specified library to be installed.  Is the name right?
Related to this, I would suggest providing a list of the names 
acceptable in the --with- and --without- options.  Since uBLAS is under 
numeric I wasn't sure if the appropriate library name was numeric, 
ublas, uBLAS, numeric/ublas, etc.  I tried to see if I could find a list 
of names somewhere but I didn't notice one.  Does it just go by 
directory names?
David