Zhang Xianyi
|
7110d17146
|
Added -lgomp for generating DLL on Windows.
|
13 years ago |
Alexander Nasonov
|
e85549ee11
|
Fix NetBSD build.
|
13 years ago |
Zaheer Chothia
|
e8306f623a
|
Refs #127. Generate DLL without a version suffix on Windows.
|
14 years ago |
Mike Nolta
|
839b18aa26
|
FreeBSD: allow CC & FC to have different versions
|
14 years ago |
Zaheer Chothia
|
a27339b244
|
DLL: replace FEXTRALIB -> EXTRALIB (for consistency)
|
14 years ago |
Zaheer Chothia
|
10e25690b4
|
Fix FreeBSD build (undefined reference to `pthread_create')
|
14 years ago |
Mike Nolta
|
e9be1fdd2b
|
FreeBSD: replace EXTRALIB -> FEXTRALIB
|
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 Zhang
|
a7a7751be7
|
Export CBLAS funtions on Windows DLL.
|
14 years ago |
traits
|
66a3c6df4e
|
Ref #63. Fixed generating DLL bug on ming-w64.
|
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.
|
15 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).
|
15 years ago |
Xianyi Zhang
|
078bfd0b4f
|
Refs #39. Moved the shared lib (dll) to top directory in MingW64 compiler environment.
|
15 years ago |
Xianyi Zhang
|
3d7e62eb8b
|
Fixed #31 Shared library placement on Mac. Thank Mr.Viral B. Shah for this patch.
|
15 years ago |
Xianyi Zhang
|
8f1090d32a
|
Support NO_LAPACK=1 to build the lib without LAPACK functions.
|
15 years ago |
Xianyi Zhang
|
342bbc3871
|
Import GotoBLAS2 1.13 BSD version codes.
|
15 years ago |