Package Details: gklib 5.1.1-4

Git Clone URL: https://aur.archlinux.org/gklib.git (read-only, click to copy)
Package Base: gklib
Description: A library of various helper routines and frameworks used by many of the lab's software
Upstream URL: https://github.com/KarypisLab/GKlib
Licenses: Apache
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 10
Popularity: 0.98
First Submitted: 2023-02-20 02:53 (UTC)
Last Updated: 2025-04-07 16:50 (UTC)

Latest Comments

« First ‹ Previous 1 2

carlosal1015 commented on 2023-07-31 15:47 (UTC) (edited on 2023-07-31 15:49 (UTC) by carlosal1015)

Hi @A_Bart, maybe I can explicit change to use gcc compiler. Looks like the some flags for gcc are not in clang. https://stackoverflow.com/a/14248722

A_Bart commented on 2023-07-31 08:29 (UTC) (edited on 2023-07-31 08:31 (UTC) by A_Bart)

Hello, I get an error when compiling with clang:

[ 56%] Linking C shared library libGKlib.so
clang-15: error: argument unused during compilation: '-pg' [-Werror,-Wunused-command-line-argument]
make[2]: *** [CMakeFiles/GKlib.dir/build.make:481: libGKlib.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: CMakeFiles/GKlib.dir/all] Error 2

I can force my clang to ignore unused command line argument but maybe it's worth patching.