Changeset 1423
- Timestamp:
- Oct 27, 2009 10:36:30 PM (11 years ago)
- Location:
- ThirdParty/Lapack/stable/1.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0
- Property svn:mergeinfo changed
/ThirdParty/Lapack/trunk merged: 1378,1396-1397,1411,1422
- Property svn:mergeinfo changed
-
ThirdParty/Lapack/stable/1.0/Makefile.am
r1256 r1423 16 16 17 17 LAPACK_FILES = \ 18 dbdsqr.f \ 19 dgebd2.f \ 20 dgebrd.f \ 21 dgelq2.f \ 22 dgelqf.f \ 23 dgeqr2.f \ 24 dgeqrf.f \ 25 dgesvd.f \ 26 dgesv.f \ 18 27 dgetf2.f \ 19 28 dgetrf.f \ 20 29 dgetrs.f \ 30 dlabrd.f \ 31 dlacpy.f \ 21 32 dlae2.f \ 22 33 dlaev2.f \ 23 34 dlamch.f \ 35 dlange.f \ 24 36 dlanst.f \ 25 37 dlansy.f \ … … 30 42 dlarft.f \ 31 43 dlartg.f \ 44 dlas2.f \ 32 45 dlascl.f \ 33 46 dlaset.f \ 47 dlasq1.f \ 48 dlasq2.f \ 49 dlasq5.f \ 50 dlasq6.f \ 34 51 dlasr.f \ 35 52 dlasrt.f \ 36 53 dlaswp.f \ 37 54 dlassq.f \ 55 dlasv2.f \ 38 56 dlatrd.f \ 57 dlazq3.f \ 58 dlazq4.f \ 39 59 dorg2l.f \ 40 60 dorg2r.f \ 61 dorgbr.f \ 62 dorglq.f \ 63 dorgl2.f \ 41 64 dorgql.f \ 42 65 dorgqr.f \ 43 66 dorgtr.f \ 67 dorm2r.f \ 68 dormbr.f \ 69 dorml2.f \ 70 dormlq.f \ 71 dormqr.f \ 44 72 dpotf2.f \ 45 73 dpotrf.f \ -
ThirdParty/Lapack/stable/1.0/Makefile.in
r1256 r1423 71 71 LTLIBRARIES = $(noinst_LTLIBRARIES) 72 72 libcoinlapack_la_LIBADD = 73 am__objects_1 = dgetf2.lo dgetrf.lo dgetrs.lo dlae2.lo dlaev2.lo \ 74 dlamch.lo dlanst.lo dlansy.lo dlapy2.lo dlarf.lo dlarfb.lo \ 75 dlarfg.lo dlarft.lo dlartg.lo dlascl.lo dlaset.lo dlasr.lo \ 76 dlasrt.lo dlaswp.lo dlassq.lo dlatrd.lo dorg2l.lo dorg2r.lo \ 77 dorgql.lo dorgqr.lo dorgtr.lo dpotf2.lo dpotrf.lo dpotrs.lo \ 78 dsteqr.lo dsterf.lo dsyev.lo dsytd2.lo dsytrd.lo ieeeck.lo \ 79 ilaenv.lo iparmq.lo 73 am__objects_1 = dbdsqr.lo dgebd2.lo dgebrd.lo dgelq2.lo dgelqf.lo \ 74 dgeqr2.lo dgeqrf.lo dgesvd.lo dgesv.lo dgetf2.lo dgetrf.lo \ 75 dgetrs.lo dlabrd.lo dlacpy.lo dlae2.lo dlaev2.lo dlamch.lo \ 76 dlange.lo dlanst.lo dlansy.lo dlapy2.lo dlarf.lo dlarfb.lo \ 77 dlarfg.lo dlarft.lo dlartg.lo dlas2.lo dlascl.lo dlaset.lo \ 78 dlasq1.lo dlasq2.lo dlasq5.lo dlasq6.lo dlasr.lo dlasrt.lo \ 79 dlaswp.lo dlassq.lo dlasv2.lo dlatrd.lo dlazq3.lo dlazq4.lo \ 80 dorg2l.lo dorg2r.lo dorgbr.lo dorglq.lo dorgl2.lo dorgql.lo \ 81 dorgqr.lo dorgtr.lo dorm2r.lo dormbr.lo dorml2.lo dormlq.lo \ 82 dormqr.lo dpotf2.lo dpotrf.lo dpotrs.lo dsteqr.lo dsterf.lo \ 83 dsyev.lo dsytd2.lo dsytrd.lo ieeeck.lo ilaenv.lo iparmq.lo 80 84 nodist_libcoinlapack_la_OBJECTS = $(am__objects_1) 81 85 libcoinlapack_la_OBJECTS = $(nodist_libcoinlapack_la_OBJECTS) … … 252 256 @SKIPMAKE_TRUE@noinst_LTLIBRARIES = 253 257 LAPACK_FILES = \ 258 dbdsqr.f \ 259 dgebd2.f \ 260 dgebrd.f \ 261 dgelq2.f \ 262 dgelqf.f \ 263 dgeqr2.f \ 264 dgeqrf.f \ 265 dgesvd.f \ 266 dgesv.f \ 254 267 dgetf2.f \ 255 268 dgetrf.f \ 256 269 dgetrs.f \ 270 dlabrd.f \ 271 dlacpy.f \ 257 272 dlae2.f \ 258 273 dlaev2.f \ 259 274 dlamch.f \ 275 dlange.f \ 260 276 dlanst.f \ 261 277 dlansy.f \ … … 266 282 dlarft.f \ 267 283 dlartg.f \ 284 dlas2.f \ 268 285 dlascl.f \ 269 286 dlaset.f \ 287 dlasq1.f \ 288 dlasq2.f \ 289 dlasq5.f \ 290 dlasq6.f \ 270 291 dlasr.f \ 271 292 dlasrt.f \ 272 293 dlaswp.f \ 273 294 dlassq.f \ 295 dlasv2.f \ 274 296 dlatrd.f \ 297 dlazq3.f \ 298 dlazq4.f \ 275 299 dorg2l.f \ 276 300 dorg2r.f \ 301 dorgbr.f \ 302 dorglq.f \ 303 dorgl2.f \ 277 304 dorgql.f \ 278 305 dorgqr.f \ 279 306 dorgtr.f \ 307 dorm2r.f \ 308 dormbr.f \ 309 dorml2.f \ 310 dormlq.f \ 311 dormqr.f \ 280 312 dpotf2.f \ 281 313 dpotrf.f \ -
ThirdParty/Lapack/stable/1.0/configure
r1350 r1423 1630 1630 coin_projectdir=yes 1631 1631 1632 # Check if a library version is set for libtool 1633 1634 1632 1635 1633 1636 ############################################################################# … … 3297 3300 3298 3301 # Provide some information about the compiler. 3299 echo "$as_me:3 299:" \3302 echo "$as_me:3302:" \ 3300 3303 "checking for Fortran 77 compiler version" >&5 3301 3304 ac_compiler=`set X $ac_compile; echo $2` … … 5478 5481 *-*-irix6*) 5479 5482 # Find out which ABI we are using. 5480 echo '#line 548 0"configure"' > conftest.$ac_ext5483 echo '#line 5483 "configure"' > conftest.$ac_ext 5481 5484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5482 5485 (eval $ac_compile) 2>&5 … … 7907 7910 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7908 7911 -e 's:$: $lt_compiler_flag:'` 7909 (eval echo "\"\$as_me:79 09: $lt_compile\"" >&5)7912 (eval echo "\"\$as_me:7912: $lt_compile\"" >&5) 7910 7913 (eval "$lt_compile" 2>conftest.err) 7911 7914 ac_status=$? 7912 7915 cat conftest.err >&5 7913 echo "$as_me:791 3: \$? = $ac_status" >&57916 echo "$as_me:7916: \$? = $ac_status" >&5 7914 7917 if (exit $ac_status) && test -s "$ac_outfile"; then 7915 7918 # The compiler can only warn and ignore the option if not recognized … … 8175 8178 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8176 8179 -e 's:$: $lt_compiler_flag:'` 8177 (eval echo "\"\$as_me:81 77: $lt_compile\"" >&5)8180 (eval echo "\"\$as_me:8180: $lt_compile\"" >&5) 8178 8181 (eval "$lt_compile" 2>conftest.err) 8179 8182 ac_status=$? 8180 8183 cat conftest.err >&5 8181 echo "$as_me:818 1: \$? = $ac_status" >&58184 echo "$as_me:8184: \$? = $ac_status" >&5 8182 8185 if (exit $ac_status) && test -s "$ac_outfile"; then 8183 8186 # The compiler can only warn and ignore the option if not recognized … … 8279 8282 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8280 8283 -e 's:$: $lt_compiler_flag:'` 8281 (eval echo "\"\$as_me:828 1: $lt_compile\"" >&5)8284 (eval echo "\"\$as_me:8284: $lt_compile\"" >&5) 8282 8285 (eval "$lt_compile" 2>out/conftest.err) 8283 8286 ac_status=$? 8284 8287 cat out/conftest.err >&5 8285 echo "$as_me:828 5: \$? = $ac_status" >&58288 echo "$as_me:8288: \$? = $ac_status" >&5 8286 8289 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8287 8290 then … … 10624 10627 lt_status=$lt_dlunknown 10625 10628 cat > conftest.$ac_ext <<EOF 10626 #line 1062 6"configure"10629 #line 10629 "configure" 10627 10630 #include "confdefs.h" 10628 10631 … … 10724 10727 lt_status=$lt_dlunknown 10725 10728 cat > conftest.$ac_ext <<EOF 10726 #line 1072 6"configure"10729 #line 10729 "configure" 10727 10730 #include "confdefs.h" 10728 10731 … … 13068 13071 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13069 13072 -e 's:$: $lt_compiler_flag:'` 13070 (eval echo "\"\$as_me:1307 0: $lt_compile\"" >&5)13073 (eval echo "\"\$as_me:13073: $lt_compile\"" >&5) 13071 13074 (eval "$lt_compile" 2>conftest.err) 13072 13075 ac_status=$? 13073 13076 cat conftest.err >&5 13074 echo "$as_me:1307 4: \$? = $ac_status" >&513077 echo "$as_me:13077: \$? = $ac_status" >&5 13075 13078 if (exit $ac_status) && test -s "$ac_outfile"; then 13076 13079 # The compiler can only warn and ignore the option if not recognized … … 13172 13175 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13173 13176 -e 's:$: $lt_compiler_flag:'` 13174 (eval echo "\"\$as_me:1317 4: $lt_compile\"" >&5)13177 (eval echo "\"\$as_me:13177: $lt_compile\"" >&5) 13175 13178 (eval "$lt_compile" 2>out/conftest.err) 13176 13179 ac_status=$? 13177 13180 cat out/conftest.err >&5 13178 echo "$as_me:131 78: \$? = $ac_status" >&513181 echo "$as_me:13181: \$? = $ac_status" >&5 13179 13182 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13180 13183 then … … 14742 14745 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14743 14746 -e 's:$: $lt_compiler_flag:'` 14744 (eval echo "\"\$as_me:1474 4: $lt_compile\"" >&5)14747 (eval echo "\"\$as_me:14747: $lt_compile\"" >&5) 14745 14748 (eval "$lt_compile" 2>conftest.err) 14746 14749 ac_status=$? 14747 14750 cat conftest.err >&5 14748 echo "$as_me:147 48: \$? = $ac_status" >&514751 echo "$as_me:14751: \$? = $ac_status" >&5 14749 14752 if (exit $ac_status) && test -s "$ac_outfile"; then 14750 14753 # The compiler can only warn and ignore the option if not recognized … … 14846 14849 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14847 14850 -e 's:$: $lt_compiler_flag:'` 14848 (eval echo "\"\$as_me:148 48: $lt_compile\"" >&5)14851 (eval echo "\"\$as_me:14851: $lt_compile\"" >&5) 14849 14852 (eval "$lt_compile" 2>out/conftest.err) 14850 14853 ac_status=$? 14851 14854 cat out/conftest.err >&5 14852 echo "$as_me:1485 2: \$? = $ac_status" >&514855 echo "$as_me:14855: \$? = $ac_status" >&5 14853 14856 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14854 14857 then … … 17053 17056 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17054 17057 -e 's:$: $lt_compiler_flag:'` 17055 (eval echo "\"\$as_me:1705 5: $lt_compile\"" >&5)17058 (eval echo "\"\$as_me:17058: $lt_compile\"" >&5) 17056 17059 (eval "$lt_compile" 2>conftest.err) 17057 17060 ac_status=$? 17058 17061 cat conftest.err >&5 17059 echo "$as_me:170 59: \$? = $ac_status" >&517062 echo "$as_me:17062: \$? = $ac_status" >&5 17060 17063 if (exit $ac_status) && test -s "$ac_outfile"; then 17061 17064 # The compiler can only warn and ignore the option if not recognized … … 17321 17324 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17322 17325 -e 's:$: $lt_compiler_flag:'` 17323 (eval echo "\"\$as_me:1732 3: $lt_compile\"" >&5)17326 (eval echo "\"\$as_me:17326: $lt_compile\"" >&5) 17324 17327 (eval "$lt_compile" 2>conftest.err) 17325 17328 ac_status=$? 17326 17329 cat conftest.err >&5 17327 echo "$as_me:173 27: \$? = $ac_status" >&517330 echo "$as_me:17330: \$? = $ac_status" >&5 17328 17331 if (exit $ac_status) && test -s "$ac_outfile"; then 17329 17332 # The compiler can only warn and ignore the option if not recognized … … 17425 17428 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17426 17429 -e 's:$: $lt_compiler_flag:'` 17427 (eval echo "\"\$as_me:174 27: $lt_compile\"" >&5)17430 (eval echo "\"\$as_me:17430: $lt_compile\"" >&5) 17428 17431 (eval "$lt_compile" 2>out/conftest.err) 17429 17432 ac_status=$? 17430 17433 cat out/conftest.err >&5 17431 echo "$as_me:1743 1: \$? = $ac_status" >&517434 echo "$as_me:17434: \$? = $ac_status" >&5 17432 17435 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17433 17436 then … … 20310 20313 LT_LDFLAGS= 20311 20314 20315 # Check if we want to set the library version 20316 echo "$as_me:$LINENO: checking if library version is set" >&5 20317 echo $ECHO_N "checking if library version is set... $ECHO_C" >&6 20318 if test x"$coin_libversion" != x; then 20319 LT_LDFLAGS="$LT_LDFLAGS -version-info $coin_libversion" 20320 echo "$as_me:$LINENO: result: $coin_libversion" >&5 20321 echo "${ECHO_T}$coin_libversion" >&6 20322 else 20323 echo "$as_me:$LINENO: result: no" >&5 20324 echo "${ECHO_T}no" >&6 20325 fi 20326 20327 20312 20328 20313 20329 #END … … 20367 20383 ac_save_FFLAGS=$FFLAGS 20368 20384 FFLAGS="$FFLAGS $ac_verb" 20369 (eval echo $as_me:203 69: \"$ac_link\") >&520385 (eval echo $as_me:20385: \"$ac_link\") >&5 20370 20386 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20371 20387 echo "$ac_f77_v_output" >&5 … … 20445 20461 ac_save_FFLAGS=$FFLAGS 20446 20462 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20447 (eval echo $as_me:204 47: \"$ac_link\") >&520463 (eval echo $as_me:20463: \"$ac_link\") >&5 20448 20464 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20449 20465 echo "$ac_f77_v_output" >&5 … … 25059 25075 25060 25076 if test x"$MAKEOKFILE" != x; then 25061 lapack_source_files='d getf2.f dgetrf.f dgetrs.f dlae2.f dlaev2.f dlanst.f dlansy.f dlapy2.f dlarf.f dlarfb.f dlarfg.f dlarft.f dlartg.f dlascl.f dlaset.f dlasr.f dlasrt.f dlassq.f dlaswp.f dlatrd.f dorg2l.f dorg2r.f dorgql.f dorgqr.f dorgtr.f dpotf2.f dpotrf.f dpotrs.f dsteqr.f dsterf.f dsyev.f dsytd2.f dsytrd.f ieeeck.f ilaenv.f iparmq.f'25077 lapack_source_files='dbdsqr.f dgebd2.f dgebrd.f dgelq2.f dgelqf.f dgeqr2.f dgeqrf.f dgesvd.f dgesv.f dgetf2.f dgetrf.f dgetrs.f dlabrd.f dlacpy.f dlae2.f dlaev2.f dlange.f dlanst.f dlansy.f dlapy2.f dlarf.f dlarfb.f dlarfg.f dlarft.f dlartg.f dlas2.f dlascl.f dlaset.f dlasq1.f dlasq2.f dlasq5.f dlasq6.f dlasr.f dlasrt.f dlassq.f dlaswp.f dlatrd.f dlasv2.f dlazq3.f dlazq4.f dorg2l.f dorg2r.f dorgbr.f dorglq.f dorgl2.f dorgql.f dorgqr.f dorgtr.f dorm2r.f dormbr.f dorml2.f dormlq.f dormqr.f dpotf2.f dpotrf.f dpotrs.f dsteqr.f dsterf.f dsyev.f dsytd2.f dsytrd.f ieeeck.f ilaenv.f iparmq.f' 25062 25078 for file in $lapack_source_files; do 25063 25079 ac_config_links="$ac_config_links $file:LAPACK/SRC/$file" -
ThirdParty/Lapack/stable/1.0/configure.ac
r1350 r1423 108 108 109 109 if test x"$MAKEOKFILE" != x; then 110 lapack_source_files='d getf2.f dgetrf.f dgetrs.f dlae2.f dlaev2.f dlanst.f dlansy.f dlapy2.f dlarf.f dlarfb.f dlarfg.f dlarft.f dlartg.f dlascl.f dlaset.f dlasr.f dlasrt.f dlassq.f dlaswp.f dlatrd.f dorg2l.f dorg2r.f dorgql.f dorgqr.f dorgtr.f dpotf2.f dpotrf.f dpotrs.f dsteqr.f dsterf.f dsyev.f dsytd2.f dsytrd.f ieeeck.f ilaenv.f iparmq.f'110 lapack_source_files='dbdsqr.f dgebd2.f dgebrd.f dgelq2.f dgelqf.f dgeqr2.f dgeqrf.f dgesvd.f dgesv.f dgetf2.f dgetrf.f dgetrs.f dlabrd.f dlacpy.f dlae2.f dlaev2.f dlange.f dlanst.f dlansy.f dlapy2.f dlarf.f dlarfb.f dlarfg.f dlarft.f dlartg.f dlas2.f dlascl.f dlaset.f dlasq1.f dlasq2.f dlasq5.f dlasq6.f dlasr.f dlasrt.f dlassq.f dlaswp.f dlatrd.f dlasv2.f dlazq3.f dlazq4.f dorg2l.f dorg2r.f dorgbr.f dorglq.f dorgl2.f dorgql.f dorgqr.f dorgtr.f dorm2r.f dormbr.f dorml2.f dormlq.f dormqr.f dpotf2.f dpotrf.f dpotrs.f dsteqr.f dsterf.f dsyev.f dsytd2.f dsytrd.f ieeeck.f ilaenv.f iparmq.f' 111 111 for file in $lapack_source_files; do 112 112 AC_CONFIG_LINKS($file:LAPACK/SRC/$file)
Note: See TracChangeset
for help on using the changeset viewer.