Skip to content

Commit fcbd21f

Browse files
committed
add compile -v flag to pyccel command in make file; set lower bound pyccel>=2.1.0
1 parent cfb170b commit fcbd21f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

feectools/accelerate/compile_psydac.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all: $(OUTPUTS)
3737
@for dep in $^ ; do \
3838
echo $$dep ; \
3939
done
40-
pyccel $(FLAGS)$(FLAGS_openmp) $<
40+
pyccel compile -v $(FLAGS)$(FLAGS_openmp) $<
4141
@echo ""
4242

4343
#--------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
'pyevtk',
3333

3434
# Our packages from PyPi
35-
'pyccel >= 2.0.1',
35+
'pyccel >= 2.1.0',
3636
'h5py',
3737

3838
# When pyccel is run in parallel with MPI, it uses tblib to pickle

0 commit comments

Comments
 (0)