Changeset 24607
- Timestamp:
- 02/27/20 11:58:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24593 r24607 190 190 [VENDOR=""] dnl action if not given 191 191 ) 192 AC_MSG_CHECKING( for vendor compilers)192 AC_MSG_CHECKING([for vendor compilers]) 193 193 if test -n "${VENDOR}"; then 194 194 if test "${VENDOR}" == "intel-win32"; then … … 292 292 [MATLAB_ROOT="no"] dnl action if not given 293 293 ) 294 AC_MSG_CHECKING([for MATLAB]) 294 295 if test "x${MATLAB_ROOT}" == "xno"; then 295 296 HAVE_MATLAB=no … … 1341 1342 dnl METIS libraries and header files 1342 1343 if test "x${HAVE_METIS}" == "xyes"; then 1343 AC_MSG_CHECKING(for METIS libraries and header files in ${METIS_ROOT})1344 1344 dnl Retrieve METIS version (does the VERSION file exist?) 1345 1345 if test -f "${METIS_ROOT}/VERSION"; then … … 1357 1357 ;; 1358 1358 *linux*) 1359 METISLIB="-L${METIS_ROOT} -l metis"1359 METISLIB="-L${METIS_ROOT} -lparmetis -lmetis" 1360 1360 ;; 1361 1361 *darwin*) 1362 METISLIB="-L${METIS_ROOT} -l metis"1362 METISLIB="-L${METIS_ROOT} -lparmetis -lmetis" 1363 1363 ;; 1364 1364 esac … … 1372 1372 ;; 1373 1373 *linux*) 1374 METISLIB="-L${METIS_ROOT}/lib -l metis"1374 METISLIB="-L${METIS_ROOT}/lib -lparmetis -lmetis" 1375 1375 ;; 1376 1376 *darwin*) 1377 METISLIB="-L${METIS_ROOT}/lib -l metis"1377 METISLIB="-L${METIS_ROOT}/lib -lparmetis -lmetis" 1378 1378 ;; 1379 1379 esac
Note:
See TracChangeset
for help on using the changeset viewer.