You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Solves the following issue(s):**
Closes#151
Things that did not work for me with pyccel 2.1:
- using `pyccel make ...` I get the [mysterious numpy
error](https://struphy-hub.github.io/struphy/sections/install.html#compilation-problems).
Using `pyccel compile ...` I don't get this error.
- `pyccel make -d kernel_file.txt` did not behave like a make file, i.e.
it recompiled everything on the second call.
- `pyccel clean` did not remove the .so files; `pyccel clean -s` removed
alos numpy and scipy stuff that I had to reinstall afterwards.
0 commit comments