Commit Graph

54 Commits

Author SHA1 Message Date
nek0
7a40fdc288 krita: 5.1.5 -> 5.2.0 2023-11-30 18:02:27 +01:00
Spencer Whitt
21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00
Tungsten842
23f23a89b3 fftw: enable optimizations unconditionally and build with mtune=generic 2023-03-13 12:31:32 +01:00
John Ericson
49786f55e1 fftw: Add meta.pkgConfigModules and test
Add `fftwQuad` to `all-packages.nix` too so that variant is tested.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-07 15:38:16 -05:00
Shawn8901
a59dda942c treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Sandro Jäckel
e4a63a3a44
fftw: convert to pname+version, use https for fetching, expose withDoc, remove ? null from inputs 2022-01-13 17:35:06 +01:00
R. Ryantm
aecf9d85e9 fftw: 3.3.9 -> 3.3.10 2021-12-11 06:00:13 +00:00
Sandro
802bd2b7e3
Revert "follow up to pname+version switch: libs" 2021-11-13 13:21:27 +01:00
Sandro Jäckel
60cef5d908
fftw: switch to pname+version, minor formatting, fix input option, remove ? null from inputs 2021-11-13 01:23:34 +01:00
Markus Kowalewski
659c60af7c
fftw: allow for optional MPI build 2021-09-07 18:21:30 +02:00
Markus Kowalewski
3da1c95940 fftw: add optional AVX/FMA optmization flags 2021-09-03 16:53:30 +02:00
Phillip Seeber
6d4e0e88a7 fftw: enable fortran bindings 2021-07-09 11:27:27 +02:00
R. RyanTM
906ddaf359 fftw: 3.3.8 -> 3.3.9 2021-01-22 21:28:58 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Niklas Hambüchen
a72367ae31 fftw: Re-enable OpenMP with non-GCC and musl.
Clang now supports OpenMP, and musl has no problem with it either.

Related to #7023 and #34645.

See also #79818.
2020-02-11 13:37:39 +01:00
Niklas Hambüchen
9e78f76ade treewide: Remove unnecessary --disable-static (#66759)
* 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-31 08:10:53 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Jan Malakhovski
cca7c9f78e fftw: use checkInputs, fix tests 2018-08-11 09:35:27 +00:00
Benjamin Hipple
e2b44b3170 fftw: support multiple src URLs
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.
2018-06-09 19:18:16 -04:00
R. RyanTM
5d61168461 fftwLongDouble: 3.3.7 -> 3.3.8 (#41299)
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
2018-05-31 19:59:26 +02:00
Will Dietz
3413562111 fftw: disable using openmp w/musl
For now anyway, since we build w/o support for it IIRC.
2018-02-13 09:45:00 -06:00
Bart Brouns
635490ee97 fftw: 3.3.6-pl1 -> 3.3.7 2017-12-08 21:51:55 +00:00
Vladimír Čunát
dbc9f3b10d
fftw: fix on Darwin (hopefully)
It won't produce the $info output.
2017-08-20 10:41:53 +02:00
Tuomas Tynkkynen
1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Bart Brouns
90690e71b0 fftw: 3.3.5 -> 3.3.6-pl1 (#23226) 2017-02-27 09:22:32 +01:00
Tuomas Tynkkynen
a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Shea Levy
8b9b9fad31 Revert "Revert "Merge branch 'modprobe-fix' of 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 9adad8612b.
2016-08-24 07:35:30 -04:00
Anthony Cowley
2e1fa4a9f5 fftw: fix on darwin
doc generation involves running Fortran wrapper generation shell scripts
that hard code references to gcc which fails on darwin.
2016-08-21 00:59:31 -04:00
Shea Levy
9adad8612b Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"
Was meant to go into staging, sorry

This reverts commit 57b2d1e9b0, reversing
changes made to 760b2b9048.
2016-08-15 19:05:52 -04:00
Bart Brouns
b25aeb8e7f fftw: 3.3.4 -> 3.3.5 2016-07-31 13:05:38 +02:00
Luca Bruno
5b0352a6a4 Merge branch 'master' into closure-size 2015-12-11 18:31:00 +01:00
Frederik Rietdijk
104f98c12a fftw: add fftwLongDouble, disable SSE2 in that case 2015-11-30 17:18:57 +01:00
Vladimír Čunát
6c75f4c9aa imagemagick, soxr, fftw, libraw: remove explicit gcc.lib
It is no longer needed after cc-wrapper fixes.
2015-10-28 10:17:07 +01:00
Vladimír Čunát
55eb356b78 fftw: split into multiple outputs
Again, referrers look good.
2015-10-13 20:18:49 +02:00
Vladimír Čunát
5227fb1dd5 Merge commit staging+systemd into closure-size
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Eric Seidel
662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Vladimír Čunát
082843bdeb soxr, libraw, fftw, imagemagick: fix build by a hack 2015-04-21 09:59:37 +02:00
Spencer Whitt
4ca6bdfa52 fftw: Fix Darwin build 2015-03-27 21:15:15 -04:00
Eelco Dolstra
ae129f0ff5 fftw: Update to 3.3.4 2014-07-15 23:32:00 +02:00
Vladimír Čunát
506a304181 fftw: minor update and major refactoring
- 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).
2014-01-01 13:05:56 +01:00
Jack Cummings
437419a124 rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of rawtherapee requires it. 2013-03-31 21:33:21 -07:00
Michael Raskin
901574fe8a Julia language: update to a fresh version
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).
2012-08-02 17:48:36 +04:00
Lluís Batlle i Rossell
b9e7a56c77 Adding some features in fftw, that I think they should work fine in linux at least.
(higher speed, multithread).
I also fixed the namings about single/double floats.

svn path=/nixpkgs/trunk/; revision=22402
2010-06-24 16:43:42 +00:00
Lluís Batlle i Rossell
0b76035b66 Adding qtpfsgui and pfstools. Updating fftw because the src URL didn't work anymore.
svn path=/nixpkgs/trunk/; revision=14892
2009-04-05 21:41:13 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
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
2009-03-03 13:27:40 +00:00
Michael Raskin
c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Marc Weber
3f0a8494c9 fftw also with single support now, new name suffix indecating which one is used
svn path=/nixpkgs/trunk/; revision=13064
2008-10-14 13:59:56 +00:00
Michael Raskin
87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00