Zhang Xianyi
|
9c0a834f98
|
Modified Makefile.install
|
12 years ago |
Zaheer Chothia
|
5c1efa1149
|
Fix installation step on Windows (regression from e8306f623a)
Since the DLL now has a fixed name there is no need to install a versioned alias too.
|
13 years ago |
Zhang Xianyi
|
b695680a33
|
Fixed #143. Don't generate cblas.h with NO_CBLAS.
|
13 years ago |
Xianyi Zhang
|
d48a1d1928
|
Fixed #101. Install the missing lapacke header with LAPACK-3.4.1. Thank Zaheer for this patch.
|
13 years ago |
Zaheer Chothia
|
f93318a6c8
|
Refs #95 cblas: compatibility for compilers without C99 complex number support (e.g. Visual Studio)
|
14 years ago |
Xianyi Zhang
|
fd2ee0c9e2
|
Refs #88. Fixed the build bug about LAPACKE C Interface to LAPACKE.
|
14 years ago |
Zaheer Chothia
|
78914475ae
|
Fixed #88. Build LAPACKE: C Interface to LAPACK.
|
14 years ago |
Xianyi Zhang
|
1f15bee02a
|
Refs #81. Added LIBNAMESUFFIX flag in Makefile.rule. The user can use this flag to control the library name, e.g. libopenblas.a, libopenblas_ifort.a or libopenblas_omp.a.
|
14 years ago |
Xianyi Zhang
|
d047afe615
|
Set shared library soname in Linux.
|
14 years ago |
Xianyi
|
d40e5621e9
|
Change the installation folder into /include and /lib.
|
14 years ago |
Xianyi
|
bcc7956216
|
Refs #57. Continue to fix absolute path issue about shared library on Mac OSX.
Used $(CURDIR) instead of pwd in generating shared library on Mac OSX.
Add more tips about this issue. Thank Dr Kane O'Donnell.
|
14 years ago |
Xianyi
|
68cae521df
|
Refs #57. The bug about absolute path of shared library on Mac OSX.
OSX cann't use relative path in shared library. Thank Mr.Kane for this patch. The detail is in this link (https://github.com/xianyi/OpenBLAS/issues/57).
|
14 years ago |
Xianyi Zhang
|
32353a9d30
|
Refs #20. Fixed the installation bug with DYNAMIC_ARCH=1.
|
14 years ago |