summary refs log tree commit diff
path: root/pkgs/development/libraries/fftw
Commit message (Collapse)AuthorAge
* treewide: Remove unnecessary `--disable-static` (#66759)Niklas Hambüchen2019-08-31
| | | | | | | | | | | | | | * 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.
* treewide: remove redundant recvolth2019-08-28
|
* fftw: use checkInputs, fix testsJan Malakhovski2018-08-11
|
* fftw: support multiple src URLsBenjamin Hipple2018-06-09
| | | | | | | | The fftw download page provides both an HTTP and FTP endpoint for downloading release tarballs: http://fftw.org/download.html Since some users may have difficulty fetching via FTP through corporate firewalls, we should provide the option to get it over HTTP as well.
* fftwLongDouble: 3.3.7 -> 3.3.8 (#41299)R. RyanTM2018-05-31
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fftw-long-double/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.3.8 with grep in /nix/store/7csndk7q4h2wvv46ndgh6lm4j0ybx9zf-fftw-long-double-3.3.8 - directory tree listing: https://gist.github.com/05084878f5535b72e17b90667821c468 - du listing: https://gist.github.com/174653df406b155bf1a9c07da9257f54
* fftw: disable using openmp w/muslWill Dietz2018-02-13
| | | | For now anyway, since we build w/o support for it IIRC.
* fftw: 3.3.6-pl1 -> 3.3.7Bart Brouns2017-12-08
|
* fftw: fix on Darwin (hopefully)Vladimír Čunát2017-08-20
| | | | It won't produce the $info output.
* treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* fftw: 3.3.5 -> 3.3.6-pl1 (#23226)Bart Brouns2017-02-27
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Revert "Revert "Merge branch 'modprobe-fix' of ↵Shea Levy2016-08-24
| | | | | | | | | | git://github.com/abbradar/nixpkgs"" Revert a revert of a merge that shouldn't have been in master but was intentionally in staging. Next time I'll do this right after the revert instead of so far down the line... This reverts commit 9adad8612b082bcbae30c81678a04b79a44079a4.
* fftw: fix on darwinAnthony Cowley2016-08-21
| | | | | doc generation involves running Fortran wrapper generation shell scripts that hard code references to gcc which fails on darwin.
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* fftw: 3.3.4 -> 3.3.5Bart Brouns2016-07-31
|
* Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\
| * fftw: add fftwLongDouble, disable SSE2 in that caseFrederik Rietdijk2015-11-30
| |
* | imagemagick, soxr, fftw, libraw: remove explicit gcc.libVladimír Čunát2015-10-28
| | | | | | | | It is no longer needed after cc-wrapper fixes.
* | fftw: split into multiple outputsVladimír Čunát2015-10-13
| | | | | | | | Again, referrers look good.
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * remove all references to `stdenv.cc.cc.is{GNU,Clang}`Eric Seidel2015-05-11
| | | | | | | | | | use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be defined.
* | soxr, libraw, fftw, imagemagick: fix build by a hackVladimír Čunát2015-04-21
|/
* fftw: Fix Darwin buildSpencer Whitt2015-03-27
|
* fftw: Update to 3.3.4Eelco Dolstra2014-07-15
|
* fftw: minor update and major refactoringVladimír Čunát2014-01-01
| | | | | | | | | - Unify the "single" and "float" variants, which are the same thing. - Enable threads and openmp wrapper by default (they are very small). - Don't use sse on i686, as I'm quite sure we have no warrant for that. Cf. http://en.wikipedia.org/wiki/Pentium_Pro - Disable static libs (big, no indication we need them). - I tested most builds using fftw (they build OK).
* rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of ↵Jack Cummings2013-03-31
| | | | rawtherapee requires it.
* Julia language: update to a fresh versionMichael Raskin2012-08-02
| | | | | | | Update julia and some of its dependencies Split PCRE because a lot of packages depend on it and I am not sure we want to test them in a hurry (and Julia specifies exact version).
* Adding some features in fftw, that I think they should work fine in linux at ↵Lluís Batlle i Rossell2010-06-24
| | | | | | | | | least. (higher speed, multithread). I also fixed the namings about single/double floats. svn path=/nixpkgs/trunk/; revision=22402
* Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work ↵Lluís Batlle i Rossell2009-04-05
| | | | | | anymore. svn path=/nixpkgs/trunk/; revision=14892
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* fftw also with single support now, new name suffix indecating which one is usedMarc Weber2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13064
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Fixed log nesting; added Qi.Michael Raskin2007-11-08
| | | | svn path=/nixpkgs/trunk/; revision=9601
* Added a new setup proposal, builder is no more derived from shell script ↵Michael Raskin2007-10-29
(where edit=glibc rebuild), but is composed from a nix attribute set with strings and dependencies - so if you add a function, old expressions ignore it; collateral damage are packages in this style: Fastest Fourier Transform in the West, Audacity sound editor, Falling Sand game. Also added string equality that ignores dependencies to lib. Note that hasSuffixHack is now the more predictable version, but hasSuffix is left to remind us to fix the bug. svn path=/nixpkgs/trunk/; revision=9549