CVM Class Library - notes for OpenSuSE 10.2 users

OpenSuSE 10.2 doesn't come with gfortran by default. To install it, you'll need to download and install the following packages (32-bit platform):

  1. libgfortran41-4.1.2_20061115-5.i586.rpm
  2. mpfr-2.2.0-25.i586.rpm
  3. gcc41-fortran-4.1.2_20061115-5.i586.rpm
  4. gcc-fortran-4.1.3-29.i586.rpm
For 64-bit platform use these packages:
  1. libgfortran41-4.1.2_20061115-5.x86_64.rpm
  2. mpfr-2.2.0-25.x86_64.rpm
  3. gcc41-fortran-4.1.2_20061115-5.x86_64.rpm
  4. gcc-fortran-4.1.3-29.x86_64.rpm
You may also download them from http://rpm.pbone.net/.

The same is true for BLAS and LAPACK libraries. To build them on your OpenSuSE 10.2 box, just download the source code and run the following:

Back To Home