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

Found a bug while trying to build PyImbase with a non system python version and boost python library. #8

Closed

Conversation

barnabyrobson
Copy link
Contributor

...d the custom boost python directories ahead of the python directories because the python directories might just be the system directories which might contain a different boost python library.

fkainz and others added 30 commits December 7, 2006 03:58
exrdisplay and playexr displays OpenEXR images correctly.
Ji Hun Yu and others added 23 commits August 4, 2010 22:40
+ near() and far() in ImathFrustum are now updated to be nearPlane() and
  farPlane() to prevent conflicts with #defines on windows.  The hither()
  and yon() functions remain but can be considered deprecated.

+ ImathBox now supports infinite functions analogous to the empty functions
  (isInfinite(), makeInfinite()), and the ImathBoxAlgo transform code has
  been updated accordingly.

+ ImathBoxAlgo has an additional transform() overload that takes the result
  as the last argument.

+ ImathMatrix now has matrix minor and detriminant functions.

+ ImathMatrixAlgo now has outerProduct(), addOffset() and computeLocalFrame()
  functions.
  'near' and 'far' have been renamed to 'nearPlane' and 'farPlane' due
  to conflicts with certain windows headers.  The former alternate
  accessor names for these values on windows ('hither' and 'yon')
  remain, though should be considered deprecated.
  (David Lenihan)
* Added SVD, eigenvalue solver, and procrustes fit calculations
  to ImathMatrixAlgo.
  (Chris Twigg, Ji Hun Yu)
* Added Imath::FrustumTest for frustum visibility testing.
  (Eric Johnston)
* Fixed a stack corruption in the matrix minorOf functions.
  (Nick Rasmussen)
* Visual studio 2008 project files have been added to the vc/vc9
  directory, and several minor visual studio compile fixes have
  been applied.
  (Nick Rasmussen)
…need the custom boost python directories ahead of the python directories because the python directories might just be the system directories which might contain a different boost python library.
@pstanczyk
Copy link
Contributor

Thanks for this. I don't suppose we have any tests for this one ... :)

@pstanczyk
Copy link
Contributor

Fixed with checkin ; e7bfc7d

@pstanczyk pstanczyk closed this Jun 11, 2012
ehanway-ilm pushed a commit that referenced this pull request Jul 11, 2014
  ImfDwaCompressor.cpp/.h
  ImfFastHuff.cpp

This should fix #8 and fix #6
@qflb qflb mentioned this pull request Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants