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: 2025-01-14 01:35 (UTC)

Latest Comments

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

Rynsin commented on 2016-05-24 20:10 (UTC)

Can confirm that you need to use isl15 to make this work (and modify the depend in the PKGBUILD) as of today.

Beacon515L commented on 2016-05-21 08:47 (UTC)

I made a package for isl 0.15 to make flortsch's fix a bit easier. https://aur.archlinux.org/packages/isl15/

flortsch commented on 2016-05-17 13:36 (UTC)

Faced the same problem and fixed it by installing isl 0.15, hope it helps.

GeorgeChao commented on 2016-05-13 06:58 (UTC)

When I using makepkg with cloog, I meet some trouble. -- make[3]: Entering directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' FAIL: check_c.sh FAIL: check_fortran.sh PASS: check_strided.sh PASS: check_openscop.sh FAIL: check_special.sh make[4]: Entering directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' cd ..; make libcloog-isl.la make[5]: Entering directory '/home/gg/softwares/cloog/src/cloog-0.18.4' make[5]: 'libcloog-isl.la' is up to date. make[5]: Leaving directory '/home/gg/softwares/cloog/src/cloog-0.18.4' make[4]: Leaving directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' ============================================================================ Testsuite summary for cloog 0.18.4 ============================================================================ # TOTAL: 5 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ============================================================================ See test/test-suite.log Please report to cloog-development@googlegroups.com ============================================================================ Makefile:940: recipe for target 'test-suite.log' failed make[3]: *** [test-suite.log] Error 1 make[3]: Leaving directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' Makefile:1046: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' Makefile:1147: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '/home/gg/softwares/cloog/src/cloog-0.18.4/test' Makefile:1046: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 ==> ERROR: A failure occurred in check().

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.