Skip to content

make -j8 seems to sometimes disable matplotlib #1913

@doutriaux1

Description

@doutriaux1

because of ridiculous setuptools eggs that cannot be built in //

example:

doutriaux1@omar:[uvcdat]:[fix_1894]:[7470]> ll /lgm/uvcdat/2016-03-30/lib/python2.7/site-packages/
total 7.5M
-rw-rw-r--  1 doutriaux1 doutriaux1  248 Mar 30 13:52 CMOR-2.0-py2.7.egg-info
drwxrwxr-x  2 doutriaux1 doutriaux1 4.0K Mar 30 10:13 ComparisonStatistics
-rw-rw-r--  1 doutriaux1 doutriaux1  228 Mar 30 13:52 ComparisonStatistics-1.1-py2.7.egg-info
drwxrwxr-x 12 doutriaux1 doutriaux1 4.0K Mar 30 10:01 Cython
drwxrwxr-x  2 doutriaux1 doutriaux1 4.0K Mar 30 10:01 Cython-0.23.4-py2.7.egg-info
drwxrwxr-x  3 doutriaux1 doutriaux1 4.0K Mar 30 10:12 DV3D
-rw-rw-r--  1 doutriaux1 doutriaux1  242 Mar 30 13:52 DV3D-0.0.0-py2.7.egg-info
drwxr-xr-x  8 doutriaux1 doutriaux1 4.0K Mar 30 13:52 ESMP
drwxrwxr-x  2 doutriaux1 doutriaux1 4.0K Mar 30 10:13 EzTemplate
-rw-rw-r--  1 doutriaux1 doutriaux1  221 Mar 30 13:52 EzTemplate-1.0-py2.7.egg-info
[snip]
-rw-rw-r--  1 doutriaux1 doutriaux1  295 Mar 30 10:00 libcf-1.0_beta11-py2.7.egg-info
-rw-rw-r--  1 doutriaux1 doutriaux1  182 Mar 30 13:52 lmoments-0.0.0-py2.7.egg-info
-rwxrwxr-x  1 doutriaux1 doutriaux1 468K Mar 30 10:12 lmoments.so
drwxrwxr-x  5 doutriaux1 doutriaux1 4.0K Mar 30 10:04 matplotlib-1.5.1-py2.7-linux-x86_64.egg
drwxrwxr-x  3 doutriaux1 doutriaux1 4.0K Mar 30 09:58 mccabe-0.3.1-py2.7.egg

so obviously matplotlib built happily BUT unfortunately as an egg
now

doutriaux1@omar:[uvcdat]:[fix_1894]:[7473]> more /lgm/uvcdat/2016-03-30/lib/python2.7/site-packages/easy-install.pth 
import sys; sys.__plen = len(sys.path)
./setuptools-19.2-py2.7.egg
./pip-7.1.2-py2.7.egg
./singledispatch-3.4.0.3-py2.7.egg
./netCDF4-1.1.9-py2.7-linux-x86_64.egg
./windspharm-1.3.x-py2.7.egg
import sys; new = sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p = getattr(sys, '__egginsert', 0); sys.path[p:p] = new; sys.__egginsert = p + len(new)
doutriaux1@omar:[uvcdat]:[fix_1894]:[7474]> 

no matplotlib... Arrrggggggggg.......

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions