over.core.types is now using reference cython acceleration

This commit is contained in:
Overwatch 2014-08-13 00:35:21 +02:00
parent 0df57ad386
commit fd984be2f6
6 changed files with 165 additions and 109 deletions

View file

@ -3,7 +3,7 @@
for dir in ag core m serial
do
echo "Building Cython implementations in ${dir}"
echo "Building Cython implementations in ${dir}:"
cd "$dir"
./build.sh
cd ..