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 2016-04-11 08:41 (UTC)

@cengizIO: I've reported the problem upstream (https://groups.google.com/forum/?hl=en#!topic/cloog-development/O6pH-ZqNx6g)

cengiz_io commented on 2016-04-09 12:33 (UTC)

Hello. 0.18.4-1 tests fail with isl 0.16 (https://aur.archlinux.org/packages/isl) Installing isl 0.15 from upstream (http://isl.gforge.inria.fr/) allows cloog tests to pass.

aaronfischer commented on 2015-02-16 20:25 (UTC)

Thanks for your suggestions and tests! I've added isl>=0.14 version dependency and add the -j1 switch to the check function.

stas commented on 2015-02-16 12:10 (UTC)

roukoswarf, check_special.sh test failed for me too, until I updated isl from 0.13 to the latest 0.14.

roukoswarf commented on 2015-02-13 04:39 (UTC)

The check still fails for me, ensured everything was forced as 1 thread, fails every time on check_special.sh.

thx1138 commented on 2015-02-07 02:12 (UTC)

If the race condition only effects "make check", then "MAKEFLAGS=-j1" can be removed from the build() function, and the line "make check" can be changed to "make -j1 check" in the check() function. This will allow the faster parallel build, and avoid the race during make check. I have not had a problem building cloog myself, but I have seen a race conditions in another package, when running libtool.

Roken commented on 2015-02-06 19:53 (UTC)

I changed the PKGBUILD this morning to include options=('!makeflags'), but I let the update run through tonight and no problem.

aaronfischer commented on 2015-02-06 09:38 (UTC)

Thanks for your help on this! I've tested it with different -j settings and modify the PKGBUILD acordingly. Should work now for everyone.

paulkerry commented on 2015-02-05 22:38 (UTC)

It also works perfectly for me if... 1 - I use the default /etc/makepkg.conf which has MAKEFLAGS commented out or 2 - I set MAKEFLAGS in /etc/makepkg.conf to "-j1" from "-j8" or 3- I leave MAKEFLAGS in /etc/makepkg.conf set to "-j8" and add this line... options=('!makeflags') to the PKGBUILD file. There is something on the arch wiki related to this... https://wiki.archlinux.org/index.php/makepkg#MAKEFLAGS plus a few items on the arch forums. Have you set any MAKEFLAGS in /etc/makepkg.conf or do you have the default? Perhaps you could consider adding the simple line to the PKGBUILD file to prevent future problems? Cheers Paul.

cfr42 commented on 2015-02-05 22:37 (UTC)

I can confirm that this needs a non-parallel build else the 4 tests paulkerry mentions fail. This is only a problem, as far as I know, if you are using a modified makepkg.conf which enables parallel builds.