Guest User

bartus

a guest
Aug 11th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. diff --git a/data/scons/detect_python.py b/data/scons/detect_python.py
  2. index 39ac04c..e24f28c 100644
  3. --- a/data/scons/detect_python.py
  4. +++ b/data/scons/detect_python.py
  5. @@ -57,7 +57,7 @@ def find_boost_python(version):
  6. return None
  7.  
  8. def detect_python():
  9. - pyver = ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
  10. + pyver = ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
  11. pyenv = {}
  12.  
  13. for version in pyver:
  14. diff --git a/build/SConscript.configure b/build/SConscript.configure
  15. index ebf77ac..b7771db 100644
  16. --- a/build/SConscript.configure
  17. +++ b/build/SConscript.configure
  18. @@ -30,7 +30,7 @@ if needsBuildDependencies and not os.path.exists(GetBuildPath('#dependencies')):
  19. print 'at http://www.mitsuba-renderer.org/docs.html for details on how to get them.\n'
  20. Exit(1)
  21.  
  22. -python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
  23. +python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5"]
  24.  
  25. # Parse configuration options
  26. vars = Variables(configFile)
Add Comment
Please, Sign In to add comment