Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 907c478cebd7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b854767dac6c
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 18, 2019

  1. cudatoolkit: Fixup cuda-gdb ncurses version

    The ncurses upgrade to libncurses.so.6 did silently break cuda-gdb quite
    some time ago.
    knedlsepp committed Feb 18, 2019
    Copy the full SHA
    c8fcd68 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. 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.
    knedlsepp committed Feb 19, 2019
    Copy the full SHA
    f483974 View commit details
    Browse the repository at this point in the history
  2. 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.
    knedlsepp committed Feb 19, 2019
    Copy the full SHA
    ec2c972 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e0723f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Merge pull request #56018 from knedlsepp/fix-cuda-gdb

    cudatoolkit: Several fixes
    bendlas committed Mar 10, 2019
    Copy the full SHA
    b854767 View commit details
    Browse the repository at this point in the history