*UPS Product Installation for cairo v1 6 4 using GCC 4 7 1¶
Prep the /uboone/ directory structure for the new package:
- su products
- mkdir -p /uboone/cairo/v1_6_4/Linux64bit+2.6-2.12-GCC_4_7_1
Download the package, configure, make, make install. The configure directs the install to the ups dir.
As you (you can do it on the second xterm window):
- cd $HOME
- cd /ups/products/install/GCC_4_7_1
- mkdir cairo
- cd cairo
- tar -xvf cairo-1.6.4.tar.gz
- cd cairo-1.6.4
- setup pixman v0_10_0 -q GCC_4_7_1
(also sets up lower level products including gcc 4_7_1)
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib64/pkgconfig
(to pick up libpng.pc)
- ./configure --prefix=/uboone/cairo/v1_6_4/Linux64bit+2.6-2.12-GCC_4_7_1
- make >& make.log &
- su products
- make install
Return to the ups directory to complete the installation.
- cd /uboone/ups/cairo/v1_6_4/
- mkdir ups
- cd ups
- (create the cairo.table):
[rmehdi@uboonedaq-evb ups]$ more cairo.table File = table Product = cairo # ------------------------------------------ Group: Flavor = ANY Qualifiers = "" Action = ExtraSetup Flavor = ANY Qualifiers = GCC_4_7_1 Action = ExtraSetup setupRequired( gcc v4_7_1 ) setupRequired( pkgconfig v0_23 -q GCC_4_7_1 ) setupRequired( intltool v0_35_5 -q GCC_4_7_1 ) setupRequired( freetype v2_3_5 -q GCC_4_7_1 ) setupRequired( expat v2_0_1 -q GCC_4_7_1 ) setupRequired( fontconfig v2_4_2 -q GCC_4_7_1 ) setupRequired( pixman v0_10_0 -q GCC_4_7_1 ) Common: Action = setup setupEnv() prodDir() prodDir(_LIB, lib) prodDir(_INC, include) envPrepend(LD_LIBRARY_PATH, ${UPS_PROD_DIR}/lib) envPrepend(PKG_CONFIG_PATH, ${UPS_PROD_DIR}/lib/pkgconfig) exeActionRequired(ExtraSetup) End:* ups declare -f Linux64bit+2.6-2.12 -q GCC_4_7_1 -r /uboone/cairo/v1_6_4/Linux64bit+2.6-2.12-GCC_4_7_1 -M /uboone/cairo/v1_6_4/ups -m cairo.table cairo v1_6_4