summary refs log tree commit diff
path: root/pkgs/development/libraries/fflas-ffpack
Commit message (Collapse)AuthorAge
* fflas-ffpack_1: removeTimo Kaufmann2019-09-25
| | | | No longer used in nixpkgs, so we can clean it up.
* fflas-ffpack: add timokau as a maintainerTimo Kaufmann2019-09-25
| | | | | I'm interested in this package as a dependency of sage and therefore would like ofBorg to notify me on changes.
* fflas-ffpack: disable all avx versions by defaultTimo Kaufmann2019-09-25
| | | | | To fix a transient failure on hydra. See https://github.com/linbox-team/fflas-ffpack/issues/284 for more details.
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ | | | | | | Fixed trivial conflicts caused by removing rec.
| * fflas-ffpack: 2.4.0 -> 2.4.3 (#68108)Timo Kaufmann2019-09-04
| |
* | treewide: remove redundant quotesvolth2019-08-26
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* givaro: 4.0.4 -> 4.1.0, fflas-ffpack: 2.3.2 -> 2.4.0, linbox: 1.5.2 -> 1.6.0 ↵Timo Kaufmann2019-05-11
| | | | | | | | (#61285) The three packages are interdependent and need to be updated together, like the main contributor did for sage: https://trac.sagemath.org/ticket/24214
* compilation for particular x86_64 architecturevolth2019-04-30
|
* fflas-ffpack: add patch to fix flaky test (#53005)Timo Kaufmann2018-12-28
|
* Merge pull request #45013 from jbaum98/fflas-ffpack_darwinTimo Kaufmann2018-08-19
|\ | | | | fflas-ffpack: Add darwin support
| * fflas-ffpack: Add darwin supportJake Waksbaum2018-08-18
| |
* | treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* fflas-ffpack: Drop liblapack dependencyTimo Kaufmann2018-04-23
|
* fflas-ffpack: enable checks, disable simdTimo Kaufmann2018-04-12
|
* fflas-ffpack: 2.2.2 -> 2.3.2Ryan Mulligan2018-03-22
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config -h` got 0 exit code - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config --help` got 0 exit code - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config help` got 0 exit code - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config -V` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config -v` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config --version` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config version` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config -h` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config --help` and found version 2.3.2 - ran `/nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2/bin/fflas-ffpack-config help` and found version 2.3.2 - found 2.3.2 with grep in /nix/store/10g4cklvbc5d7hkymlzbgnn7yw7mgdkp-fflas-ffpack-2.3.2 - directory tree listing: https://gist.github.com/e66f5e5926034e2f224c064aba1c3613
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-21
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* fflas-ffpack_1: init at 1.6.0Michael Raskin2016-10-26
|
* fflas-ffpack: init at 2.2.2Michael Raskin2016-10-26