mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
fix python checks
This commit is contained in:
parent
70fa5a8f27
commit
ddf67b237b
1 changed files with 1 additions and 3 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue