CliMT / climt

The official home of climt, a Python based climate modelling toolkit.
https://climt.readthedocs.io
Other
160 stars 46 forks source link

Issue with build of OpenBLAS-0.2.19 on macOS Catalina, python 3.7, and climt v.0.16.19 #116

Closed cloudwilliam closed 4 years ago

cloudwilliam commented 4 years ago

Description

Describe what you were trying to get done.

Install climt

Tell us what happened, what went wrong, and what you expected to happen.

Construction of library for openblas failed repeatedly, on multiple Macs with configuration as given above

What I Did

pip install -U climt >& log

cat log

Collecting climt
  Using cached https://files.pythonhosted.org/packages/ea/85/6941454d54b751fdf4cebb3ef4becea7bb239787ff1828fe74a44d1d4abf/climt-0.16.9.tar.gz
Requirement already satisfied, skipping upgrade: numpy==1.16.0 in ./lib/python3.7/site-packages (from climt) (1.16.0)
Requirement already satisfied, skipping upgrade: pint>=0.7.0 in ./lib/python3.7/site-packages (from climt) (0.9)
Requirement already satisfied, skipping upgrade: xarray>=0.8.0 in ./lib/python3.7/site-packages (from climt) (0.14.1)
Requirement already satisfied, skipping upgrade: sympl==0.4.0 in ./lib/python3.7/site-packages (from climt) (0.4.0)
Requirement already satisfied, skipping upgrade: cython>=0.25 in ./lib/python3.7/site-packages (from climt) (0.29.12)
Requirement already satisfied, skipping upgrade: scipy>=0.18.1 in ./lib/python3.7/site-packages (from climt) (1.3.0)
Requirement already satisfied, skipping upgrade: pandas>=0.24 in ./lib/python3.7/site-packages (from xarray>=0.8.0->climt) (0.24.2)
Requirement already satisfied, skipping upgrade: six in ./lib/python3.7/site-packages (from sympl==0.4.0->climt) (1.12.0)
Requirement already satisfied, skipping upgrade: python-dateutil>=2.5.0 in ./lib/python3.7/site-packages (from pandas>=0.24->xarray>=0.8.0->climt) (2.8.0)
Requirement already satisfied, skipping upgrade: pytz>=2011k in ./lib/python3.7/site-packages (from pandas>=0.24->xarray>=0.8.0->climt) (2019.1)
Building wheels for collected packages: climt
  Building wheel for climt (setup.py): started
  Building wheel for climt (setup.py): finished with status 'error'
  ERROR: Complete output from command /Users/wcollins/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-wheel-a51dmniu --python-tag cp37:
  ERROR: Compilers:  gcc-6 gfortran-6
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.7-x86_64-3.7
  creating build/lib.macosx-10.7-x86_64-3.7/climt
  copying climt/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt
  running egg_info
  writing climt.egg-info/PKG-INFO
  writing dependency_links to climt.egg-info/dependency_links.txt
  writing requirements to climt.egg-info/requires.txt
  writing top-level names to climt.egg-info/top_level.txt
  reading manifest file 'climt.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.so' under directory 'climt'
  warning: no files found matching '*.dylib' under directory 'climt'
  warning: no files found matching '*.pyd' under directory 'climt'
  no previously-included directories found matching 'climt/_lib/lib'
  no previously-included directories found matching 'climt/_lib/share'
  no previously-included directories found matching 'climt/_lib/include'
  no previously-included directories found matching 'climt/_lib/bin'
  no previously-included directories found matching 'climt/_lib/Open*'
  no previously-included directories found matching 'climt/_lib/fftw*'
  no previously-included directories found matching 'climt/_lib/shtns*'
  warning: no previously-included files found matching 'climt/_lib/.configured*'
  warning: no previously-included files found matching 'climt/_lib/log'
  warning: no previously-included files matching '*.pyc' found under directory 'climt'
  warning: no previously-included files matching '*.mod' found under directory 'climt'
  warning: no previously-included files matching '*.o' found under directory 'climt'
  warning: no previously-included files matching '*.c' found under directory 'climt'
  warning: no previously-included files matching '*.a' found under directory 'climt'
  warning: no previously-included files matching '__pycache__' found under directory '*'
  no previously-included directories found matching 'tests/__pycache__'
  warning: no files found matching '*.gif' under directory 'docs'
  writing manifest file 'climt.egg-info/SOURCES.txt'
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/_berger_solar_insolation.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/berger_solar_insolation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/grid_scale_condensation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/held_suarez.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/radiation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/slab_surface.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  copying climt/_components/surface_ice.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
  copying climt/_components/dcmip/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
  copying climt/_components/dcmip/_dcmip.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
  copying climt/_components/dcmip/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
  copying climt/_components/dry_convection/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
  copying climt/_components/dry_convection/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
  copying climt/_components/emanuel/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
  copying climt/_components/emanuel/_emanuel_convection.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
  copying climt/_components/emanuel/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
  copying climt/_components/gfs/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
  copying climt/_components/gfs/_gfs_dynamics.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
  copying climt/_components/gfs/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
  copying climt/_components/instellation/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
  copying climt/_components/instellation/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
  copying climt/_components/rrtmg/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
  copying climt/_components/rrtmg/rrtmg_common.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/_rrtmg_lw.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/_rrtmg_sw.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/second_best
  copying climt/_components/second_best/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/second_best
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
  copying climt/_components/simple_physics/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
  copying climt/_components/simple_physics/_simple_physics.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
  copying climt/_components/simple_physics/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_core
  copying climt/_core/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
  copying climt/_core/constants.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
  copying climt/_core/initialization.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
  copying climt/_core/util.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_data
  copying climt/_data/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_data
  copying climt/_data/ozone_profile.npy -> build/lib.macosx-10.7-x86_64-3.7/climt/_data
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib
  copying climt/_lib/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
  copying climt/_lib/OpenBLAS-0.2.19.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
  copying climt/_lib/fftw-3.3.6-pl2.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
  copying climt/_lib/shtns-2.7-r557.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Darwin
  copying climt/_lib/Darwin/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Darwin
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf.gfortran -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf.ifort -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/driver.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/gfs_namelist -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/grid_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/kinds.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/params.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/phy_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/phy_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/phy_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/phy_run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/phy_run_stub.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/physcons.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/pressure_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/semimp_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/shtns.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  copying climt/_lib/GFS/spectral_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Linux
  copying climt/_lib/Linux/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Linux
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Windows
  copying climt/_lib/Windows/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Windows
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
  copying climt/_lib/dcmip/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_1_2_3_v5.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_4_v3.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_5_v1.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
  copying climt/_lib/emanuel/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
  copying climt/_lib/emanuel/convect43c.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/mcica_subcol_gen_lw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/parrrtm.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_con.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg01.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg02.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg03.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg04.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg05.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg06.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg07.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg08.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg09.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg10.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg11.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg12.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg13.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg14.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg15.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_read_nc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmr.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/README -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/mcica_subcol_gen_sw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/parrrsw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_aer.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_con.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg17.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg18.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg19.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg20.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg21.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg22.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg23.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg24.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg25.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg26.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg27.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg28.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg29.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_reftra.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvrt.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_vrtqdr.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
  creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/simple_physics_custom.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/simple_physics_v5_1.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
  running build_ext
  if [ ! -d OpenBLAS-0.2.19 ]; then tar -xvzf OpenBLAS-0.2.19.tar.gz > log 2>&1; fi; cd OpenBLAS-0.2.19; CFLAGS="-I/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib -L/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib/Darwin/ -fPIC -O3 -mmacosx-version-min=10.7" make NO_SHARED=1 NO_LAPACK=0 > log 2>&1 ; make PREFIX=/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib NO_SHARED=1 NO_LAPACK=0 install > log.install.blas 2>&1 ; cp ../lib/libopenblas.a /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib/Darwin/
  cp: ../lib/libopenblas.a: No such file or directory
  make: *** [Darwin/libopenblas.a] Error 1
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 285, in <module>
      tests_require=test_requirements
    File "/Users/wcollins/anaconda3/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
      return distutils.core.setup(**attrs)
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 176, in run
      self.run_command('build')
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 168, in run
      build_libraries()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 159, in build_libraries
      raise RuntimeError('Library build failed, exiting')
  RuntimeError: Library build failed, exiting
  ----------------------------------------
  ERROR: Failed building wheel for climt
  Running setup.py clean for climt
