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 »

claudiocabral commented on 2016-08-02 11:50 (UTC)

hi, this package builds fine in armv7h could you please add it to the list of supported architectures?

DrMartinus commented on 2016-06-23 07:32 (UTC)

I have the same problem like apaatsio.

frankspace commented on 2016-05-27 04:54 (UTC)

For what it's worth, I tried upgrading isl to the latest version, 0.17.1, and that generated the same failure reported by GeorgeChao.

marcvangend commented on 2016-05-26 13:53 (UTC)

@apaatsio there seems to be some circular dependency. I solved it by simply uninstalling both packages (`sudo pacman -R cloog isl`) and then reinstalling cloog.

apaatsio commented on 2016-05-26 09:46 (UTC)

==> Continue installing isl15 ? [Y/n] ==> [v]iew package contents [c]heck package with namcap ==> --------------------------------------------------- ==> y loading packages... resolving dependencies... looking for conflicting packages... :: isl15 and isl are in conflict. Remove isl? [y/N] y error: failed to prepare transaction (could not satisfy dependencies) :: cloog: removing isl breaks dependency 'isl>=0.14' ==> WARNING: Your packages are saved in /tmp/yaourt-tmp-antti cp: overwrite '/tmp/yaourt-tmp-antti/isl15-0.15-1-x86_64.pkg.tar.xz'? y ==> Restart building cloog ? [y/N] What's happening here? What should I do to fix the conflict between isl15 and isl?

aaronfischer commented on 2016-05-25 18:52 (UTC)

Thanks! I've added isl15 as the dependency.

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().