On Wed, Aug 14, 2013 at 2:12 PM, Ralf Gommers <[email protected]> wrote:
>> with the Intel compilers, I have to supply --compiler and --fcompiler. Is >> there any way to just do this in site config? > Maybe pip has a way to supply that info but I've never > bothered to look for it - python setup.py .... works just as well. It look slike you can pass distuitls commands through pip: """ --install-option <options> Extra arguments to be supplied to the setup.py install command (use like –install-option=”–install-scripts=/usr/local/bin”). Use multiple –install-option options to pass multiple options to setup.py install. If you are using an option with a directory path, be sure to use absolute path. """ There is also a way to specify default arguments for pip install, so that it woudl get used every time. http://www.pip-installer.org/en/latest/usage.html#pip-install -HTH, Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