Failed to build climt
Installing collected packages: climt
  Running setup.py install for climt: started
    Running setup.py install for climt: finished with status 'error'
    ERROR: Complete output from command /Users/wcollins/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-record-h6wj9_fy/install-record.txt --single-version-externally-managed --compile:
    ERROR: Compilers:  gcc-6 gfortran-6
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.7-x86_64-3.7
    creating build/lib.macosx-10.7-x86_64-3.7/climt
    copying climt/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt
    running egg_info
    writing climt.egg-info/PKG-INFO
    writing dependency_links to climt.egg-info/dependency_links.txt
    writing requirements to climt.egg-info/requires.txt
    writing top-level names to climt.egg-info/top_level.txt
    reading manifest file 'climt.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.so' under directory 'climt'
    warning: no files found matching '*.dylib' under directory 'climt'
    warning: no files found matching '*.pyd' under directory 'climt'
    no previously-included directories found matching 'climt/_lib/lib'
    no previously-included directories found matching 'climt/_lib/share'
    no previously-included directories found matching 'climt/_lib/include'
    no previously-included directories found matching 'climt/_lib/bin'
    no previously-included directories found matching 'climt/_lib/fftw*'
    no previously-included directories found matching 'climt/_lib/shtns*'
    warning: no previously-included files found matching 'climt/_lib/.configured*'
    warning: no previously-included files matching '*.pyc' found under directory 'climt'
    warning: no previously-included files matching '*.mod' found under directory 'climt'
    warning: no previously-included files matching '*.o' found under directory 'climt'
    warning: no previously-included files matching '*.c' found under directory 'climt'
    warning: no previously-included files matching '*.a' found under directory 'climt'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    no previously-included directories found matching 'tests/__pycache__'
    warning: no files found matching '*.gif' under directory 'docs'
    writing manifest file 'climt.egg-info/SOURCES.txt'
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/_berger_solar_insolation.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/berger_solar_insolation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/grid_scale_condensation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/held_suarez.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/radiation.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/slab_surface.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    copying climt/_components/surface_ice.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
    copying climt/_components/dcmip/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
    copying climt/_components/dcmip/_dcmip.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
    copying climt/_components/dcmip/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dcmip
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
    copying climt/_components/dry_convection/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
    copying climt/_components/dry_convection/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/dry_convection
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
    copying climt/_components/emanuel/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
    copying climt/_components/emanuel/_emanuel_convection.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
    copying climt/_components/emanuel/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/emanuel
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
    copying climt/_components/gfs/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
    copying climt/_components/gfs/_gfs_dynamics.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
    copying climt/_components/gfs/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/gfs
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
    copying climt/_components/instellation/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
    copying climt/_components/instellation/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/instellation
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
    copying climt/_components/rrtmg/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
    copying climt/_components/rrtmg/rrtmg_common.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/_rrtmg_lw.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/lw
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/_rrtmg_sw.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/rrtmg/sw
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/second_best
    copying climt/_components/second_best/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/second_best
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
    copying climt/_components/simple_physics/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
    copying climt/_components/simple_physics/_simple_physics.pyx -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
    copying climt/_components/simple_physics/component.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_components/simple_physics
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_core
    copying climt/_core/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
    copying climt/_core/constants.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
    copying climt/_core/initialization.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
    copying climt/_core/util.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_core
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_data
    copying climt/_data/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_data
    copying climt/_data/ozone_profile.npy -> build/lib.macosx-10.7-x86_64-3.7/climt/_data
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib
    copying climt/_lib/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
    copying climt/_lib/OpenBLAS-0.2.19.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
    copying climt/_lib/fftw-3.3.6-pl2.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
    copying climt/_lib/shtns-2.7-r557.tar.gz -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Darwin
    copying climt/_lib/Darwin/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Darwin
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf.gfortran -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf.ifort -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/driver.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/gfs_namelist -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/grid_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/kinds.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/params.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/phy_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/phy_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/phy_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/phy_run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/phy_run_stub.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/physcons.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/pressure_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/run.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/semimp_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/shtns.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    copying climt/_lib/GFS/spectral_data.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/GFS
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Linux
    copying climt/_lib/Linux/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Linux
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Windows
    copying climt/_lib/Windows/.temp -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/Windows
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
    copying climt/_lib/dcmip/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_1_2_3_v5.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_4_v3.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_5_v1.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/dcmip
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
    copying climt/_lib/emanuel/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
    copying climt/_lib/emanuel/convect43c.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/emanuel
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/mcica_subcol_gen_lw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/parrrtm.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_con.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg01.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg02.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg03.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg04.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg05.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg06.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg07.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg08.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg09.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg10.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg11.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg12.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg13.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg14.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg15.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_read_nc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmr.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_lw
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/README -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/mcica_subcol_gen_sw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/parrrsw.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_aer.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_con.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg17.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg18.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg19.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg20.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg21.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg22.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg23.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg24.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg25.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg26.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg27.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg28.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg29.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_init.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_reftra.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvmc.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvrt.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_vrtqdr.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/setup.py -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/rrtmg_sw
    creating build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/Makefile -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/simple_physics_custom.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/simple_physics_v5_1.f90 -> build/lib.macosx-10.7-x86_64-3.7/climt/_lib/simple_physics
    running build_ext
    if [ ! -d OpenBLAS-0.2.19 ]; then tar -xvzf OpenBLAS-0.2.19.tar.gz > log 2>&1; fi; cd OpenBLAS-0.2.19; CFLAGS="-I/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib -L/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib/Darwin/ -fPIC -O3 -mmacosx-version-min=10.7" make NO_SHARED=1 NO_LAPACK=0 > log 2>&1 ; make PREFIX=/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib NO_SHARED=1 NO_LAPACK=0 install > log.install.blas 2>&1 ; cp ../lib/libopenblas.a /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/climt/_lib/Darwin/
    cp: ../lib/libopenblas.a: No such file or directory
    make: *** [Darwin/libopenblas.a] Error 1
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 285, in <module>
        tests_require=test_requirements
      File "/Users/wcollins/anaconda3/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 966, in run_commands
        self.run_command(cmd)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/Users/wcollins/anaconda3/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/command/install.py", line 545, in run
        self.run_command('build')
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/Users/wcollins/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 168, in run
        build_libraries()
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py", line 159, in build_libraries
        raise RuntimeError('Library build failed, exiting')
    RuntimeError: Library build failed, exiting
    ----------------------------------------
