Skip to content

Commit

Permalink
Added conda builds again to please #905 and #956
Browse files Browse the repository at this point in the history
  • Loading branch information
jowr committed Feb 16, 2016
1 parent 4ad9e02 commit 54b8b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions dev/buildbot/master/master.cfg
Expand Up @@ -400,15 +400,14 @@ def websiteFactory(platform, fullBuild=False):


# The reworked Python builder factory. It relies on Miniconda and can handle both 32bit and 64bit builds
# Currently, it only supports Windows, but the plan is to integrate MacOS and Linux builds here as well.
# You have to have both CMake and Git available on your standard command line, pay attention when installing
# these two tools on your Windows machine.
# You have to have both CMake and Git available on your standard command line, pay attention tp this
# when installing these two tools on your Windows machine.
def pythonFactory(pyID, pyCFG=PythonSlaveConfig("name")):
#
# Do you want me to install the required packages? Enable this for new slaves.
installPackages = False
buildPyPI = checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
buildConda = False
buildConda = True
workingFolder = "build/wrappers/Python"
installFolder = "install_root"
defTimeout = 1800 # New timeout required for slow 64bit Linux builds: timeout=defTimeout
Expand Down
2 changes: 1 addition & 1 deletion wrappers/Python/generate_meta_info.py
Expand Up @@ -5,7 +5,7 @@
from distutils.version import LooseVersion #, StrictVersion
import codecs

""" A simple script to create a conda recipe and the infrostructure files for PyPI"""
""" A simple script to create a conda recipe and the infrastructure files for PyPI"""

first_line = "# CAUTION: This file is generated automatically, any customisation will be lost.\n"

Expand Down

0 comments on commit 54b8b89

Please sign in to comment.