Skip to content

Instantly share code, notes, and snippets.

@timor
Created September 10, 2017 16:29
Show Gist options
  • Save timor/b9bd60cca41819d6071249c3fde0eefe to your computer and use it in GitHub Desktop.
Save timor/b9bd60cca41819d6071249c3fde0eefe to your computer and use it in GitHub Desktop.
$out/lib tree of ParaView 5.4.0
lib
├── cmake
│   ├── paraview-5.4
│   │   ├── branded_paraview_initializer.cxx.in
│   │   ├── branded_paraview_initializer.h.in
│   │   ├── ... several .cmake and .in files
│   │   ├── MacOSXBundleInfo.plist.in.in
│   │   ├── Modules
│   │   │   ├── AutobahnPython.cmake
│   │   │   ├── CinemaPython.cmake
│   │   │   ├── constantly.cmake
│   │   │   ├── incremental.cmake
│   │   │   ├── ... a lot more .cmake and .txt files
│   │   │   ├── vtkWebGLExporterHierarchy.txt
│   │   │   ├── vtkWebPython.cmake
│   │   │   ├── vtkWrappingPythonCore.cmake
│   │   │   ├── vtkWrappingTools.cmake
│   │   │   ├── vtkxdmf2.cmake
│   │   │   ├── vtkzlib.cmake
│   │   │   └── ZopeInterface.cmake
│   │   ├── ParaViewBranding.cmake
│   │   ├── ...lots of .cmake and .in files, among others
│   │   ├── ParaViewBrandingInstallApp.cmake
│   │   ├── xml_to_html.xsl
│   │   └── xml_to_wiki.xsl.in
│   └── qttesting
│   ├── ParaViewTargets.cmake
│   ├── ParaViewTargets-release.cmake
│   └── QtTestingConfig.cmake
└── paraview-5.4
├── libAcceleratedAlgorithms.so
├── libAnalyzeNIfTIIO.so
├── ... all the .so and .so1 files
├── libvtkzlib-pv5.4.so -> libvtkzlib-pv5.4.so.1
├── libvtkzlib-pv5.4.so.1
the following are binaries with broken ldd output
├── paraview
├── paraview-config
├── pvbatch
├── pvdataserver
├── pvpython
├── pvrenderserver
├── pvserver
├── site-packages
│   ├── autobahn
│   │   ├── asyncio
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── __init__.pyo
... a humungous amout of .py .pyc and .pyo files
│   ├── verify.pyc
│   └── verify.pyo
├── smTestDriver
└── vtkLegacyColorMapXMLToJSON
73 directories, 3214 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment