Commit Graph
94 Commits
Author SHA1 Message Date
Josef Kemetmüller 10b412cba8 pybind11: Fix build 2019-06-02 10:58:27 +02:00
Josef Kemetmüller 530ee83185 xf86_video_nested: 2012-06-15 -> 2017-06-12 2019-06-01 14:38:51 +00:00
Josef Kemetmüller 830ae5a4b1 trinity: unstable-2018-06-08 -> 1.9 2019-06-01 16:18:26 +02:00
Josef Kemetmüller 25a89d05d8 virtualboxHeadless: Fix build 2019-06-01 15:30:35 +02:00
Josef Kemetmüller be465351b4 gpx-viewer: Add missing libxml2 dependency 2019-06-01 13:11:47 +00:00
Josef Kemetmüller f10b0c6f8c gcovr: Add alias to pythonPackages.gcovr
Since gcovr is most likely to be used as a script instead of a library,
we provide an alias to python3Packages.gcovr. We still keep
python2/3Packages.gcovr in case somebody really wants to import it as a
library, which can not entirely be ruled out.
2019-06-01 14:00:39 +02:00
Josef Kemetmüller f13fdf4b1d pythonPackages.gcovr: Fixup homepage 2019-06-01 14:00:11 +02:00
Josef Kemetmüller 5e2ac86e5b pythonPackages.gcovr: Fix build 2019-06-01 13:57:55 +02:00
Josef Kemetmüller 2016b37495 pythonPackages.rabbitpy: Fix build 2019-03-17 17:44:36 -04:00
Josef Kemetmüller 8e4b9c0305 cgui: 2.0.3 -> 2.1.0 2019-03-06 23:57:50 +01:00
Josef Kemetmüller 841beafd10 sewer: 0.6.0 -> 0.7.0 2019-03-06 21:12:59 +01:00
Josef Kemetmüller 19fc5cb3db sewer: Fix build
The sed expression actually caused an error on hydra:
```
sed: -e expression #1, char 18: Invalid collation character
```
It seems to build fine without it however.
2019-03-06 21:11:15 +01:00
Josef Kemetmüller e844f08125 mapnik: Fix build 2019-03-04 21:41:53 +01:00
Josef Kemetmüller 8e1afe7f14 pythonPackages.resampy: Fix build 2019-03-04 21:37:31 +01:00
Josef Kemetmüller b7c146c08e smbnetfs: Fix build against attr>=2.4.48
The xattr.h header was removed from libattr in v2.4.48 but added to glibc in 2.27.
The location moved from attr/xattr.h to sys/xattr.h.
2019-03-04 21:30:59 +01:00
Josef Kemetmüller 3e0723f2b2 cudatoolkit_9_0: Add later released patch updates 2019-02-19 23:23:35 +01:00
Josef Kemetmüller ec2c972acc cudatoolkit: Fix GUI applications
This fixes the following error when starting nvvp or nsight:

```
(java:23876): Gtk-WARNING **: 19:12:17.777: Unable to locate theme engine in module_path: "adwaita",

A fatal error has been detected by the Java Runtime Environment:

 SIGSEGV (0xb) at pc=0x00007f957f7b67fe, pid=23876, tid=140281059333888

JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode linux-amd64 compressed oops)
Problematic frame:
C  [libpixbufloader-bmp.so+0x27fe]  gdk_pixbuf__bmp_image_load_increment+0xeee
```

