- Timestamp:
- Jul 20, 2017 7:53:42 AM (7 years ago)
- Location:
- palm/trunk
- Files:
-
- 5 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r2257 r2316 27 27 # ----------------- 28 28 # $Id$ 29 # Removed qmake block as mrungui now runs as a python script 30 # 31 # 2257 2017-06-07 14:07:05Z witha 29 32 # adjustments for lceddy, removed lcflow-specific code 30 33 # … … 1456 1459 eval init_cmds=$init_cmds 1457 1460 make $make_options BLOCK=$block F90=$compiler_name F90_SER=$compiler_name_ser COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 1458 1459 # CHECK IF QMAKE IS AVAILABLE AND COMPILE MRUNGUI1460 if [[ $util_compiled_localhost == false ]]1461 then1462 printf "\n\n"1463 echo " *** compiling the mrun GUI"1464 if which qmake >/dev/null; then1465 cd mrungui1466 touch *1467 qmake1468 make1469 make clean1470 rm Makefile1471 cd ..1472 else1473 echo " +++ no qmake found. The (optional) GUI will not be compiled."1474 fi1475 else1476 cd $check_depository_path1477 printf "\n\n"1478 echo " *** skipped compilation of mrun GUI."1479 fi1480 1481 1461 fi 1482 1462 fi -
palm/trunk/SCRIPTS/mrungui
r1842 r2316 25 25 # ----------------- 26 26 # $Id$ 27 # Modified for python version of mrungui 28 # 29 # 1842 2016-04-07 19:24:16Z raasch 27 30 # 28 31 # 1841 2016-04-07 19:14:06Z raasch … … 40 43 #------------------------------------------------------------------------------# 41 44 42 if which mrungui. x>/dev/null; then43 mrungui. x45 if which mrungui.py >/dev/null; then 46 mrungui.py > /dev/null 2>&1 44 47 else 45 48 echo " +++ mrungui not found."
Note: See TracChangeset
for help on using the changeset viewer.