Skip to content

Commit

Permalink
Remove static library linkage when building pythonn 3.5 wheels; see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Apr 23, 2016
1 parent 340b26b commit e5908e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/buildbot/master/master.cfg
Expand Up @@ -1067,11 +1067,11 @@ tmpins = baseins + ['bdist_wininst','--dist-dir', relinstFolder+'/Python']
windowsDTUslave.pyins[getIDstr("windows", "32bit", "py27")] = tmpins + ['--cmake-compiler', 'vc9' , '--cmake-bitness', '32']
windowsDTUslave.pyins[getIDstr("windows", "32bit", "py33")] = tmpins + ['--cmake-compiler', 'vc10', '--cmake-bitness', '32']
windowsDTUslave.pyins[getIDstr("windows", "32bit", "py34")] = tmpins + ['--cmake-compiler', 'vc10', '--cmake-bitness', '32']
windowsDTUslave.pyins[getIDstr("windows", "32bit", "py35")] = tmpins + ['--cmake-compiler', 'vc14', '--cmake-bitness', '32']
windowsDTUslave.pyins[getIDstr("windows", "32bit", "py35")] = tmpins
windowsDTUslave.pyins[getIDstr("windows", "64bit", "py27")] = tmpins + ['--cmake-compiler', 'vc9' , '--cmake-bitness', '64']
windowsDTUslave.pyins[getIDstr("windows", "64bit", "py33")] = tmpins + ['--cmake-compiler', 'vc10', '--cmake-bitness', '64']
windowsDTUslave.pyins[getIDstr("windows", "64bit", "py34")] = tmpins + ['--cmake-compiler', 'vc10', '--cmake-bitness', '64']
windowsDTUslave.pyins[getIDstr("windows", "64bit", "py35")] = tmpins + ['--cmake-compiler', 'vc14', '--cmake-bitness', '64']
windowsDTUslave.pyins[getIDstr("windows", "64bit", "py35")] = tmpins

# linuxDTUslave = PythonSlaveConfig("linux32-slave")
# linuxDTUslave.pyact[getIDstr( "linux" , "32bit", 0 )] = "source /home/jowr/miniconda/bin/activate"
Expand Down

0 comments on commit e5908e8

Please sign in to comment.