[phenixbb] cci_apps on irix

Ralf W. Grosse-Kunstleve rwgk at cci.lbl.gov
Sat Aug 23 18:48:32 PDT 2008


> I am just compiling the latest cci_apps package for the IRIX
> platform. I know this is unsupported, but since the package is very
> self-contained, I would not expect major problems with the command-line
> packages (who needs a gui, anyway ;))
> I'm just running into two issues with the boost package which are
> obviously a matter of syntax:

The first one is a typical MIPSpro quirk and would be easy to fix
(add inline to the prototype), but I'm not sure about the second one.
Unfortunately we don't currently have a MIPSpro machine I could use
to figure this out (not enough power in the room to keep that old
amp-eater running!).
Do you still have an older CCI Apps that worked on your machine?
Then you could try to replace the newer boost sources with the
older version. E.g. something like

  cd /usr/local/archive/phenix/cci_apps-1.3/cci_apps_sources
  mkdir incompatible
  mv boost incompatible
  cp -r /usr/local/archive/phenix/cci_apps-that-worked/cci_apps_sources/boost .
  cd ..
  rm cci_apps_build/.sconsign.dblite # like make clean; could be important
  ./cci_apps_install_script.csh

Ralf



More information about the phenixbb mailing list