Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure, lsstsw
-
Labels:None
-
Story Points:0.667
-
Epic Link:
-
Team:SQuaRE
Description
Testing the fixes for the deploy script in DM-4359 it seems that the part of the script installing miniconda no longer works on OS X because the list of packages to be installed has been derived from a Linux system and not all the Linux packages have OS X equivalents. There needs to be a per-OS list of packages. The default OS X list seems to be:
# This file may be used to create an environment using:
|
# $ conda create --name <env> --file <this file>
|
# platform: osx-64
|
astropy=1.1.1=np110py27_0
|
conda=3.19.1=py27_0
|
conda-env=2.4.5=py27_0
|
cycler=0.9.0=py27_0
|
cython=0.23.4=py27_1
|
freetype=2.5.5=0
|
libpng=1.6.17=0
|
matplotlib=1.5.1=np110py27_0
|
nomkl=1.0=0
|
numpy=1.10.4=py27_nomkl_0
|
openssl=1.0.2f=0
|
pandas=0.17.1=np110py27_0
|
pip=8.0.2=py27_0
|
pycosat=0.6.1=py27_0
|
pycrypto=2.6.1=py27_0
|
pyparsing=2.0.3=py27_0
|
pyqt=4.11.4=py27_1
|
python=2.7.11=0
|
python-dateutil=2.4.2=py27_0
|
pytz=2015.7=py27_0
|
pyyaml=3.11=py27_1
|
qt=4.8.7=1
|
readline=6.2=2
|
requests=2.9.1=py27_0
|
scipy=0.17.0=np110py27_nomkl_0
|
setuptools=19.6.2=py27_0
|
sip=4.16.9=py27_0
|
six=1.10.0=py27_0
|
sqlalchemy=1.0.11=py27_0
|
sqlite=3.9.2=0
|
tk=8.5.18=0
|
wheel=0.29.0=py27_0
|
yaml=0.1.6=0
|
zlib=1.2.8=0
|
Attachments
Issue Links
- blocks
-
DM-4359 lsstsw deploy on OS X El Capitan fails with git / openssl
- Done
-
DM-5179 miniconda2 eups package fails to install on OS X
- Done
- is duplicated by
-
DM-5157 lsstsw bin/deploy fails trying to install "cairo"
- Invalid
-
DM-5411 lsstsw can't find cairo 1.12.18.6 in osx-64 conda channel
- Invalid
- is triggered by
-
DM-5105 new conda 'mkl' dependent packages break meas_base tests
- Done
- relates to
-
DM-4345 OSX CI/jenkins build slaves
- Done
-
DM-3889 Multi-threaded matplotlib test issue in meas_algorithms
- Done
My inclination is to fix this correctly and have a separate linux/osx conda package lists. Could someone provide a package list from OSX after doing a -b install?