Ben Darwin
85946918ac
oobicpl: update LIBMINC_DIR due to libminc CMake changes
2020-10-06 15:31:17 -04:00
Ben Darwin
2c33e9d1a4
bicpl: fix LIBMINC_DIR due to libminc CMake changes
2020-10-06 15:31:15 -04:00
Ben Darwin
da69e470f2
EBTKS: update LIBMINC_DIR due to libminc update
2020-10-06 15:31:15 -04:00
Ben Darwin
3862e92e01
libminc: 2.4.03 -> unstable-2020-07-17
...
- propagate hdf5 and netcdf since essentially every reverse dep of libminc depends on these
- switch to default HDF5 from 1.8.x series
- one resolved test failure and one new error (less concerning than before)
2020-10-06 15:30:42 -04:00
Mario Rodas
3df7751051
Merge pull request #98798 from r-ryantm/auto-update/libstrophe
...
libstrophe: 0.9.3 -> 0.10.0
2020-10-04 11:11:54 -05:00
Mario Rodas
abbb239982
Merge pull request #97120 from r-ryantm/auto-update/faudio
...
faudio: 20.08 -> 20.09
2020-10-04 08:53:03 -05:00
midchildan
8129b1d754
aribb25: init at 0.2.7 ( #96553 )
...
* aribb25: init at 0.2.7
* fixup! aribb25: init at 0.2.7
2020-10-04 08:12:40 +00:00
Mario Rodas
d3ae0cb8a9
Merge pull request #99435 from r-burns/ppc64le-x265
...
x265: fix build on powerpc
2020-10-03 22:56:33 -05:00
Martin Weinelt
98d2d8cfbe
Merge pull request #99479 from JamieMagee/pyads
...
pythonPackages.pyads: init at 3.2.2
2020-10-03 22:01:01 +02:00
Jamie Magee
1c44f88e11
adslib: init at unstable-2020-08-28
2020-10-03 21:43:32 +02:00
Gabriel Ebner
d1614a3425
Merge pull request #99466 from risicle/ris-opencascade-darwin-fix
...
opencascade-occt, opencascade-occt730: fix build on darwin
2020-10-03 15:46:31 +02:00
Ninjatrappeur
c8ccfdb5f4
Merge pull request #99017 from ckauhaus/98581-zeroc-mcpp
...
zeroc-mcpp: decouple from original mcpp
2020-10-03 14:20:40 +02:00
Robert Scott
0724d7ef59
opencascade-occt, opencascade-occt730: fix build on darwin
2020-10-03 12:37:25 +01:00
Mario Rodas
c5447e4123
Merge pull request #99434 from r-burns/ppc64le-openblas
...
openblas: enable on ppc64le
2020-10-03 06:25:22 -05:00
Mario Rodas
9c9eb1ce75
Merge pull request #98642 from r-ryantm/auto-update/libisds
...
libisds: 0.11 -> 0.11.1
2020-10-02 23:57:21 -05:00
Mario Rodas
c32aee2a5f
Merge pull request #98719 from r-ryantm/auto-update/gbenchmark
...
gbenchmark: 1.5.1 -> 1.5.2
2020-10-02 23:39:58 -05:00
Mario Rodas
ea47333755
Merge pull request #98623 from r-ryantm/auto-update/libwps
...
libwps: 0.4.11 -> 0.4.12
2020-10-02 23:39:24 -05:00
Mario Rodas
c69933ae07
Merge pull request #98636 from r-ryantm/auto-update/libxls
...
libxls: 1.5.3 -> 1.6.0
2020-10-02 23:38:29 -05:00
Ryan Burns
597f94db3e
x265: fix build on powerpc
...
Disable Altivec instructions on ppc when building 10/12bit.
See https://salsa.debian.org/multimedia-team/x265/-/blob/6f06b3f6/debian/rules#L34
2020-10-02 18:21:29 -07:00
Ryan Burns
92d7b38e89
openblas: enable on ppc64le
2020-10-02 18:10:44 -07:00
Martin Weinelt
ca5c4f96b4
Merge pull request #97190 from r-ryantm/auto-update/libmicrodns
...
libmicrodns: 0.1.2 -> 0.2.0
2020-10-03 00:02:29 +02:00
Anderson Torres
672513d997
Merge pull request #99187 from danieldk/ethash
...
ethash: remove buildInputs
2020-10-02 14:35:06 -03:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas
acb545cc88
libstrophe: enable on darwin
2020-10-02 04:20:00 +00:00
Doron Behar
60b4b396e5
Merge pull request #98501 from doronbehar/pkg/octave/arpack
2020-10-01 19:04:43 +03:00
Doron Behar
0a7157119d
Merge pull request #98869 from tobim/pkgs/mpd-0.22
2020-10-01 19:01:06 +03:00
Doron Behar
ac5e22734c
liburing: Fix references between outputs issue
...
Experienced in:
https://github.com/NixOS/nixpkgs/pull/98869#discussion_r495492213
Set configure flags properly, don't override configurePhase, per:
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
Use different output names - use $bin for examples, and $out for
libraries which expectedly should be referenced by reverse deps.
2020-10-01 19:00:31 +03:00
Sebastian Neubauer
0473ca0ee0
amdvlk: 2020.Q3.5 -> 2020.Q3.6
2020-10-01 12:38:42 +02:00
Robert Scott
701a6aaeec
Merge pull request #99118 from risicle/ris-precice-2.1.0
...
precice: fix build, 2.0.2 -> 2.1.0, enable for darwin
2020-09-30 18:47:49 +01:00
Daniël de Kok
142a041d39
ethash: remove buildInputs
...
When reviewing #98054 , I noticed that this package has a bunch of
buildInputs that are unused. There are no references to OpenCL, mesa,
boost, cryptopp, or openmpi in the source code. The package compiles
fine with these buildInputs removed.
2020-09-30 19:27:53 +02:00
R. RyanTM
813676331f
xylib: 1.5 -> 1.6
2020-09-30 09:25:49 -07:00
John Ericson
6a0cf06f8e
Merge pull request #98818 from lopsided98/libical-cross
...
libical: fix cross-compilation
2020-09-30 11:08:43 -04:00
WORLDofPEACE
effaddc2ec
Merge pull request #99112 from worldofpeace/gegl-fix
...
gegl_0_4: make vapi dependencies explicit
2020-09-29 18:34:14 -04:00
Ben Wolsieffer
56ef82d0cd
libical: fix cross-compilation
...
gobject-introspection cannot be cross-compiled, so disable it when
cross-compiling. The glib bindings attempt to run a binary compiled for the
host during the build, so add a patch that allows the binary to be provided
by buildPackages.libical.
2020-09-29 17:51:27 -04:00
Robert Scott
509208ea45
precice: enable for darwin
2020-09-29 22:26:30 +01:00
Robert Scott
c943e6bc14
precice: 2.0.2 -> 2.1.0
2020-09-29 21:53:37 +01:00
Robert Scott
5afdaa28a6
precice: fix build
...
cmake gets confused with python 3.8's version number, switch back to 3.7
for now until upstream's resolved that
2020-09-29 21:52:44 +01:00
WORLDofPEACE
6f35dac541
gegl_0_4: make vapi dependencies explicit
2020-09-29 15:38:17 -04:00
Jan Tojnar
239a6e5795
Merge pull request #98926 from r-ryantm/auto-update/appstream-glib
...
appstream-glib: 0.7.17 -> 0.7.18
2020-09-29 18:45:37 +02:00
Jan Tojnar
a7f375d335
Merge pull request #98909 from r-ryantm/auto-update/xdg-desktop-portal
...
xdg-desktop-portal: 1.7.2 -> 1.8.0
2020-09-29 16:26:56 +02:00
Michael Weiss
2866c05fb4
neatvnc: 0.3.1 -> 0.3.2
2020-09-29 12:48:43 +02:00
Christian Kauhaus
72d0f85dd2
zeroc-mcpp: decouple from original mcpp
...
zeroc-ice used to smuggle a forked mcpp version in with an override,
which broke after applying a security patch against mcpp in
c60cafa719
. Overriding instead of defining
a new derivation is a questionable optimization since in fact, only the
'configureFlags' line is shared.
Remove the override and give the forked mcpp a live on its own.
The security patch for mcpp is not relevant for this fork.
Fix #98581
2020-09-28 18:11:19 +02:00
Timo Kaufmann
27f084d817
Merge pull request #98779 from r-ryantm/auto-update/libbraiding
...
libbraiding: 1.0 -> 1.1
2020-09-28 11:11:06 +02:00
Mario Rodas
dc1bc31f16
Merge pull request #98830 from r-ryantm/auto-update/oneDNN
...
oneDNN: 1.6.1 -> 1.6.3
2020-09-27 22:53:46 -05:00
Peter Simons
61616535b9
mlt: add libexif, gtk2, fftw, libebur128, opencv4, and SDL2 dependencies
...
This enables more optional features. I'm not sure what the difference is
between mlt and mlt-qt5. I suppose both derivations should be kept in sync?
2020-09-27 20:12:04 +02:00
Lancelot SIX
2adef714fc
Merge pull request #98825 from r-ryantm/auto-update/nco
...
nco: 4.9.3 -> 4.9.5
2020-09-27 13:07:20 +01:00
Frederik Rietdijk
759a2815ec
pkgsStatic.fmt: don't build shared libs
...
The change in `static.nix` was added in
https://github.com/NixOS/nixpkgs/pull/76875 but apparently
`enabledShared` got removed in the master/staging-next merge.
2020-09-27 11:31:58 +02:00
R. RyanTM
477c40126e
nco: 4.9.3 -> 4.9.5
2020-09-27 19:21:54 +10:00
R. RyanTM
9778b4632e
appstream-glib: 0.7.17 -> 0.7.18
2020-09-27 08:17:58 +00:00
R. RyanTM
8b0aaac4d6
xdg-desktop-portal: 1.7.2 -> 1.8.0
2020-09-27 03:25:10 +00:00