Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 832
    • Issues 832
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #16871
Closed
Open
Issue created Oct 12, 2016 by Ben Boeckel@ben.boeckel⛰Owner

Xdmf3 drops libraries to the build directory root on Windows

Xdmf3 is dropping its .dll and .lib files to the root of the build tree on Windows. The .dll needs to go to the bin subdirectory and the .lib should go to the lib directory. I looked at the logic in the Xdmf3 code and I'm not sure enough to go and just remove the wonky MSVC10-guarded blocks (which I don't think should be required at all).

This is causing all of the Python tests to fail on the nemesis buildbot (since VTK tries to import all modules in its package's __init__.py file.

@joseph.g.hennessey2.ctr

Assignee
Assign to
Time tracking