Since GDK_PIXBUF_MODULE_FILE should match the version we actually link
to, we override the environment variable using the one provided by the
gdk_pixbuf setup-hook.
2019-02-19 23:23:35 +01:00
Josef Kemetmüller f483974489 cudatoolkit: Fix building of older versions
Versions prior to 9.0 did not build. Additionally we add some
smoke tests for the binaries in $out/bin.
2019-02-19 23:23:16 +01:00
Josef Kemetmüller c8fcd68662 cudatoolkit: Fixup cuda-gdb ncurses version
The ncurses upgrade to libncurses.so.6 did silently break cuda-gdb quite
some time ago.
2019-02-19 00:47:07 +01:00
Josef Kemetmüller 7c42da3a1e eccodes: 2.9.2 -> 2.10.0
Python3 is now officially supported as "beta", see relase notes at:
https://confluence.ecmwf.int/display/ECC/ecCodes+version+2.10.0+released
2018-12-17 01:41:57 +00:00
Josef Kemetmüller be6451e020 pythonPackages.python-mapnik: Fix build
There were two things to fix:
- Boost started shipping libboost_python.so as libboost_python{Major}{Minor}
- Make sure that mapnik and boost link to the correct version of python.
2018-09-30 14:20:53 +02:00
Josef Kemetmüller b1857daa25 mapnik: 3.0.13 -> 3.0.20 2018-09-30 13:44:41 +02:00
Josef Kemetmüller d726c0ff1d scs: Fix darwin build
Additionally we make the unit-test deterministic by specifying a seed
instead of using something random.
2018-09-12 20:58:26 +02:00
Josef Kemetmüller b633fc4fb4 pythonPackages.libusb1: Disable flaky test 2018-09-09 22:09:34 +02:00
Josef Kemetmüller b667a76eac pythonPackages.flask_ldap_login: Disable on python3 2018-09-09 21:48:54 +02:00
Josef Kemetmüller 063aa389df pythonPackages.libusb1: Fix darwin build 2018-09-09 20:56:34 +02:00
Josef Kemetmüller 25f8753bf4 pythonPackages.flask_ldap_login: 0.3.0 -> 0.3.4 2018-09-09 20:39:46 +02:00
Josef Kemetmüller d4e89680d2 pythonPackages.flask_ldap_login: Fix build 2018-09-09 20:39:15 +02:00
Josef Kemetmüller aeda45821d rPackages.mgcv: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:42 +02:00
Josef Kemetmüller 0275562a12 rPackages.Matrix: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-07 00:00:07 +02:00
Josef Kemetmüller d8ad2ad916 rPackages.nlme: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:59:09 +02:00
Josef Kemetmüller e023f117f8 rPackages.KernSmooth: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:58:46 +02:00
Josef Kemetmüller 5d092b3052 rPackages.cluster: fix darwin build
This fixes the error:
    ld: library not found for -liconv
2018-06-06 23:57:08 +02:00
Josef Kemetmüller bc158d37fe eigen3_3: Fix darwin build 2018-06-04 16:25:16 +02:00
Josef Kemetmüller 13e3a21b5c gdal: Fix darwin build
This fixes:
  error: cannot initialize a variable of type 'GooString *' with an rvalue of type 'const GooString *'
