Changeset 1388 for ThirdParty/Mumps/trunk/configure.ac
- Timestamp:
- Aug 1, 2009 9:12:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/configure.ac
r1267 r1388 1 # Copyright (C) 2007-200 8International Business Machines.1 # Copyright (C) 2007-2009 International Business Machines. 2 2 # All Rights Reserved. 3 3 # This file is distributed under the Common Public License. … … 16 16 17 17 AC_COPYRIGHT([ 18 Copyright 2007-200 8International Business Machines and others.18 Copyright 2007-2009 International Business Machines and others. 19 19 All Rights Reserved. 20 20 This file is part of the open source package Coin which is distributed … … 104 104 105 105 ## Check if Mumps is already provided by user 106 AC_COIN_HAS_MUMPS106 #AC_COIN_HAS_MUMPS 107 107 108 108 # Verify that we can compile Fortran 90 code 109 if test "$use_mumps" = BUILD; then109 #if test "$use_mumps" = BUILD; then 110 110 AC_MSG_CHECKING([whether we can compile Fortran 90 code]) 111 111 AC_LANG_PUSH(Fortran 77) … … 116 116 AC_LANG_POP(Fortran 77) 117 117 if test $can_f90 = no; then 118 AC_MSG_ WARN([Your Fortran compiler can't compile Fortran 90, I willnot compile MUMPS])119 use_mumps=118 AC_MSG_ERROR([Your Fortran compiler can't compile Fortran 90, I cannot compile MUMPS]) 119 # use_mumps= 120 120 fi 121 fi121 #fi 122 122 123 rm -f $MAKEOKFILE124 if test $coin_has_mumps = yes && test "$use_mumps" != BUILD; then125 AC_MSG_NOTICE([The Mumps sources don't need to be compiled])126 MAKEOKFILE=127 else128 touch $MAKEOKFILE129 fi130 AC_SUBST(MAKEOKFILE)131 AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE")123 #rm -f $MAKEOKFILE 124 #if test $coin_has_mumps = yes && test "$use_mumps" != BUILD; then 125 # AC_MSG_NOTICE([The Mumps sources don't need to be compiled]) 126 # MAKEOKFILE= 127 #else 128 # touch $MAKEOKFILE 129 #fi 130 #AC_SUBST(MAKEOKFILE) 131 #AM_CONDITIONAL(SKIPMAKE, test -z "$MAKEOKFILE") 132 132 133 133 MUMPSDIR=MUMPS … … 151 151 AC_MSG_RESULT([$MY_FDEFS]) 152 152 153 AC_CONFIG_FILES([Makefile ])153 AC_CONFIG_FILES([Makefile mumps_addlibs.txt]) 154 154 155 155 AC_COIN_FINALIZE
Note: See TracChangeset
for help on using the changeset viewer.