10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-03 01:55:42 +01:00

Removed tabs

This commit is contained in:
Anthony Scemama 2017-01-26 10:06:02 +01:00
parent dd2afebb0d
commit e9977eceed
13 changed files with 508 additions and 507 deletions

View File

@ -1,6 +1,7 @@
PYTHON=python
PYVERSION=$(shell $(PYTHON) -c "import sys; print(sys.version[:3])")
HAS_CYTHON=$(shell bash -c "which cython &> /dev/null && echo 1 || echo 0")
#HAS_CYTHON=0
ifneq ($(HAS_CYTHON),0)
../bin/irpf90: irpf90.so