Skip to content

Commit

Permalink
Remove freud.cpp before attempting builds on CircleCI. Use cython for…
Browse files Browse the repository at this point in the history
… builds whenever possible
  • Loading branch information
vyasr committed Feb 1, 2018
1 parent faeaa44 commit 61406dc
Show file tree
Hide file tree
Showing 3 changed files with 6,716 additions and 6,463 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ references:
if [ -d build ]; then
rmdir build
fi
rm freud/_freud.cpp
mkdir build
cd build
echo pyver=${PYVER}
cmake ../ -DPYTHON_EXECUTABLE=/usr/bin/python${PYVER}
cmake ../ -DPYTHON_EXECUTABLE=/usr/bin/python${PYVER} -DENABLE_CYTHON=ON
compile: &compile
run:
Expand Down

0 comments on commit 61406dc

Please sign in to comment.