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 »

spease commented on 2018-12-26 19:37 (UTC)

I'm getting

/usr/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file

fl.duriez commented on 2018-09-10 10:25 (UTC)

Please update to 0.20.0 and test problems will be solved.

aaronfischer commented on 2018-09-06 20:17 (UTC)

Thanks for reporting the failing tests. There is a fix in a separate branch for that, but that does not fix everything (see my comment) https://github.com/periscop/cloog/issues/42

So, hang in until there is a working patch ready for that. If you need the package NOW, edit the PKGBUILD yourself and disable the tests.

digital commented on 2018-09-06 15:22 (UTC)

Can't build, tests fail

emacsomancer commented on 2018-08-28 17:52 (UTC) (edited on 2018-08-28 17:52 (UTC) by emacsomancer)

When I try to install I get:

FAIL: test/check_c.sh
FAIL: test/check_fortran.sh
FAIL: test/check_strided.sh
PASS: test/check_openscop.sh
FAIL: test/check_special.sh
============================================================================
Testsuite summary for cloog 0.19.0
============================================================================
# TOTAL: 5
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to cloog-development@googlegroups.com
============================================================================

addeps3 commented on 2018-06-14 15:05 (UTC)

If youre trying to build mingw-w64-gcc-base then use package cloog-git instead.

CyberShadow commented on 2018-05-08 16:54 (UTC)

package() is failing for me with:

/usr/bin/install: cannot create regular file '/build/cloog/pkg/cloog//usr/share/doc/cloog/cloog.pdf': File exists

wheatdog commented on 2018-04-06 06:30 (UTC) (edited on 2018-04-06 07:52 (UTC) by wheatdog)

Edit: sorry, this is my fault. It works now.

installed with isl (isl 0.19-1)

$ ldd /usr/bin/cloog
        linux-vdso.so.1 (0x00007ffd6c5f8000)
        libcloog-isl.so.4 => /usr/lib/libcloog-isl.so.4 (0x00007ffa24bc2000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007ffa2480b000)
        libisl.so.15 => not found
        libosl.so.0 => /usr/lib/libosl.so.0 (0x00007ffa245de000)
        libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007ffa2434b000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007ffa24fef000)

aaronfischer commented on 2018-04-05 19:36 (UTC)

Thanks @adsun and @xiretza for pointing out.

adsun commented on 2018-04-05 02:09 (UTC)

texlive-core should be a makedepends, as texlive-bin alone won't allow the build to succeed.