Package Details: cloog 0.21.1-1

Git Clone URL: https://aur.archlinux.org/cloog.git (read-only, click to copy)
Package Base: cloog
Description: Library that generates loops for scanning polyhedra
Upstream URL: http://www.bastoul.net/cloog/
Keywords: lib
Licenses: GPL
Submitter: haawda
Maintainer: patlefort
Last Packager: patlefort
Votes: 67
Popularity: 0.000000
First Submitted: 2014-11-19 12:18 (UTC)
Last Updated: 2023-09-10 07:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

aaronfischer commented on 2018-03-08 19:46 (UTC)

Sorry for the confusion. I've fixed it.

Morganamilo commented on 2018-03-08 15:20 (UTC)

@brliron Compiled for me with --with-isl=bundle. Thanks.

brliron commented on 2018-03-08 13:48 (UTC) (edited on 2018-03-08 13:48 (UTC) by brliron)

I could build it by replacing --with-isl=build --with-isl-builddir=isl with --with-isl=bundle in the PKGBUILD file

gmes78 commented on 2018-03-07 22:16 (UTC)

If the isl package is installed, trying to install the cloog package will fail with the error that @mskrip reported. If you don't have the isl package installed, it fails with the error @RemoteAdmin reported.

RemoteAdmin commented on 2018-03-07 09:32 (UTC)

@aaronfischer Sry your last fix still doesn't fix the package. Now the build error is:

isl/include/isl/id.h:7:10: fatal error: isl/stdint.h: No such file or directory
 #include <isl/stdint.h>
          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:961: source/isl/libcloog_isl_la-domain.lo] Error 1
make[1]: Leaving directory '/build/cloog/src/cloog-0.18.5'
make: *** [Makefile:1062: all-recursive] Error 1

mskrip commented on 2018-03-07 08:59 (UTC)

fails to build with

libtool: error: cannot find the library 'isl/libisl.la' or unhandled argument 'isl/libisl.la'

aaronfischer commented on 2018-03-07 08:18 (UTC)

@gmes78: Oh, thank you! I've made a mistake on the last commit. Should be installed without conflicting files now.

gmes78 commented on 2018-03-06 00:28 (UTC)

Now the cloog package conflicts with the isl package, as it installs /usr/lib/libisl.so, /usr/lib/pkgconfig/isl.pc and /usr/include/isl/*.

It would be better to make a separate isl 0.18 package and depend on it, or statically link to isl 0.18 (not sure how good of an idea that is, though).

aaronfischer commented on 2018-03-05 22:23 (UTC)

@gmes78: Thanks for reporting that. I've changed the build process so the bundled isl version is used (0.18x). This should fix the problem for now until the bug is fixed upstream.

gmes78 commented on 2018-03-05 21:16 (UTC)

cloog fails to build with isl 0.19, giving a bunch of undefined reference errors.