1
1
Jeff Squyres 92adbc5d72 Fix some problems with the Fortran wrapper compiler flags,
particularly with respect to threading flags.  

Before this change, the following scenario would fail (e.g., on Linux
with pthreads):

{{{
$ ./configure --disable-shared --enable-static ...
$ make clean install
$ cd examples
$ make clean all
}}}

Linking the Fortran examples would fail with missing pthread symbols.

This commit was SVN r26927.
2012-07-31 18:12:24 +00:00
..
2012-03-05 14:08:47 +00:00
2012-07-10 15:57:15 +00:00
2012-07-27 11:49:09 +00:00
2009-08-20 11:42:18 +00:00
2012-05-29 23:36:06 +00:00
2012-06-27 01:28:28 +00:00