Skip to content

Commit

Permalink
Installa abinit + abipy from abinit channel
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Apr 14, 2017
1 parent f2ae092 commit bae83d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@ install:

# Install abinit from abinit conda channel.
- conda config --add channels conda-forge
- conda install -c abinit abinit=8.2.2

# Get pymatgen from matsci
- conda config --add channels matsci
# Use my pymatgen fork
#- git clone https://github.com/gmatteo/pymatgen.git && cd pymatgen && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../
# pymatgen master
#- git clone https://github.com/materialsproject/pymatgen.git && cd pymatgen && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../
- conda install -c abinit abipy
- conda install -c abinit abinit=8.2.2

# See https://github.com/BVLC/caffe/issues/3884 and https://docs.continuum.io/mkl-optimizations/
- conda install nomkl
- conda install gcc scipy
- conda install pandas
- conda install netcdf4
#- conda install nomkl
#- conda install gcc scipy
#- conda install pandas
#- conda install netcdf4
# See hSttps://github.com/ContinuumIO/anaconda-issues/issues/1360
- conda install hdf4=4.2.12
#- conda install hdf4=4.2.12
- pip install pytest scripttest nose nose-exclude
- pip install pep8 python-coveralls
- conda install matplotlib seaborn
- conda install ipython jupyter nbformat
# Install abinit from gmatteo's conda channel.
#- conda install abinit
# phonopy is not a requirement but we test scripts in data/runs that use it
#- conda install -c conda-forge phonopy
# FIXME: I'm still using my fork
- git clone https://github.com/gmatteo/pymatgen.git && cd pymatgen && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../
- git clone https://github.com/gmatteo/abipy.git && cd abipy && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../
#- git clone https://github.com/gmatteo/pymatgen.git && cd pymatgen && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../
#- git clone https://github.com/gmatteo/abipy.git && cd abipy && pip install -q -r requirements.txt && pip install -q -r requirements-optional.txt && python setup.py install && cd ../

- python setup.py install
- mkdir -p ${HOME}/.abinit/abipy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def cleanup():
"nbformat",
"matplotlib",
"pymatgen",
"abipy>0.2.0",
"abipy>=0.2.0",
]

#---------------------------------------------------------------------------
Expand Down

0 comments on commit bae83d3

Please sign in to comment.