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
sage-logger -p '$$(SAGE_ROOT)/build/pkgs/$(1)/spkg-install && if [ $$$$SAGE_CHECK != no -a -x $$(SAGE_ROOT)/build/pkgs/$(1)/spkg-postinstcheck ]; then $$(SAGE_ROOT)/build/pkgs/$(1)/spkg-postinstcheck; fi' '$$(SAGE_LOGS)/$(1)-$(2).log' && \
741
742
rm -f "$$($(4))/$(SPKG_INST_RELDIR)/$(1)"-* && \
742
743
touch "$$($(4))/$(SPKG_INST_RELDIR)/$(1)-$(2)"; \
743
744
else ( \
@@ -757,6 +758,26 @@ $(1)-$(4)-no-deps:
757
758
758
759
$(1)-no-deps: $(1)-$(4)-no-deps
759
760
761
+
$(1)-$(4)-check:
762
+
$(PLUS)@if [ -x $$(SAGE_ROOT)/build/pkgs/$(1)/spkg-postinstcheck ]; then \
0 commit comments