From ddf67b237b79dadfd7ba905b2c7ff940100bdc1e Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 12 Dec 2023 15:23:10 -0800 Subject: [PATCH] fix python checks --- travis/compile_nwchem.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/travis/compile_nwchem.sh b/travis/compile_nwchem.sh index 4c1015615d..48f40b2518 100755 --- a/travis/compile_nwchem.sh +++ b/travis/compile_nwchem.sh @@ -116,10 +116,8 @@ echo "$FOPT$FDOPT" make SKIP_COMPILERS=1 deps_stamp >& deps.log echo tail deps.log '11@@@' tail -10 deps.log - grep -i python deps.log + grep -i python deps.log || true echo done tail deps.log '11@@@' - python -V || true - python-config --ldflags || true python3 -V || true python3-config --ldflags || true cd python && rm -f dependencies include_stamp ||true && make dependencies include_stamp && cd ..