Hi, The relevant part of the error message shows that the generic fully scalar gmap.nosimd executable is never built for any cpu architecture:
Note: /<<PKGBUILDDIR>>/build/src/gmap.avx2 does not exist. For faster
speed, may want to compile package on an AVX2 machine
Note: /<<PKGBUILDDIR>>/build/src/gmap.sse42 does not exist. For faster
speed, may want to compile package on an SSE4.2 machine
Note: /<<PKGBUILDDIR>>/build/src/gmap.sse41 does not exist. For faster
speed, may want to compile package on an SSE4.1 machine
Note: /<<PKGBUILDDIR>>/build/src/gmap.ssse3 does not exist. For faster
speed, may want to compile package on an SSSE3 machine
Note: /<<PKGBUILDDIR>>/build/src/gmap.sse2 does not exist. For faster
speed, may want to compile package on an SSE2 machine
Note: /<<PKGBUILDDIR>>/build/src/gmap.nosimd does not exist. For
faster speed, may want to compile package on an non-SIMD machine
Error: appropriate GMAP version not found
Looking into src/Makefile.am, indeed they seem disabled upstream
for the current gmap versions:
# intersect-uint2.c requires SIMD
#bin_PROGRAMS += gmap.nosimd
#bin_PROGRAMS += gmapl.nosimd
#bin_PROGRAMS += gsnap.nosimd
#bin_PROGRAMS += gsnapl.nosimd
My quick attempts to bring the necessary support in the
aforementioned intersect-uint2.c file were not very fruitful so
far. Something in there looks to prevent use of simde.
Anyways, in hope this helps further investigations,
--
.''`. Étienne Mollier <[email protected]>
: :' : gpg: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
`. `' sent from /dev/pts/4, please excuse my verbosity
`-
signature.asc
Description: PGP signature

