Previous Page Parent Page Next Page TOC

Solaris

This is no longer maintained.

Libraries

The libraries below are needed to build COPASI. In addition you need the gcc or Sun Studio compilers.
  • LAPACK get the latest package or compile from sources. If needed put the f2c.h file from netlib on the copasi directory
  • libsbml-3.4.1-src.zip
    • Make sure that no old sbml include files are in your include search path.
    • To compile under Solaris we need to disable building shared libraries. Please change src/SBML/Makefile:
           193c193
           < libraries = ../$(PACKAGE).a ../$(PACKAGE).$(SHAREDLIBEXT)
           ---
           > libraries = ../$(PACKAGE).a
  • expat 2.0.1 or later, which may already be installed in your system
  • raptor 1.4.16 or later is needed for RDF support in the MIRIAM annotation.
  • Install the SBW integration library, which can be found here.
  • Install the qwt plotting library, which can be found here.
  • Install the qwt 3D plotting library, which can be found here.