Rafal

Results 15 comments of Rafal

Such a little check for mingw: 1. error: ``` -- Found OpenSSL: C:/msys64/mingw64/lib/libcrypto.dll.a (found version "1.1.1q") found components: Crypto CMake Error at CMakeLists.txt:98 (file): file STRINGS file "C:/msys64/usr/local/pkg_mold/src/mold-1.3.1/.git/HEAD" cannot be...

> @3rav Your 1. error was actually a issue on my side, which I now fixed. Thanks, good catch! The 2. error however is really strange, did you accidentally deleted...

In the case of the msys2/mingw environment currently there is this error: ``` In file included from filepath.cc:1: mold.h:17:10: fatal error: sys/mman.h: No such file or directory 17 | #include...

Platform: mingw from https://www.msys2.org, https://github.com/msys2/MINGW-packages, Windows 10 64bit from my PKGBUILD: ``` -GNinja \ -DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \ -DCMAKE_BUILD_TYPE=Release \ -DKokkos_ENABLE_OPENMP=ON \ ../${_realname}-${pkgver} ``` Basic Kokkos compiled without any problems, bug/error for...

I try compile PaStiX with msmpi in MSYS2/MINGW64, but I have this error: `MPI_Fortran_HAVE_F08_MODULE is empty`

Now works (after add: `-DTPL_DSUPERLU_LIBRARIES=${MINGW_PREFIX}/lib/libsuperlu_dist.dll.a \`) The DLL gets installed to /mingw64/lib/libHYPRE.dll instead of /mingw64/bin/libHYPRE.dll, how can I change this?

I already have this flag applied, even though the .dll location is invalid. `-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \`

I add to msys2 repo https://github.com/msys2/MINGW-packages/pull/9895

I was able to compile pnetcdf using msmpi for the mingw64 version but for the version mingw32 it has this error (https://github.com/3rav/MINGW-packages/runs/3893876517?check_suite_focus=true): ``` checking for _FILE_OFFSET_BITS value needed for large...

Sorry for the long delay. I managed to compile with the flags -DCMAKE_CXX_FLAGS = "- fallow-invalid-boz" -DCMAKE_Fortran_FLAGS = "- fallow-invalid-boz" But I also have a problem: Despite the MUMPS package...