Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git clone https://github.com/fermiPy/fermipy.git
cd fermipy
export CONDA_DEPS='scipy matplotlib pyyaml numpy astropy gammapy healpy astropy-healpix'
conda install -y --name $FERMI_CONDA_ENV $FERMI_CONDA_CHANNELS -c $CONDA_CHANNELS $CONDA_DEPS
python setup.py develop
 
Test fermipy

py.test

 

Updates  

The recipe above worked at first but then started failing b/c it couldn't load the dylib libraries for the fermtiools packages.   The crazy thing about this is that the libraries are being made, and

are present in the /Users/echarles/anaconda2/envs/fermitools-dev/lib/fermitools area.   But for some reason importlib is not looking there when asked to import the libraries for the various gt apps.

I'm going to retry this process with including a conda-build step in the process.  Hopefully that gets the python setup up correctly.

The annoying thing about the conda-build process is that the build.sh script in Fermitools-conda wants to check out all the packages.  So I'm going to try and modify it to use the version in place.