which occurs with recent clang or gcc-7.
See https://github.com/OSGeo/gdal/pull/573
2018-06-04 14:19:35 +02:00
Josef Kemetmüller 23a83fbf86 librdf_redland: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 79476b5883 librdf_redland: Fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 1bf30c9223 librdf_rasqal: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 3d4ef86766 librdf_raptor2: Enable darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 020957716e heimdal: Fix darwin build 2018-05-22 18:19:28 +03:00
Josef Kemetmüller 9a100e3e31 heimdal: Fix db include
[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 18:19:28 +03:00
Josef Kemetmüller 7c8705256c aprutil: fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin", also patch .la file]
2018-05-22 18:19:27 +03:00
Josef Kemetmüller a28c4a5396 perlPackages.BerkeleyDB: fix db dependency
This fixes a regression introduced in 4b06383.

[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 17:49:04 +03:00
Josef Kemetmüller 3575b82e67 gitAndTools.git-dit: Fix darwin build 2018-05-20 04:09:04 +02:00
Josef Kemetmüller 472f21951a qt5.qtwebkit: Reduce log size to fix hydra build
This should fix the darwin build of qtwebkit.
2018-05-06 18:44:31 +02:00
Josef Kemetmüller f92cf4b93f pythonPackages.pyopengl: fix build 2018-05-06 12:50:22 +00:00
Josef Kemetmüller b2e9f0fd37 salt: Fix build
We use tornado-4.x until https://github.com/saltstack/salt/issues/45790
is resolved.
2018-05-03 01:02:21 +02:00
Josef Kemetmüller 8936f8f242 sqsh: Fix darwin build 2018-05-03 00:38:32 +02:00
Josef Kemetmüller b4d9113fbf ncurses: Fix shared library extension on darwin
This fixes #36898
2018-05-02 21:53:45 +02:00
Josef Kemetmüller 4838234918 xsok: enable darwin build 2018-04-20 01:37:54 +02:00
Josef Kemetmüller 625fa4dfe8 gv: enable darwin build 2018-04-20 01:20:05 +02:00
Josef Kemetmüller 7637894bf2 Xaw3d: enable darwin build 2018-04-20 01:15:31 +02:00
Josef Kemetmüller ac02a1348f oneko: enable darwin build 2018-04-20 01:08:23 +02:00
Josef Kemetmüller 4f7941406e xskat: enable darwin build 2018-04-20 01:03:15 +02:00
Josef Kemetmüller 820da05d78 xorg.xorgcffiles: Don't use darwin's /usr/bin
All imake (xmkmf) based builds use the lib/X11/config/darwin.cf file to
define locations of cpp, cc, c++ (in /usr/bin by default). We remove the
directoy part to force darwin builds to search the $PATH for those
commands.
2018-04-20 01:03:08 +02:00
Josef Kemetmüller d96f0c5682 pythonPackages.libgpuarray: enable darwin build 2018-04-15 18:34:45 +02:00
Josef Kemetmüller 357d8f600c clblas: Enable darwin build 2018-04-15 12:12:25 +02:00
Josef Kemetmüller d1dfe27ad9 darwin.opencflite: fix build 2018-04-02 12:00:23 +00:00
Josef Kemetmüller 3f1a03b20e keepassxc: 2.3.0 -> 2.3.1 2018-03-25 21:55:47 +02:00
Josef Kemetmüller 2a80448fed keepassxc: fix darwin build 2018-03-25 21:50:25 +02:00
Josef Kemetmüller 11aae21cf8 mp3blaster: fix darwin build
/cc ZHF #36454
2018-03-25 15:08:03 +02:00
Josef Kemetmüller ad3eb5d8fc glyr: enable darwin build 2018-03-24 19:04:56 +01:00
Josef Kemetmüller 285ef9be09 libcdio-paranoia: fix darwin build 2018-03-24 18:05:34 +01:00
Josef Kemetmüller e77071289e streamripper: Don't use included libmad
streamripper ships its own version of libmad, which does not compile on
clang, due to the usage of incompatible compiler flags. We can get the
build working by using the already packaged libmad, which includes
patches for clang.
2018-03-22 19:05:53 +01:00
Josef Kemetmüller 8aaa17c52a pythonPackages.notebook: fix darwin build
The send2trash library, which is now included in the notebook doesn't
succeed during build, even though it works.
2018-03-19 01:16:54 +01:00
Josef Kemetmüller bd836b7761 python3Packages.pycurl: fix darwin build 2018-03-18 23:37:20 +01:00
Josef Kemetmüller af0f9fa26b pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00
Josef Kemetmüller 42555f6c7d pythonPackages.pycurl: Fix darwin build 2018-03-14 19:58:02 +01:00
Josef Kemetmüller 863fb7b86a glm: fix darwin build 2018-03-14 18:06:21 +00:00
Josef Kemetmüller 74b81ea91c pythonPackages.shapely: fix darwin build 2018-03-12 01:29:44 +01:00
Josef Kemetmüller edef344458 petsc: fix darwin build 2018-03-12 00:20:18 +01:00
Josef Kemetmüller 8f9e814132 pythonPackages.robotframework: fix darwin build 2018-03-11 12:33:28 +01:00
Josef Kemetmüller 57d862fecf pythonPackages.discid: fix darwin build 2018-03-11 00:15:41 +01:00
Josef Kemetmüller 91a9453496 pythonPackages.construct: Fix darwin build
The package runs fine on darwin. Using pytest as a test runner also
resolves the checkPhase issue on Python 3.5+.
2018-03-10 23:36:00 +01:00
Josef Kemetmüller d289736def pythonPackages.regex: fix darwin build
The package works fine on darwin. We run some tests to prove this.
2018-03-10 20:19:42 +01:00
Josef Kemetmüller 38c589b5d0 mpv: fix darwin build
The optional video acceleration api (vaapi) is not supported on darwin.
2018-03-09 23:01:31 +01:00
Josef Kemetmueller ceeacd5205 graphviz: Explicitly specify libltdl directories
This should prevent the build from picking up /usr/lib/libltdl.so in
non-chroot builds on non-nixOS.
2018-02-05 20:41:22 +00:00
Josef Kemetmüller 7cdab6579d armadillo: 7.800.1 -> 8.300.0 2017-11-25 18:27:01 +01:00
Josef Kemetmüller 5b190bef0c grib-api: 1.19.0 -> 1.24.0 2017-11-25 17:59:48 +01:00
Josef Kemetmüller cbe33904d6 eccodes: 2.2.0 -> 2.5.0 2017-11-25 17:52:47 +01:00
Josef Kemetmueller c71fd76822 valgrind: Fix darwin build
The bzero-patch was merged upstream in
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16103, so it does no
longer apply.

Additionally - to make the build succeed on darwin systems more recent
than our nixpkgs.darwin.xnu kernel version - we need to teach the build
the version of the xnu headers we provide, instead of letting the build
figure out the actual system version using `uname -r`.
2017-09-15 14:55:38 +02:00
Josef Kemetmueller 6d760d970f pythonPackages.audiotools: Fix darwin build 2017-09-12 19:33:17 +02:00
Josef Kemetmueller 05ac3f9520 pythonPackages.geopandas: init at 0.3.0 2017-09-04 22:23:41 +02:00
Josef Kemetmueller aad9a691ab pythonPackages.fiona: init at 1.7.9 2017-09-04 22:23:40 +02:00
Josef Kemetmueller f039bb6b4e pythonPackages.descartes: init at 1.1.0 2017-09-04 22:23:40 +02:00
Josef Kemetmueller 4d70d53618 pythonPackages.cligq: init at 0.4.0 2017-09-04 22:23:39 +02:00
Josef Kemetmueller d25edeb3ee pythonPackages.click-plugins: init at 1.0.3 2017-09-04 22:23:39 +02:00
Josef Kemetmueller df96c26e75 pythonPackages.shapely: Fix search for libc
This should fix the search for libc's free method on both linux and
darwin.
2017-09-04 22:23:34 +02:00
Josef Kemetmueller 6f72708c12 armadillo: Make use of openBLAS's built-in LAPACK
Even though the linked openBLAS contains LAPACK, the functionality was
not usable due to armadillo needing to link against it explicitly.
2017-07-20 22:29:30 +02:00
Josef Kemetmueller 7f7b74dfed gogs: Fix cyclic dependency on darwin
This fixes the "cycle detected in the references of" error when building
on darwin. The fix is based on the solution in issue #18131.
2017-07-03 23:47:39 +02:00
Josef Kemetmueller 899e2b5748 Force check the filesystem before resizing
The message buffer of the kernel lists
> Please run 'e2fsck -f /dev/disk/by-label/nixos' first.
as the output of the command `resize2fs "$device"`.
This fixes NixOS/nixpkgs#26910.
2017-06-27 22:13:51 +02:00
Josef Kemetmueller 773cc7c03d pythonPackages.hug: Disable on python2
Hug is only supported on python3.
2017-06-14 05:05:13 +02:00
Josef Kemetmueller 7116da8018 Python docs: Add example for overlays 2017-06-10 12:18:10 +02:00
Josef Kemetmueller eb2994a0d5 pandas: Fix build on darwin
Since the commands "locale", "pbpaste" and "pbcopy" are not in nixpkgs,
as they are impure darwin dependencies, we currently cannot get the
clipboard and locale functionality to work properly. We disable the
tests "test_locale" and "test_clipboard" on darwin, so we get a mostly
working pandas. Additionally to disabling the test via py.test, we also
need to provide fake pbpaste/pbcopy commands, so py.test won't fail
during the collection phase.

This closes #25417 and closes #11623.
2017-05-30 02:18:40 +02:00