pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [2022Q3] mpich-3.4.3 compilation failure



And, apparently...

  MOD      src/binding/fortran/use_mpi_f08/mpi_f08_types.stamp
src/binding/fortran/use_mpi_f08/mpi_f08_types.f90:355:17:

  355 |     real(real128),dimension(..) :: x
      |                 1
Error: Kind -1 not supported for type REAL at (1)

is what I get when I now try to build this package on NetBSD/macppc,
and that's probably Much Harder to fix or deal with, since on this
platform we have (in C) that sizeof(long double) == sizeof(double),
and they are both 8 bytes (32-bit PowerPC).  I suspect that's all that
the CPU actually implements.

Oh, well!  (Not that I have any specific use for this package, I just
fell over it because it didn't build as part of a bulk build...)
But I think I've arrived at a build+install fix for e.g. NetBSD/amd64,
so it's not all gloomy.

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index