about summary refs log tree commit diff
path: root/pkgs/development/libraries/blitz
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26blitz: 1.0.1 -> 1.0.2Robert Schütz1-24/+27
https://github.com/blitzpp/blitz/releases/tag/1.0.2
2022-01-16python,pythonPackages: make aliasesRobert Schütz1-2/+2
Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
2021-11-14blitz: fix build for darwinflurie1-8/+19
2021-11-10treewide: quote urls according to rfc 0045 (#145260)xaverdh1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-28blitz: reinstate at 1.0.1B. Kelly1-0/+67
2020-01-14blitz: remove packageBenjamin Hipple3-127/+0
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 Broeren1-1/+1
2019-08-31treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen1-1/+0
* 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 recvolth1-1/+1
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-09-11blitz++: mark as brokenAristid Breitkreuz1-0/+2
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
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 Tynkkynen1-1/+1
2016-04-28boost: Kill unnecessary 'lib' outputTuomas Tynkkynen1-2/+2
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 Wittmann1-2/+1
2014-11-21blitz: New package, version 0.10 (close #5062)Andreas Herrmann3-0/+126
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).