Changes between Version 1 and Version 2 of Ticket #48457, comment 1


Ignore:
Timestamp:
Jul 29, 2015, 4:14:07 PM (9 years ago)
Author:
Schamschula (Marius Schamschula)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48457, comment 1

    v1 v2  
    11Two things:
    22
    3 1. {{{hdf5 @1.8.15-patch1_0+cxx+fortran+gcc49+mpich+szip}}} means that HDF was built with mpich, while {{{octave @3.8.2_10+atlas+gcc49+gui+java+qtgui+x11}}}  was built without mpich. This means we have a compiler mismatch. Octave doesn't know the path to {{{mpi.h}}}.
     31. {{{hdf5 @1.8.15-patch1_0+cxx+fortran+gcc49+mpich+szip}}} means that HDF was built with mpich, while {{{octave @3.8.2_10+atlas+gcc49+gui+java+qtgui+x11}}}  was built without mpich (Note: there is no mpich variant for octave). This means we have a compiler mismatch. Octave doesn't know the path to {{{mpi.h}}}.
    44
    5 2. The current version of octave-io is 2.2.9, so please run {{{sudo port sync}}} before next trying to build octave-io. (Note: there is no mpich variant for octave)
     52. The current version of octave-io is 2.2.9, so please run {{{sudo port sync}}} before next trying to build octave-io.