Skip to content

Commit

Permalink
Fix develop target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 21, 2023
1 parent 2de58d4 commit 90e1eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ MPI_NUM_PROCS ?= 2
.PHONY: black clean clean_pyc clean_so cleantransonic coverage_short develop develop_lib develop_user dist lint _report_coverage shortlog tests _tests_coverage tests_mpi

develop: develop_lib
pip install -v -e .[dev] | grep -v link
pip install meson-python ninja numpy "pythran>=0.9.7"
pip install --force-reinstall transonic@hg+https://foss.heptapod.net/fluiddyn/transonic
pip install -e .[dev] --no-build-isolation

develop_lib:
cd lib && pip install -e .

develop_user:
pip install -v -e .[dev] --user | grep -v link

develop_no-build-isolation: develop_lib
pip install -e .[dev] --no-build-isolation

dist:
cd lib && python setup.py sdist bdist_wheel
python setup.py sdist
Expand Down
1 change: 1 addition & 0 deletions fluidsim/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_sources = [
'__init__.py',
'_version.py',
'magic.py',
]

Expand Down

0 comments on commit 90e1eb0

Please sign in to comment.