summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/blitz
AgeCommit message (Collapse)Author
2021-08-28blitz: reinstate at 1.0.1B. Kelly
2020-01-14blitz: remove packageBenjamin Hipple
This is very out of date, is pinned to an old version of boost, and the last update was 2.5 years ago marking it as broken. Since no one has fixed it or upgraded to the least version, it seems a strong indication it's no longer used/wanted/maintained and should be removed.
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren
2019-08-31treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen
* freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
2019-08-28treewide: remove redundant recvolth
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2017-09-11blitz++: mark as brokenAristid Breitkreuz
2017-08-03Update homepage attributes: http -> httpsmimadrid
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2016-10-02treewide: Fix more lib.optional misusesTuomas Tynkkynen
2016-04-28boost: Kill unnecessary 'lib' outputTuomas Tynkkynen
This was split in somewhere pre-2014 without the current infra which automates parts of this, in particular the output propagation.
2015-07-01blitz: fix buildPascal Wittmann
2014-11-21blitz: New package, version 0.10 (close #5062)Andreas Herrmann
Fast multi-dimensional array library for C++ Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. Blitz++ provides dense arrays and vectors, random number generators, and small vectors (useful for representing multicomponent or vector fields).