summary refs log tree commit diff
path: root/pkgs/development/libraries/isl
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* isl: add 0.20Brian Schroeder2018-11-19
| | | | Update `isl` to use `isl_0_20`.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-08
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
| | | | Bootstrap tools has since been bumped
* isl: 0.15 -> 0.17.1Gaël Deest2016-12-11
| | | | Oups.
* gcc/isl: move bootstrap hardening flags to new bootstrap envRobin Gloster2016-03-28
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster2016-02-22
|
* isl: Add 0.15.0William A. Kennington III2015-07-08
| | | | And remove the defunct and unused default.nix
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* Resurrect old cloog and isl for gcc-4.9Shea Levy2015-05-06
| | | | | | | Fixes #7723 Refs 8af39c1cf725be2f42b8d104cf39f2cd74840cac Refs 5cd11989c55e32df83cf5c4bc257bb6825b4e889
* Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-01
|\
| * Add isl-0.14.1Shea Levy2015-04-30
| |
* | isl: 0.11.1 -> 0.14William A. Kennington III2015-03-26
|/
* Enable parallel building for cloog and islGergely Risko2014-08-28
| | | | | Since these are GCC dependencies, this speeds up building the stdenv closure.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Merge master into stdenv-updatesVladimír Čunát2014-01-20
|\ | | | | | | | | | | Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
| * Add full llvm build, update libc++ and dragoneggShea Levy2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some packages in the llvm suite (e.g. compiler-rt) cannot be built separate from the build of llvm, and while some others (e.g. clang) can the combined build is much better tested (we've had to work around annoying issues before). So this puts llvm, clang, clang-tools-extra, compiler-rt, lld, lldb, and polly all into one big build (llvmFull). This build includes a static llvm, as dynamic is similarly less tested and has known failures. This also updates libc++ and dragonegg. libc++ now builds against libc++abi as a separate package rather than building it during the libc++ build. The clang purity patch is gone. Instead, we simply set --sysroot to /var/empty for pure builds, as all impure paths are either looked up in the gcc prefix (which we hard-code at compile time) or in the sysroot. This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in the normal Linux paths by default, which is the proper behavior IMO. polly required an updated isl. When stdenv-updates is merged, perhaps we can update the isl used by gcc and avoid having two versions. Since llvm on its own is now separate from the llvm used by clang, I've removed myself as maintainer from llvm and will leave maintenance of that to those who are interested in llvm separate from clang. Signed-off-by: Shea Levy <shea@shealevy.com>
* | isl: Avoid a spurious symbol reference that breaks GCC build (#778).Petr Rockai2013-10-27
| |
* | isl: update download urlPeter Simons2013-10-18
| | | | | | | | This patch fixes issue #1091.
* | Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson2013-02-28
|/ | | | No success yet :-(
* Adding a new url for isl.src. The current is only meant for the last version.Lluís Batlle i Rossell2012-02-09
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32167
* * 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
* svn path=/nixpkgs/branches/stdenv-updates/; revision=30859Eelco Dolstra2011-12-12
|
* ISL: Downgrade to 0.07 so that CLooG builds.Ludovic Courtès2011-11-30
| | | | svn path=/nixpkgs/trunk/; revision=30634
* ISL 0.08, with some simplifications.Ludovic Courtès2011-11-30
| | | | svn path=/nixpkgs/trunk/; revision=30632
* Use correct gmp for cross-buildMichael Raskin2011-11-07
| | | | svn path=/nixpkgs/trunk/; revision=30288
* Add isl, the integer set library (needed for cloog, an optional dependency ↵Shea Levy2011-03-31
for GCC 4.6.0) svn path=/nixpkgs/trunk/; revision=26633