Changeset 2316 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Jul 20, 2017 7:53:42 AM (7 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.