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

Commit

Permalink
build/pkgs/jupyter_jsmol/spkg-install.in: Use --config-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 25, 2022
1 parent 987a32e commit 6fb910f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/jupyter_jsmol/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd src
# Use --no-build-isolation to avoid WARNING: Ignoring --build-option when building jupyter-jsmol using PEP 517
eval sdh_pip_install --no-build-isolation $(eval sdh_prefix_args "--build-option" build --skip-npm) .
# Use --no-build-isolation because we have a different version of jupyter_packaging
eval sdh_pip_install --no-build-isolation --config-settings "--global-option=--skip-npm" .

0 comments on commit 6fb910f

Please sign in to comment.