Lauri Tirkkonen
d6afac9624
don't pass -Y at all to the linker on illumos
the illumos linker can't understand the "-Y/lib"... form that f_check
generates, and -Wl cannot pass options that include commas
9 years ago
Zhang Xianyi
6d40fa587f
Fix f_check bug.
10 years ago
Zhang Xianyi
e127fb8fd8
1) Refs #575 . Remove g77 from compiler list.
2) If OpenBLAS cannot find Fortran compiler, it will only build BLAS
(without LAPACK).
10 years ago
Zhang Xianyi
6743beb748
Refs #565 . Fix the bug of generate FEXTRALIB.
10 years ago
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
```
10 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
Zhang Xianyi
a07cc39571
Refs #266 . Fixed the compiling bug with Open64 5.0.
12 years ago
Zhang Xianyi
d4f9571818
Refs #255 . Didn't use f77 compiler.
12 years ago
Zhang Xianyi
1d72b8bf1b
Fixed generating shared library bug on MIPS.
13 years ago
Zaheer Chothia
44124d3055
Fix Fortran compiler detection
- Test with '-x' operator to ensure file is executable.
- 'break' is not a valid Perl keyword.
13 years ago
Zaheer Chothia
c8a5d4b86f
Refs #99 . c_check/f_check: strip quotes from detected flags
13 years ago
Xianyi Zhang
0a696bd4ce
Improved the makefile for Intel compiler.
13 years ago
Xianyi Zhang
7dcf4eeee7
Fixed #23 . Fixed a bug of f_check script about generating link flags.
14 years ago
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
14 years ago