mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Bug in makefile with cython
This commit is contained in:
parent
1b3924c615
commit
b0d955cb85
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
PYTHON=python
|
||||
PYVERSION=$(shell $(PYTHON) -c "import sys; print(sys.version[:3])")
|
||||
HAS_CYTHON=$(shell which cython &> /dev/null && echo 1 || echo 0)
|
||||
HAS_CYTHON=$(shell bash -c "which cython &> /dev/null && echo 1 || echo 0")
|
||||
ifneq ($(HAS_CYTHON),0)
|
||||
|
||||
../bin/irpf90: irpf90.exe
|
||||
|
@ -1 +1 @@
|
||||
version = "1.2.20"
|
||||
version = "1.2.22"
|
||||
|
Loading…
Reference in New Issue
Block a user