Matthew Bauer
a16a9fc4e5
Merge pull request #52540 from hedning/cherry-pick-valgrind
...
valgrind: fix build on darwin
2018-12-19 15:12:28 -06:00
Benjamin Hipple
6206a342e0
mkl: include Intel's libiomp.so in the MKL RPM unpack
...
Since Intel's default openmp implementation is available in the same src
tarball, we can just include it in the package. This means that `mkl` now "just
works" without any environment variables, fragile setup-hooks, or forced
propagation.
Since the openmp implementation is only needed at runtime (and for test cases),
users can substitute a different one if they prefer by exporting it with
`LD_PRELOAD`, which is how Intel recommends handling this. If they do not do so,
`libiomp.so` lives next to `libmkl_rt.so` and thus will be in the RPATH as a
sane default.
Since this still comes from the same src tarball, we can ship it without losing
the fixed-output derivation; likewise, since Hydra is not building or caching
these, shipping these proprietary packages costs no bandwidth for the nix
community.
2018-12-19 22:05:22 +01:00
Tor Hedin Brønner
59e6658381
valgrind: fix build on darwin
...
We fixed a race condition in #51505 and #51107 . This required running
autoreconfHook to pick up the `coregrind-makefile-race.patch` patch.
Unfortunately this broke darwin's postPatch fixes as autoreconfHook would run
afterwards regenerating the fixed makefiles.
Moving the postPatch fixes to preConfigure should resolve the issue.
I left `postPatch = ""` in to avoid a rebuild on linux.
(cherry picked from commit a6d4a0c53c
)
2018-12-19 20:39:10 +01:00
Franz Pletz
65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
...
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Robert Schütz
c5ef5c9137
python.pkgs.cherrypy: disable on python2
2018-12-19 17:10:20 +01:00
Renaud
b7355e6f7a
Merge pull request #52179 from r-ryantm/auto-update/ocaml-cmdliner
...
ocamlPackages.cmdliner: 1.0.2 -> 1.0.3
2018-12-19 16:59:02 +01:00
Renaud
c98754dd12
Merge pull request #52172 from r-ryantm/auto-update/ocaml-curses
...
ocamlPackages.curses: 1.0.3 -> 1.0.4
2018-12-19 16:42:25 +01:00
Robert Schütz
407f9ba5c9
python.pkgs.objgraph: fix build
...
Fixes https://github.com/NixOS/nixpkgs/issues/52518 .
2018-12-19 14:14:36 +01:00
Benno Fünfstück
6972c433ab
adoptopenjdk-bin: disable openj9 jre for mac due to missing upstream
2018-12-19 14:08:15 +01:00
Robert Schütz
682d1befd9
adoptopenjdk-bin: use python-withPackages for shebang
...
Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-19 14:08:12 +01:00
Benno Fünfstück
5bbfc0cc37
adoptopenjdk: autogenerate sources + add support for aarch64
2018-12-19 14:08:09 +01:00
Jörg Thalheim
da093022a4
Merge pull request #52413 from mat8913/vagrant-libvirt
...
vagrant: build and install vagrant-libvirt plugin
2018-12-19 12:18:44 +01:00
Jose San Leandro
857853d5f1
pharo: Simple fix for Iceberg ( #52466 )
...
* Simple fix for Iceberg
* Avoiding explicit libgit2 version assumption and removed libgit2 from buildInputs
2018-12-19 12:16:06 +01:00
Florian Klink
e5db0df0b5
Merge pull request #52115 from r-ryantm/auto-update/python3.7-Django
...
python37Packages.django_2_1: 2.1.3 -> 2.1.4
2018-12-19 11:18:53 +01:00
Florian Klink
959ac46e99
Merge pull request #52113 from r-ryantm/auto-update/python3.7-dropbox
...
python37Packages.dropbox: 9.1.0 -> 9.2.0
2018-12-19 11:18:30 +01:00
Robert Schütz
5fda32e6f1
python.pkgs.mt-940: 4.10.0 -> 4.12.2
2018-12-19 10:24:26 +01:00
Frederik Rietdijk
a9e654e1bd
Revert "adoptopenjdk: autogenerate sources + add support for aarch64 ( #52454 )"
...
This reverts commit f2dfe8b9e6
, reversing
changes made to e116aa1d4b
.
The `openj9` attribute is missing for `jre` in case of `mac`. This missing
attribute is now blocking the channels from updating.
cc @bennofs
2018-12-19 10:11:17 +01:00
Anders Kaseorg
85379a29ec
pypy3: init at 6.0.0
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-12-19 09:53:31 +01:00
Frederik Rietdijk
3504cfea6b
Merge pull request #52125 from r-ryantm/auto-update/python3.7-folium
...
python37Packages.folium: 0.6.0 -> 0.7.0
2018-12-19 09:28:11 +01:00
R. RyanTM
4b06edd148
python37Packages.aioconsole: 0.1.10 -> 0.1.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioconsole/versions
2018-12-19 09:26:48 +01:00
R. RyanTM
28fdb4eb11
pipenv: 2018.11.14 -> 2018.11.26
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pipenv/versions
2018-12-19 09:26:28 +01:00
R. RyanTM
58f1f9f0fc
freetds: 1.00.104 -> 1.00.109
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2018-12-19 09:25:29 +01:00
markuskowa
1490094fff
Merge pull request #52509 from tkonolige/mpich_on_macos
...
mpich2: Add darwin support
2018-12-19 09:24:38 +01:00
R. RyanTM
6e87da96c3
fdk_aac: 0.1.6 -> 2.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fdk-aac/versions
2018-12-19 09:24:13 +01:00
Eamonn Coughlan
7c2d638802
ipykernel: fix permissions when installing kernels
2018-12-19 09:18:28 +01:00
Frederik Rietdijk
f10a7a216c
Merge pull request #51960 from Twey/libc++abi.a
...
libcxxabi: also install libc++abi.a
2018-12-19 09:17:09 +01:00
Frederik Rietdijk
911d1853ca
Merge master into staging-next
2018-12-19 08:57:41 +01:00
Tristan Konolige
88f22c3484
mpich: Add darwin support
2018-12-18 17:59:39 -07:00
WilliButz
9b2e8ddebe
oxidized: 0.21.0 -> 0.25.0, drop obsolete patch ( #52492 )
...
This removes the patch for support of Dell X-series because
oxidized now includes a model for these switches.
2018-12-19 00:24:51 +01:00
John Ericson
a0d4a4c9bc
Merge pull request #52499 from obsidiansystems/haskell-servant-cross
...
servant: Sphinx is a build-time dependency
2018-12-18 17:44:49 -05:00
Maximilian Bosch
acd4340731
Merge pull request #52241 from r-ryantm/auto-update/jruby
...
jruby: 9.2.4.0 -> 9.2.5.0
2018-12-18 23:36:27 +01:00
Vaibhav Sagar
b513231dc6
servant: Sphinx is a build-time dependency
2018-12-18 21:58:30 +00:00
Jörg Thalheim
ab9c602fd4
Merge pull request #40459 from andersk/pypy
...
pypy: 5.10.0 -> 6.0.0
2018-12-18 20:35:38 +00:00
R. RyanTM
de9c97c0c8
libcouchbase: 2.10.0 -> 2.10.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcouchbase/versions
2018-12-18 15:06:06 -05:00
R. RyanTM
61b435d866
librelp: 1.2.18 -> 1.3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librelp/versions
2018-12-18 14:54:52 -05:00
Benno Fünfstück
f2dfe8b9e6
adoptopenjdk: autogenerate sources + add support for aarch64 ( #52454 )
...
* adoptopenjdk: autogenerate sources + add support for aarch64
* adoptopenjdk-bin: use python-withPackages for shebang
Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-18 20:28:23 +01:00
Jörg Thalheim
e116aa1d4b
Merge pull request #52128 from tilpner/add-mkdocs
...
mkdocs: 0.17.5 -> 1.0.4
2018-12-18 19:26:03 +00:00
Robert Schütz
23859991e9
adoptopenjdk-bin: use python-withPackages for shebang
...
Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-18 20:24:58 +01:00
R. RyanTM
6da82e7c35
python37Packages.fonttools: 3.32.0 -> 3.33.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fonttools/versions
2018-12-18 14:00:56 -05:00
R. RyanTM
a32c2f99ee
libraw: 0.19.0 -> 0.19.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libraw/versions
2018-12-18 13:21:37 -05:00
R. RyanTM
66a6445f66
python36Packages.ase: 3.16.2 -> 3.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ase/versions
2018-12-18 10:11:50 -05:00
Chris Ostrouchov
19d077a157
pythonPackages.pygmo: 2.8 -> 2.9 refactor fix broken package
...
Introduce a `pagmo2WithPython` which overrides the pagmo2 expression
and enables the pygmo build. Then hand it over to `buildPythonPackage`
by making it the src to produce a usable package.
2018-12-18 10:11:49 -05:00
Chris Ostrouchov
3eb461dedb
pagmo2: 2.8 -> 2.9 fix broken package
...
corrects the library nlopt location as well.
2018-12-18 10:01:25 -05:00
R. RyanTM
e60233db00
sundials: 3.2.1 -> 4.0.0
...
* sundials: 3.2.1 -> 4.0.0 (#52022 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
* sundials: cleanup
2018-12-18 15:46:05 +01:00
Robert Schütz
db558b31b9
python3.pkgs.git-annex-adapter: 0.2.0 -> 0.2.1
2018-12-18 14:46:10 +01:00
Renaud
52ea0af297
Merge pull request #52092 from gnidorah/fprint
...
fprint: update packages
2018-12-18 14:06:22 +01:00
Renaud
f08a98c59b
Merge pull request #52164 from r-ryantm/auto-update/onig
...
oniguruma: 6.9.0 -> 6.9.1
2018-12-18 14:05:28 +01:00
Peter Simons
63576365fe
python-osc: update to latest git snapshot
2018-12-18 12:51:33 +01:00
R. RyanTM
53a7d5ec99
squirrel-sql: 3.8.1 -> 3.9.0
...
* squirrel-sql: 3.8.1 -> 3.9.0 (#52029 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/squirrel-sql/versions
* squirrel-sql: cleanup
* squirrel-sql: don't pass stdenv as a build input
2018-12-18 12:28:01 +01:00
markuskowa
5289fcc422
Merge pull request #47297 from greydot/bladerf
...
Introduce hardware/bladeRF module
2018-12-18 09:29:32 +01:00