about summary refs log tree commit diff
path: root/pkgs/development/libraries/cloog-ppl
AgeCommit message (Collapse)AuthorFilesLines
2021-07-02development: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-05-10cloog-ppl: No crossAttrs neededJohn Ericson1-4/+0
2018-03-14treewide: get rid of platforms.allButJohn Ericson1-1/+1
Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
2016-01-18refactor to use autoreconfHook where possibleRobin Gloster1-8/+3
Close #12446.
2015-01-28cloog-ppl: Move build inputs to nativeBuildInputs.Ambroz Bizjak1-1/+1
This fixes cross-compilation since then we don't try to cross-compile Perl.
2014-08-09Make platforms.allBut accept a list rather than a single platformLuca Bruno1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-05-11cloogppl: patch to use ppl version 1.0 (close #2236)Benno Fünfstück2-1/+30
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra1-1/+1
This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
2011-12-14* Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra1-15/+3
some redundant builds (e.g., GMP was built three times). * Updated GMP to 5.0.2. * Updated PPL to 0.11.2. * Remove ad hoc flags to build GCC's dependencies statically. Instead, use the ‘makeStaticLibraries’ stdenv adapter. * Build GMP with C++ support by default. svn path=/nixpkgs/branches/stdenv-updates/; revision=30891
2011-04-06Bump cloog-ppl to 0.15.11Shea Levy1-2/+2
This is so ppl can be bumped to 0.11, so that when stdenv-updates is merged we can go back to only having one version of ppl Tested by nix-build -A gcc44: gcc-4.4 was the first to use graphite optimizations, and obviously stdenv had to be rebuilt to compile gcc-4.4 svn path=/nixpkgs/branches/stdenv-updates/; revision=26706
2010-08-05* Indentation fixes.Eelco Dolstra1-7/+10
svn path=/nixpkgs/branches/stdenv-updates/; revision=22961
2010-08-04Trying to bootstrap gcc 4.5 with ppl, so it does not depend on libstdc++ ↵Lluís Batlle i Rossell1-5/+14
from the boostrap-tools. svn path=/nixpkgs/branches/stdenv-updates/; revision=22947
2010-08-01Trying to make gcc 4.5 cross-buildableLluís Batlle i Rossell1-0/+4
svn path=/nixpkgs/branches/stdenv-updates/; revision=22848
2010-01-19Updating cloog-ppl.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=19532
2009-09-17Typo.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=17222
2009-09-17Don't build CLooG-PPL on Cygwin.Ludovic Courtès1-0/+21
svn path=/nixpkgs/trunk/; revision=17221
2009-07-18Add CLooG-PPL, an optional dependency of GCC 4.4.Ludovic Courtès1-0/+41
svn path=/nixpkgs/trunk/; revision=16422