ERROR: Command "/Users/wcollins/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-record-h6wj9_fy/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mcrwpfv7/climt/
cloudwilliam commented 4 years ago

This is also occurring in python 3.6:

conda create --name py36 python=3.6
conda init zsh
 conda activate py36
conda install -c anaconda cython
 conda install -c anaconda numpy

(py36) wcollins@cloud9 ~ % pip install climt
Collecting climt
  Using cached https://files.pythonhosted.org/packages/ea/85/6941454d54b751fdf4cebb3ef4becea7bb239787ff1828fe74a44d1d4abf/climt-0.16.9.tar.gz
Requirement already satisfied: numpy==1.16.0 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (1.16.0)
Requirement already satisfied: pint>=0.7.0 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (0.9)
Requirement already satisfied: xarray>=0.8.0 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (0.14.1)
Requirement already satisfied: sympl==0.4.0 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (0.4.0)
Requirement already satisfied: cython>=0.25 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (0.29.13)
Requirement already satisfied: scipy>=0.18.1 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from climt) (1.3.2)
Requirement already satisfied: pandas>=0.24 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from xarray>=0.8.0->climt) (0.25.3)
Requirement already satisfied: six in ./anaconda3/envs/py36/lib/python3.6/site-packages (from sympl==0.4.0->climt) (1.13.0)
Requirement already satisfied: pytz>=2017.2 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from pandas>=0.24->xarray>=0.8.0->climt) (2019.3)
Requirement already satisfied: python-dateutil>=2.6.1 in ./anaconda3/envs/py36/lib/python3.6/site-packages (from pandas>=0.24->xarray>=0.8.0->climt) (2.8.1)
Building wheels for collected packages: climt
  Building wheel for climt (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/wcollins/anaconda3/envs/py36/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"'; __file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-wheel-cbe3tqwx --python-tag cp36
       cwd: /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/
  Complete output (256 lines):
  Compilers:  gcc-6 gfortran-6
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.7-x86_64-3.6
  creating build/lib.macosx-10.7-x86_64-3.6/climt
  copying climt/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt
  running egg_info
  writing climt.egg-info/PKG-INFO
  writing dependency_links to climt.egg-info/dependency_links.txt
  writing requirements to climt.egg-info/requires.txt
  writing top-level names to climt.egg-info/top_level.txt
  reading manifest file 'climt.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.so' under directory 'climt'
  warning: no files found matching '*.dylib' under directory 'climt'
  warning: no files found matching '*.pyd' under directory 'climt'
  no previously-included directories found matching 'climt/_lib/lib'
  no previously-included directories found matching 'climt/_lib/share'
  no previously-included directories found matching 'climt/_lib/include'
  no previously-included directories found matching 'climt/_lib/bin'
  no previously-included directories found matching 'climt/_lib/Open*'
  no previously-included directories found matching 'climt/_lib/fftw*'
  no previously-included directories found matching 'climt/_lib/shtns*'
  warning: no previously-included files found matching 'climt/_lib/.configured*'
  warning: no previously-included files found matching 'climt/_lib/log'
  warning: no previously-included files matching '*.pyc' found under directory 'climt'
  warning: no previously-included files matching '*.mod' found under directory 'climt'
  warning: no previously-included files matching '*.o' found under directory 'climt'
  warning: no previously-included files matching '*.c' found under directory 'climt'
  warning: no previously-included files matching '*.a' found under directory 'climt'
  warning: no previously-included files matching '__pycache__' found under directory '*'
  no previously-included directories found matching 'tests/__pycache__'
  warning: no files found matching '*.gif' under directory 'docs'
  writing manifest file 'climt.egg-info/SOURCES.txt'
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/_berger_solar_insolation.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/berger_solar_insolation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/grid_scale_condensation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/held_suarez.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/radiation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/slab_surface.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  copying climt/_components/surface_ice.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
  copying climt/_components/dcmip/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
  copying climt/_components/dcmip/_dcmip.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
  copying climt/_components/dcmip/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
  copying climt/_components/dry_convection/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
  copying climt/_components/dry_convection/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
  copying climt/_components/emanuel/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
  copying climt/_components/emanuel/_emanuel_convection.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
  copying climt/_components/emanuel/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
  copying climt/_components/gfs/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
  copying climt/_components/gfs/_gfs_dynamics.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
  copying climt/_components/gfs/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
  copying climt/_components/instellation/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
  copying climt/_components/instellation/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
  copying climt/_components/rrtmg/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
  copying climt/_components/rrtmg/rrtmg_common.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/_rrtmg_lw.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
  copying climt/_components/rrtmg/lw/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/_rrtmg_sw.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
  copying climt/_components/rrtmg/sw/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/second_best
  copying climt/_components/second_best/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/second_best
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
  copying climt/_components/simple_physics/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
  copying climt/_components/simple_physics/_simple_physics.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
  copying climt/_components/simple_physics/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_core
  copying climt/_core/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
  copying climt/_core/constants.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
  copying climt/_core/initialization.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
  copying climt/_core/util.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_data
  copying climt/_data/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_data
  copying climt/_data/ozone_profile.npy -> build/lib.macosx-10.7-x86_64-3.6/climt/_data
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib
  copying climt/_lib/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
  copying climt/_lib/OpenBLAS-0.2.19.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
  copying climt/_lib/fftw-3.3.6-pl2.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
  copying climt/_lib/shtns-2.7-r557.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Darwin
  copying climt/_lib/Darwin/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Darwin
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf.gfortran -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/Makefile.conf.ifort -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/driver.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/dyn_run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/gfs_namelist -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/grid_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/kinds.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/params.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/phy_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/phy_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/phy_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/phy_run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/phy_run_stub.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/physcons.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/pressure_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/semimp_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/shtns.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  copying climt/_lib/GFS/spectral_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Linux
  copying climt/_lib/Linux/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Linux
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Windows
  copying climt/_lib/Windows/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Windows
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
  copying climt/_lib/dcmip/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_1_2_3_v5.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_4_v3.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
  copying climt/_lib/dcmip/dcmip_initial_conditions_test_5_v1.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
  copying climt/_lib/emanuel/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
  copying climt/_lib/emanuel/convect43c.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/mcica_subcol_gen_lw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/parrrtm.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_con.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg01.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg02.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg03.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg04.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg05.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg06.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg07.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg08.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg09.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg10.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg11.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg12.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg13.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg14.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg15.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrlw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_read_nc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmr.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/rrtmg_lw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  copying climt/_lib/rrtmg_lw/setup.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/README -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/mcica_subcol_gen_sw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/parrrsw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_aer.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_con.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg17.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg18.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg19.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg20.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg21.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg22.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg23.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg24.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg25.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg26.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg27.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg28.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_kg29.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrsw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_reftra.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvrt.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/rrtmg_sw_vrtqdr.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  copying climt/_lib/rrtmg_sw/setup.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
  creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/simple_physics_custom.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
  copying climt/_lib/simple_physics/simple_physics_v5_1.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
  running build_ext
  if [ ! -d OpenBLAS-0.2.19 ]; then tar -xvzf OpenBLAS-0.2.19.tar.gz > log 2>&1; fi; cd OpenBLAS-0.2.19; CFLAGS="-I/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib -L/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib/Darwin/ -fPIC -O3 -mmacosx-version-min=10.7" make NO_SHARED=1 NO_LAPACK=0 > log 2>&1 ; make PREFIX=/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib NO_SHARED=1 NO_LAPACK=0 install > log.install.blas 2>&1 ; cp ../lib/libopenblas.a /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib/Darwin/
  cp: ../lib/libopenblas.a: No such file or directory
  make: *** [Darwin/libopenblas.a] Error 1
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 285, in <module>
      tests_require=test_requirements
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/site-packages/setuptools/__init__.py", line 145, in setup
      return distutils.core.setup(**attrs)
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 955, in run_commands
      self.run_command(cmd)
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 176, in run
      self.run_command('build')
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
      cmd_obj.run()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 168, in run
      build_libraries()
    File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 159, in build_libraries
      raise RuntimeError('Library build failed, exiting')
  RuntimeError: Library build failed, exiting
  ----------------------------------------
  ERROR: Failed building wheel for climt
  Running setup.py clean for climt
Failed to build climt
Installing collected packages: climt
    Running setup.py install for climt ... error
    ERROR: Command errored out with exit status 1:
     command: /Users/wcollins/anaconda3/envs/py36/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"'; __file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-record-erc6ajty/install-record.txt --single-version-externally-managed --compile
         cwd: /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/
    Complete output (256 lines):
    Compilers:  gcc-6 gfortran-6
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.7-x86_64-3.6
    creating build/lib.macosx-10.7-x86_64-3.6/climt
    copying climt/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt
    running egg_info
    writing climt.egg-info/PKG-INFO
    writing dependency_links to climt.egg-info/dependency_links.txt
    writing requirements to climt.egg-info/requires.txt
    writing top-level names to climt.egg-info/top_level.txt
    reading manifest file 'climt.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.so' under directory 'climt'
    warning: no files found matching '*.dylib' under directory 'climt'
    warning: no files found matching '*.pyd' under directory 'climt'
    no previously-included directories found matching 'climt/_lib/lib'
    no previously-included directories found matching 'climt/_lib/share'
    no previously-included directories found matching 'climt/_lib/include'
    no previously-included directories found matching 'climt/_lib/bin'
    no previously-included directories found matching 'climt/_lib/fftw*'
    no previously-included directories found matching 'climt/_lib/shtns*'
    warning: no previously-included files found matching 'climt/_lib/.configured*'
    warning: no previously-included files matching '*.pyc' found under directory 'climt'
    warning: no previously-included files matching '*.mod' found under directory 'climt'
    warning: no previously-included files matching '*.o' found under directory 'climt'
    warning: no previously-included files matching '*.c' found under directory 'climt'
    warning: no previously-included files matching '*.a' found under directory 'climt'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    no previously-included directories found matching 'tests/__pycache__'
    warning: no files found matching '*.gif' under directory 'docs'
    writing manifest file 'climt.egg-info/SOURCES.txt'
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/_berger_solar_insolation.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/berger_solar_insolation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/grid_scale_condensation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/held_suarez.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/radiation.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/slab_surface.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    copying climt/_components/surface_ice.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
    copying climt/_components/dcmip/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
    copying climt/_components/dcmip/_dcmip.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
    copying climt/_components/dcmip/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dcmip
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
    copying climt/_components/dry_convection/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
    copying climt/_components/dry_convection/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/dry_convection
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
    copying climt/_components/emanuel/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
    copying climt/_components/emanuel/_emanuel_convection.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
    copying climt/_components/emanuel/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/emanuel
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
    copying climt/_components/gfs/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
    copying climt/_components/gfs/_gfs_dynamics.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
    copying climt/_components/gfs/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/gfs
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
    copying climt/_components/instellation/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
    copying climt/_components/instellation/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/instellation
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
    copying climt/_components/rrtmg/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
    copying climt/_components/rrtmg/rrtmg_common.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/_rrtmg_lw.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
    copying climt/_components/rrtmg/lw/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/lw
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/_rrtmg_sw.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
    copying climt/_components/rrtmg/sw/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/rrtmg/sw
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/second_best
    copying climt/_components/second_best/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/second_best
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
    copying climt/_components/simple_physics/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
    copying climt/_components/simple_physics/_simple_physics.pyx -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
    copying climt/_components/simple_physics/component.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_components/simple_physics
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_core
    copying climt/_core/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
    copying climt/_core/constants.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
    copying climt/_core/initialization.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
    copying climt/_core/util.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_core
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_data
    copying climt/_data/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_data
    copying climt/_data/ozone_profile.npy -> build/lib.macosx-10.7-x86_64-3.6/climt/_data
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib
    copying climt/_lib/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
    copying climt/_lib/OpenBLAS-0.2.19.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
    copying climt/_lib/fftw-3.3.6-pl2.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
    copying climt/_lib/shtns-2.7-r557.tar.gz -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Darwin
    copying climt/_lib/Darwin/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Darwin
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf.gfortran -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/Makefile.conf.ifort -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/driver.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/dyn_run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/gfs_namelist -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/grid_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/kinds.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/params.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/phy_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/phy_finalize.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/phy_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/phy_run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/phy_run_stub.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/physcons.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/pressure_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/run.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/semimp_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/shtns.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    copying climt/_lib/GFS/spectral_data.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/GFS
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Linux
    copying climt/_lib/Linux/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Linux
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Windows
    copying climt/_lib/Windows/.temp -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/Windows
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
    copying climt/_lib/dcmip/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_1_2_3_v5.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_4_v3.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
    copying climt/_lib/dcmip/dcmip_initial_conditions_test_5_v1.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/dcmip
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
    copying climt/_lib/emanuel/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
    copying climt/_lib/emanuel/convect43c.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/emanuel
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/mcica_subcol_gen_lw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/parrrtm.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_con.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg01.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg02.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg03.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg04.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg05.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg06.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg07.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg08.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg09.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg10.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg11.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg12.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg13.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg14.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg15.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrlw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_read_nc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_rtrnmr.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/rrtmg_lw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    copying climt/_lib/rrtmg_lw/setup.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_lw
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/README -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/mcica_random_numbers.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/mcica_subcol_gen_sw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/parkind.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/parrrsw.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_aer.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_cld.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_con.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg16.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg17.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg18.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg19.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg20.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg21.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg22.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg23.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg24.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg25.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg26.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg27.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg28.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_kg29.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_ncpar.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_ref.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_tbl.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_vsn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrsw_wvn.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_c_binder.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_cldprop.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_init.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_k_g.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_rad.nomcica.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_reftra.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_setcoef.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvmc.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_spcvrt.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_taumol.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/rrtmg_sw_vrtqdr.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    copying climt/_lib/rrtmg_sw/setup.py -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/rrtmg_sw
    creating build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/Makefile -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/simple_physics_custom.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
    copying climt/_lib/simple_physics/simple_physics_v5_1.f90 -> build/lib.macosx-10.7-x86_64-3.6/climt/_lib/simple_physics
    running build_ext
    if [ ! -d OpenBLAS-0.2.19 ]; then tar -xvzf OpenBLAS-0.2.19.tar.gz > log 2>&1; fi; cd OpenBLAS-0.2.19; CFLAGS="-I/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib -L/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib/Darwin/ -fPIC -O3 -mmacosx-version-min=10.7" make NO_SHARED=1 NO_LAPACK=0 > log 2>&1 ; make PREFIX=/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib NO_SHARED=1 NO_LAPACK=0 install > log.install.blas 2>&1 ; cp ../lib/libopenblas.a /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/climt/_lib/Darwin/
    cp: ../lib/libopenblas.a: No such file or directory
    make: *** [Darwin/libopenblas.a] Error 1
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 285, in <module>
        tests_require=test_requirements
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/site-packages/setuptools/__init__.py", line 145, in setup
        return distutils.core.setup(**attrs)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 955, in run_commands
        self.run_command(cmd)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/command/install.py", line 545, in run
        self.run_command('build')
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/Users/wcollins/anaconda3/envs/py36/lib/python3.6/distutils/dist.py", line 974, in run_command
        cmd_obj.run()
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 168, in run
        build_libraries()
      File "/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py", line 159, in build_libraries
        raise RuntimeError('Library build failed, exiting')
    RuntimeError: Library build failed, exiting
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Users/wcollins/anaconda3/envs/py36/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"'; __file__='"'"'/private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-install-mg6onldl/climt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/9q/72jlw1252d96l7fc5pnksd640000gp/T/pip-record-erc6ajty/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
JoyMonteiro commented 4 years ago

I have faced issues with openblas builds in the past as well. The build output for openblas should be available in a file called log in the openblas folder. Could you see if that has more information regarding the failure?

Unless you are planning on using clouds with RRTMG, you could install the 0.16.2 version, which has a Mac wheel that you can install without the need to compile anything.

cloudwilliam commented 4 years ago

Hi Joy, Thanks so much for the tip to look in the openblas log.

It says

make[1]: gcc-6: No such file or directory
make[1]: *** [getarch] Error 1
Makefile.system:165: Makefile.conf: No such file or directory
Makefile.system:912: Makefile.: No such file or directory

This seems strange -- I have gcc installed, and it executes and compiles code.

cloudwilliam commented 4 years ago

Hi Joy,

Hold please while I execute the instructions to run:

brew install gcc
export CC=gcc-x
export FC=gfortran-x

from https://climt.readthedocs.io/en/latest/installation.html

cloudwilliam commented 4 years ago

Hi Joy and others After installing the gcc-6 and fortran-6 compilers and exporting the shell variables CC and FC, the make for openblas gets considerably further, but still errors out.
Log file (with .txt suffix) is attached. make -k generates copious errors

log.txt

Any else obvious for me to try? Thanks in advance.

JoyMonteiro commented 4 years ago

The log seems to suggest that openblas was successfully compiled. Errors like /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:443:34: error: expected declaration specifiers before '__OSX_AVAILABLE_STARTING'

seem to suggest that there is an issue with how the Mac system libraries are being accessed/used. Strangely, this does not show up on either my machine or the Travis cloud build.

One suggestion would be to reproduce the exact steps I use on Travis to build climt https://github.com/CliMT/climt/blob/69d1e5d7071f248da5c68053ce08af2a11267cd1/.travis.yml#L35-L43

There might be slight modifications required (don't need miniconda for example)

An unrelated point, please install the required dependencies using pip install -r requirements_dev.txt requirements_dev.txt lies in the base of the climt folder.

cloudwilliam commented 4 years ago

Hi Joy, Thanks, I have run the command

pip install -r requirements_dev.txt

Could you please explain how to use the travis.yml file you provided in your last comment to see if I can get the build to work? Apologies for this newbie question.

Despite appearances, the libopenblas.a file is not building correctly (even after running pip against the requirements_dev.txt). There are large number of errors associated with missing symbols.

The log file from make-k in the openblas directory is too big to attach (>10 MB), but a link to it is http://bit.ly/2QNdMYS

JoyMonteiro commented 4 years ago

I did a bit of googling based on your log, and it looks like the latest version of MacOS system libraries have an issue with gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 This is not yet solved at the gcc-MacOS level, so we can't really do anything about this.

Based on this, the only option would be to install openblas separately (via Homebrew) and link to it while building climt. You might run into a similar issue while building FFTW.

In the meantime, could you please check if

pip install climt==0.16.3

works and if you can import climt in ipython or jupyter etc?

cloudwilliam commented 4 years ago

Hi Joy, Yes, thanks for the advice, I have successfully installed climt 0.16.3. Good luck with the Mac OS issue. Hopefully that is resolved soon.

JoyMonteiro commented 4 years ago

I have just uploaded Mac wheels for the latest version of climt. Could you see if it works for you?

cloudwilliam commented 4 years ago

Hi Joy,

Will do, thanks for developing it.

Bill William Drew Collins http://esd.lbl.gov/about/staff/williamcollins/ Director, Climate and Ecosystem Sciences Division https://eesa.lbl.gov/our-divisions/climate-ecosystem-sciences/ Lawrence Berkeley Laboratory http://www.lbl.gov James and Katherine Lau Distinguished Chair in Sustainability, University of California, Berkeley http://eps.berkeley.edu/ Director, Environmental resilience accelerator (Era) https://era.berkeley.edu

510-495-2407 direct wdcollins@lbl.gov

Division Support Staff: Kim Sopher, Program Manager ksopher@lbl.gov 510-486-6866

Sara Hefty, Administrator
shefty@lbl.gov
510-486-4271

On Fri, Mar 6, 2020 at 8:20 PM JoyMonteiro notifications@github.com wrote:

I have just uploaded Mac wheels for the latest version of climt. Could you see if it works for you?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/CliMT/climt/issues/116?email_source=notifications&email_token=AC5QSQJD3CKNIYZCES3YWH3RGHDRHA5CNFSM4JPK6DQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEODOYGA#issuecomment-596044824, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC5QSQMTGPKODJKJ6DJJDUDRGHDRHANCNFSM4JPK6DQA .