ggardet

Results 55 comments of ggardet

I use the latest version of atomic-primops (0.8.2), so I cannot try a newer version.

Using `-n 1` option to run in single thread workarounds this problem. But it now shows test issues, reported on https://github.com/nilearn/nilearn/issues/3363

Note: This also affects x86_64 on openSUSE Tubmleweed.

This happens on aarch64, armv7, armv6, ppc64, ppc64le, s390x, riscv64, for openSUSE Tumbleweed. All built natively with GCC 10. CMakeOutput.log: ``` The system is: Linux - 5.11.6-3-default - aarch64 Compiling...

Output of ``cmake` configure is: ``` [ 115s] + mkdir -p build [ 115s] + cd build [ 115s] + /usr/bin/cmake /home/abuild/rpmbuild/BUILD/openMVG-1.6/. '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_INSTALL_LIBDIR:PATH=lib64...

> @liuyanghan @ggardet Could you help on this, I can't repro on my side (despite being on a 64 bit distrib) > > Could you guys, try to comment the...

This can be handled directly in the code, without cmake, since you can def/undef HAVE_CPUID with some arch checks. See https://sourceforge.net/p/predef/wiki/Architectures/ But it does not change much compared to your...

> @ggardet Do you want try to propose a patch via a Pull Request? Sorry, I cannot provide a patch. But I could test one.

My current workaround is to build 0.17.6 => 1.12.0 => current (1.13.0)