Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/{sage_conf,sage_setup}/install: Do not use sdh_pip_editabl…
Browse files Browse the repository at this point in the history
…e_install
  • Loading branch information
Matthias Koeppe committed Nov 20, 2021
1 parent cc60cfe commit 2cc0497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions build/pkgs/sage_conf/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
cd src
if [ "$SAGE_EDITABLE" = yes ]; then
sdh_pip_editable_install .
else
sdh_pip_install .
fi
sdh_pip_install .
6 changes: 1 addition & 5 deletions build/pkgs/sage_setup/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
cd src
if [ "$SAGE_EDITABLE" = yes ]; then
sdh_pip_editable_install .
else
sdh_pip_install .
fi
sdh_pip_install .

0 comments on commit 2cc0497

Please sign in to comment.