Package Details: mingw-w64-gklib 5.1.1-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-gklib.git (read-only, click to copy)
Package Base: mingw-w64-gklib
Description: A library of various helper routines and frameworks used by many of the labs software (mingw-w64)
Upstream URL: https://github.com/KarypisLab/GKlib
Licenses: Apache
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-17 14:13 (UTC)
Last Updated: 2023-09-20 17:30 (UTC)

Latest Comments

xantares commented on 2023-09-20 17:31 (UTC)

yes, it was missing mingw-w64-regex

Martchus commented on 2023-09-18 20:21 (UTC)

Looks like this needed some regex library to build:

==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/bin/i686-w64-mingw32-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for execinfo.h
-- Looking for execinfo.h - not found
-- Looking for getline
-- Looking for getline - not found
-- Configuring done (5.7s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
    CMAKE_INSTALL_LIBDIR


-- Build files have been written to: /build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/build-i686-w64-mingw32-OFF
make: Entering directory '/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/build-i686-w64-mingw32-OFF'
[  8%] Building C object CMakeFiles/GKlib.dir/cache.c.obj
[  8%] Building C object CMakeFiles/GKlib.dir/blas.c.obj
[  8%] Building C object CMakeFiles/GKlib.dir/csr.c.obj
[  8%] Building C object CMakeFiles/GKlib.dir/b64.c.obj
In file included from /build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/cache.c:12:
/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/./GKlib.h:52:14: fatal error: regex.h: No such file or directory
   52 |     #include <regex.h>
      |              ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/GKlib.dir/build.make:107: CMakeFiles/GKlib.dir/cache.c.obj] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/blas.c:18:
/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/./GKlib.h:52:14: fatal error: regex.h: No such file or directory
   52 |     #include <regex.h>
      |              ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/GKlib.dir/build.make:92: CMakeFiles/GKlib.dir/blas.c.obj] Error 1
In file included from /build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/b64.c:20:
/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/GKlib.h:52:14: fatal error: regex.h: No such file or directory
   52 |     #include <regex.h>
      |              ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/GKlib.dir/build.make:77: CMakeFiles/GKlib.dir/b64.c.obj] Error 1
In file included from /build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/csr.c:10:
/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/./GKlib.h:52:14: fatal error: regex.h: No such file or directory
   52 |     #include <regex.h>
      |              ^~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/GKlib.dir/build.make:122: CMakeFiles/GKlib.dir/csr.c.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: CMakeFiles/GKlib.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/build/mingw-w64-gklib/src/GKlib-METIS-v5.1.1-DistDGL-0.5/build-i686-w64-mingw32-OFF'
==> ERROR: A failure occurred in build().