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 .. 3 4 5 6 7 8

aaronfischer commented on 2015-02-05 21:03 (UTC)

Sorry, can't reproduce this problem :( I've run "makepkg" in a empty folder (just the PKGBUILD), and it works on the first try. Even the tests pass.

paulkerry commented on 2015-02-05 19:45 (UTC)

changing the /etc/makepkg.conf MAKEFLAGS option from "-j8" to "-j1" makes this work: I'm unsure why? Perhaps a similar issue to https://bbs.archlinux.org/viewtopic.php?id=193057 ?

paulkerry commented on 2015-02-05 19:36 (UTC)

0.18.3 fails the tests... PASS: check_openscop.sh FAIL: check_fortran.sh FAIL: check_strided.sh FAIL: check_special.sh FAIL: check_c.sh interestingly cd'ing immediately into src/cloog-0.18.3 and running "make check" passes all of the tests. Cheers Paul.

dlandau commented on 2015-01-15 13:22 (UTC)

You don't need to add patch separately, since it is part of base-devel, which is assumed to be installed, see https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

Achterin commented on 2015-01-15 07:57 (UTC)

patch is missing as make dependency.

aaronfischer commented on 2015-01-13 21:28 (UTC)

I've disabled the tests for now until the bug is fixed upstream. https://github.com/periscop/cloog/issues/25

Airon90 commented on 2015-01-11 15:56 (UTC)

Error: [...] \033[31m[CLooG] FAIL: 1 tests failed in SPECIAL\033[0m FAIL: check_special.sh =================================================== 1 of 5 tests failed Please report to cloog-development@googlegroups.com =================================================== [...]

doragasu commented on 2015-01-11 11:33 (UTC)

Same here.

yhager commented on 2014-12-30 21:43 (UTC)

I'm getting test failure: Check file ./isl/jacobi-shared.cloog \c (options -f 4 -l -1 -override -strides 1 -sh 1 ), \c generating... \c --- cloog_temp 2014-12-30 11:51:31.997462959 -0800 +++ ./isl/jacobi-shared.c 2013-10-11 00:27:03.000000000 -0700 @@ -3,7 +3,7 @@ if ((16*floord(t0-1,16) >= -N+g1+t0+1) && (16*floord(g1+t0-3,16) >= -N+g1+t0+1) && (32*floord(t1-1,32) >= -N+g2+t1+1) && (32*floord(g2+t1-3,32) >= t1-32)) { for (c0=max(-16*floord(t0-1,16)+t0,-16*floord(g1+t0-3,16)+t0);c0<=min(32,N-g1-1);c0+=16) { for (c1=-32*floord(t1-1,32)+t1;c1<=min(32,N-g2-1);c1+=32) { - if (c1 >= 1) { + if ((c1 >= 1) && (c1 <= 32)) { S1(c0+g1-1,c1+g2-1); } } FAIL: ./isl/jacobi-shared.c is not the same