pele-python / mcpele

Monte Carlo and parallel tempering routines built on the pele foundation
Other
20 stars 5 forks source link

Travis fails #6

Closed smcantab closed 10 years ago

smcantab commented 10 years ago

$ python setup.py build --fcompiler=gfortran Cythonizing sources Processing mcpele/monte_carlo/_conf_test_cpp.pyx Error compiling Cython file:

cython: boundscheck=False

cython: wraparound=False

cimport pele.potentials._pele as _pele ^ _pele_mc.pxd:4:8: 'pele.potentials._pele.pxd' not found

full error at https://travis-ci.org/pele-python/mcpele/builds/29043772

Travis is now using a newer version of conda and the cython version is 0.2, hence that can't the problem. Somehow we have to fix the linking

smcantab commented 10 years ago

ok travis is now passing, we have a green light on the home page of the repository :+1: