Mike Nolta
5f846be2e4
fix fortran compiler detection on FreeBSD
...
On FreeBSD, passing extra options to `which` causes it to report a non-zero status:
```
$ which gfortran48 -m64
/usr/local/bin/gfortran48
$ echo $?
1
```
```
$ which gfortran48
/usr/local/bin/gfortran48
$ echo $?
0
```
2014-12-02 20:47:40 -05:00
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-06-27 12:05:18 -07:00
Zhang Xianyi
a07cc39571
Refs #266 . Fixed the compiling bug with Open64 5.0.
2013-07-31 14:41:39 +08:00
Zhang Xianyi
d4f9571818
Refs #255 . Didn't use f77 compiler.
2013-07-22 11:34:43 +08:00
Zhang Xianyi
1d72b8bf1b
Fixed generating shared library bug on MIPS.
2012-09-21 11:49:07 +00:00
Zaheer Chothia
44124d3055
Fix Fortran compiler detection
...
- Test with '-x' operator to ensure file is executable.
- 'break' is not a valid Perl keyword.
2012-05-20 18:11:34 +02:00
Zaheer Chothia
c8a5d4b86f
Refs #99 . c_check/f_check: strip quotes from detected flags
2012-04-27 10:21:48 +08:00
Xianyi Zhang
0a696bd4ce
Improved the makefile for Intel compiler.
2012-02-20 23:36:58 +08:00
Xianyi Zhang
7dcf4eeee7
Fixed #23 . Fixed a bug of f_check script about generating link flags.
2011-05-04 13:03:10 +08:00
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00