Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paraview: 5.5.2 -> 5.6.0 #56041

Merged
merged 1 commit into from Feb 20, 2019
Merged

paraview: 5.5.2 -> 5.6.0 #56041

merged 1 commit into from Feb 20, 2019

Conversation

f--t
Copy link
Contributor

@f--t f--t commented Feb 19, 2019

Motivation for this change

updated to newer version

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@dguibert
Copy link
Member

Ok to merge it.

I don't use Paraview anymore on a daily basis. On my "new" machine, NixOS (nixpkgs-unstable) with nouveau driver, I got the following error:
vtkXOpenGLRenderWindow (0x3f213e0): Unable to find a valid OpenGL 3.2 or later implementation. Please update your video card driver to the latest version. If you are using Mesa please make sure you have version 11.2 or later and make sure your driver in Mesa supports OpenGL 3.2 such as llvmpipe or openswr.

@f--t
Copy link
Contributor Author

f--t commented Feb 19, 2019

I tried again and it builds fine with the nvidia driver, using the nixpkgs-unstable. Unfortunately, I don't know enough about linux graphics stack to be able to debug this 😞

@dguibert
Copy link
Member

Sorry I was not clear. Yes it builds fine and the error is in runtime. On my machine the GPU driver does not provide OpenGL 3.2:
$ glxinfo | grep "\(renderer\|version\)"

OpenGL renderer string: NV43
GLX version: 1.4
Max core profile version: 0.0
Max compat profile version: 2.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL version string: 2.1 Mesa 18.3.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

@dguibert dguibert merged commit b218ffd into NixOS:master Feb 20, 2019
@f--t f--t deleted the fix/paraview-update branch October 20, 2019 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants