Package: cloog-org2 Version: 0.18.1 Revision: 2 BuildDepends: gmp5, isl (>= 0.12.2), fink (>= 0.24.12) Conflicts: cloog, cloog-org Replaces: cloog, cloog-org BuildDependsOnly: True Depends: %N-shlibs (= %v-%r) #Source: ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-%v.tar.gz Source: http://www.bastoul.net/cloog/pages/download/cloog-%v.tar.gz Source-MD5: e34fca0540d840e5d0f6427e98c92252 SourceDirectory: cloog-%v ConfigureParams: --prefix=%p --mandir=%p/share/man --infodir=%p/share/info --with-gmp-prefix=%p --with-isl-prefix=%p InfoTest: TestScript: make check || : PatchScript: << perl -pi -e 's|-malign-double||g' configure << InstallScript: << make install DESTDIR=%d VERBOSE=1 << SplitOff: << Package: %N-shlibs Depends: gmp5-shlibs, libgmpxx5-shlibs, isl-shlibs (>= 0.12.2) Files: << %p/lib/libcloog-isl.*.dylib << Shlibs: << %p/lib/libcloog-isl.4.dylib 5.0.0 %n (>= 0.18.0-1) << << License: GPL Description: The Chunky Loop Generator DescDetail: << CLooG is a software which generates loops for scanning Z-polyhedra. That is, CLooG finds the code or pseudo-code where each integral point of one or more parametrized polyhedron or parametrized polyhedra union is reached. CLooG is designed to avoid control overhead and to produce a very efficient code. This is the recommended ISL-based version of CLooG. << DescPackaging: << The FSF gcc 4.2.1 compiler requires the optimization to be reduced to -O1 but this bug is not present in Apple's gcc 4.2.1 compiler so this change is reverted in the PatchScript. << Homepage: http://www.CLooG.org Maintainer: Jack Howarth