~gqmelo/pyopengl/load-library-linux

  • Committer: guilherme
  • Author(s): Guilherme Quentel Melo
  • Date: 2016-05-05 18:24:37 UTC
  • Revision ID: guilherme-20160505182437-si15087683yhelmj
Fix library loading on Linux

The function util.find_library does not respect variables like
LD_LIBRARY_PATH.

Also files ending with .so are intended to be used at compilation time
and therefore are normally shipped by a dev package on most Linux
distributions.

At runtime, applications should use the filename with major version
(.so.x)
Filename Latest Rev Last Changed Committer Comment Size
..
accelerate 937 8 years ago Mike C. Fletcher Allow tox to run the test-suite without accelerate Diff
appveyor 953 8 years ago Mike C. Fletcher Initial crack at a build-matrix using appveyor Diff
documentation 1 15 years ago Mike C. Fletcher Initial import from the PyOpenGL SourceForge CVS r Diff
OpenGL 1 15 years ago Mike C. Fletcher Initial import from the PyOpenGL SourceForge CVS r Diff
src 1 15 years ago Mike C. Fletcher Initial import from the PyOpenGL SourceForge CVS r Diff
tests 2 15 years ago Mike C. Fletcher Move the test suite out of the deployed package Diff
.bzrignore 953 8 years ago Mike C. Fletcher Initial crack at a build-matrix using appveyor 899 bytes Diff Download File
appveyor.yml 997 8 years ago Mike C. Fletcher Go back to explicit directories for all save the a 1.9 KB Diff Download File
license.txt 986 8 years ago Mike C. Fletcher Freeglut license is different from the glut one (r 11.4 KB Diff Download File
MANIFEST.in 260 14 years ago Mike C. Fletcher Remove spec for including .c/.pyx from the src dir 315 bytes Diff Download File
readme.rst 951 8 years ago Mike C. Fletcher Include section on how to learn with pointers to O 2.1 KB Diff Download File
setup.py 643 10 years ago Mike C. Fletcher Fold metadata declaration into the setup script to 2.6 KB Diff Download File
tox.ini 946 8 years ago Mike C. Fletcher 3.5 on Ubuntu is broken, so skip it for now... 351 bytes Diff Download File