summary refs log tree commit diff
path: root/pkgs/development/libraries/cloog-ppl
Commit message (Collapse)AuthorAge
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* cloog-ppl: No crossAttrs neededJohn Ericson2018-05-10
|
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | 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.
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | Close #12446.
* cloog-ppl: Move build inputs to nativeBuildInputs.Ambroz Bizjak2015-01-28
| | | | This fixes cross-compilation since then we don't try to cross-compile Perl.
* Make platforms.allBut accept a list rather than a single platformLuca Bruno2014-08-09
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* cloogppl: patch to use ppl version 1.0 (close #2236)Benno Fünfstück2014-05-11
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | 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).
* * Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra2011-12-14
| | | | | | | | | | | 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
* Bump cloog-ppl to 0.15.11Shea Levy2011-04-06
| | | | | | | | | | 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
* * Indentation fixes.Eelco Dolstra2010-08-05
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=22961
* Trying to bootstrap gcc 4.5 with ppl, so it does not depend on libstdc++ ↵Lluís Batlle i Rossell2010-08-04
| | | | | | from the boostrap-tools. svn path=/nixpkgs/branches/stdenv-updates/; revision=22947
* Trying to make gcc 4.5 cross-buildableLluís Batlle i Rossell2010-08-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=22848
* Updating cloog-ppl.Lluís Batlle i Rossell2010-01-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19532
* Typo.Ludovic Courtès2009-09-17
| | | | svn path=/nixpkgs/trunk/; revision=17222
* Don't build CLooG-PPL on Cygwin.Ludovic Courtès2009-09-17
| | | | svn path=/nixpkgs/trunk/; revision=17221
* Add CLooG-PPL, an optional dependency of GCC 4.4.Ludovic Courtès2009-07-18
svn path=/nixpkgs/trunk/; revision=16422