Package Details: colpack-git r109.10b780b-1

Git Clone URL: https://aur.archlinux.org/colpack-git.git (read-only, click to copy)
Package Base: colpack-git
Description: A Graph Coloring Algorithm Package
Upstream URL: https://github.com/CSCsw/ColPack
Licenses: LGPL3
Provides: colpack
Submitter: x2b
Maintainer: x2b
Last Packager: x2b
Votes: 0
Popularity: 0.000000
First Submitted: 2019-01-08 16:48 (UTC)
Last Updated: 2019-01-08 16:48 (UTC)

Dependencies (1)

Required by (3)

Sources (1)

Latest Comments

contle commented on 2023-11-18 20:29 (UTC) (edited on 2023-11-18 20:30 (UTC) by contle)

To fix this package, you need to exchange the configure line of

cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR="/usr/lib"

into

cmake cmake -D...

because the makefiles are in the build/cmake directory

x2b commented on 2019-10-28 11:42 (UTC)

@acxz: You are right, thanks for noticing :) The colpack devs have apparently changed their build process. Unfortunately, they have also messed up the packaing, making this in part an upstream issue. I will just include ask the devs to take care of it...

acxz commented on 2019-10-26 01:41 (UTC)

Hello @x2b, thank you for creating this package. I have run into an issue trying to install this package.

==> Making package: colpack-git r109.10b780b-1 (Fri 25 Oct 2019 09:38:36 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating ColPack git repo...
Fetching origin
==> Validating source files with md5sums...
    ColPack ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of ColPack git repo...
Cloning into 'ColPack'...
done.
==> Starting prepare()...
CMake Error: The source directory "/home/acxz/.cache/yay/colpack-git/src/ColPack" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: colpack-git