Skip to content

17.2.6.500-1

Compare
Choose a tag to compare
@pal1000 pal1000 released this 26 Nov 18:21
· 1547 commits to master since this release
  • Updated Mesa to 17.2.6.
  • Built with Visual Studio 2017 v15.4.4 and Scons 3.0.1.

Build script

  • Python modules update: pip freeze is seriously broken. Always use pip install -U. setuptools wasn't updated at all due to pip freeze shortcomings. Also Scons 3.0.1 wasn't picked up despite being live on Pypi.
  • Python modules: wheel is no longer needed.

Build script documentation

  • Workaround a pywin32 installer bug.
  • Updating setuptools pre-loaded with Python allows for successful installation of Scons via Pypi without having to install wheel.