Re: Nanopolish: gcc-7 issue solved, but immintrin.h missing on most architectures (original) (raw)




Hi Gert,

On Mon, Sep 18, 2017 at 02:58:32PM +0200, Gert Wollny wrote:

Am Montag, den 18.09.2017, 13:54 +0200 schrieb Andreas Tille:

 #    include <immintrin.h>               ^~~~~~~~~~~~~ compilation terminated. ...

On amd64 this is provided by libgcc-*-dev package - how to build the package on those other architectures?

immintrin.h is a x86/amd64 specific header for intrinsics, so the package may simply not support other architectures. At least in util.h I see nothing that tests whether the according SSE and related intrinsics are actually supported.

So I'll probably restrict the package to Intel architectures.

Any idea why hdf5 is not found on i386?

Kind regards

 Andreas.

-- http://fam-tille.de


Reply to: