File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -646,14 +646,21 @@ done
646
646
647
647
actually_build_and_install () { # ##################################
648
648
649
- echo " ****************************************************"
650
- echo " Host system:"
651
- uname -a
652
- echo " ****************************************************"
653
- echo " C compiler: $CC "
654
- echo " C compiler version:"
655
- $CC -v
656
- echo " ****************************************************"
649
+ case " $PKG_SRC " in
650
+ * .whl)
651
+ # Silence is golden.
652
+ ;;
653
+ * )
654
+ echo " ****************************************************"
655
+ echo " Host system:"
656
+ uname -a
657
+ echo " ****************************************************"
658
+ echo " C compiler: $CC "
659
+ echo " C compiler version:"
660
+ $CC -v
661
+ echo " ****************************************************"
662
+ ;;
663
+ esac
657
664
658
665
# Poison the proxy variable to forbid downloads in spkg-install
659
666
# for normal packages
You can’t perform that action at this time.
0 commit comments