Zhang Xianyi
|
a068d54981
|
Refs #209. Export the missing cblas_cdotc_sub functions.
|
13 years ago |
Zhang Xianyi
|
529f1b5006
|
Refs#194. Export the missing LAPACK s/dlamc3 functions.
|
13 years ago |
Zhang Xianyi
|
bdf8d9411e
|
Refs #163. Obtain the build configure on runtime.
openblas_get_config function returns the configure string.
So far, it supports USE64BITINT, NO_CBLAS, NO_LAPACK, NO_LAPACKE,
DYNAMIC_ARCH, NO_AFFINITY.
Example:
#include <stdio.h>
extern char * openblas_get_config();
void main()
{
printf("%s\n",openblas_get_config());
return;
}
|
13 years ago |
Zhang Xianyi
|
7110d17146
|
Added -lgomp for generating DLL on Windows.
|
13 years ago |
Zhang Xianyi
|
dcfb69c2b5
|
Merge branch 'master' of https://github.com/alnsn/OpenBLAS into develop
|
13 years ago |
Alexander Nasonov
|
e85549ee11
|
Fix NetBSD build.
|
13 years ago |
Zaheer Chothia
|
ca4136cf41
|
Fixed #147: LAPACK symbols were not being exported for version 3.4.2
|
13 years ago |
Zaheer Chothia
|
e8306f623a
|
Refs #127. Generate DLL without a version suffix on Windows.
|
13 years ago |
Zhang Xianyi
|
4a5d08d0cf
|
Refs #123. Fixed exporting DLL functions bug on Windows
|
14 years ago |
Xianyi Zhang
|
853d16ed7e
|
Added openblas_set_num_threads dummy function on Windows. We plan to implement this feature in next version.
|
14 years ago |
Zhang Xianyi
|
422359d09a
|
Export openblas_set_num_threads in shared library.
|
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 |
Zhang Xianyi
|
660d9e09f8
|
Fixed #110. Merge branch 'patch-2' of https://github.com/nolta/OpenBLAS into develop
|
14 years ago |
Mike Nolta
|
e9be1fdd2b
|
FreeBSD: replace EXTRALIB -> FEXTRALIB
|
14 years ago |
Zaheer Chothia
|
f404a17787
|
Symbol list: document how LAPACKE exports are derived and synchronize with lapack-3.4.1
This change adds the missing LAPACKE_[zc]syr routines but does not remove any exported functions.
|
14 years ago |
Zaheer Chothia
|
fc4927fa0f
|
Fixed #107. Export missing LAPACK auxiliary routines (ALLAUX, SCLAUX, DZLAUX)
Added some documentation on how the symbol list is derived and synchronized with
lapack-3.4.1 to minimize the differences.
|
14 years ago |
Xianyi Zhang
|
52485e5fd0
|
Refs #105. Export missing LAPACK functions in shared library.
They are as following,
slabad, dlabad,
slacpy, dlacpy,
slamch, dlamch,
slartg, slartgp, slartgs, dlartg, dlartgp, dlartgs,
slascl, dlascl,
slaset, dlaset.
|
14 years ago |
Xianyi Zhang
|
0e39699c8c
|
Fixed #102. Export the missing LAPACK functions (slapy2,slapy3,dlapy2,dlapy3) in shared library.
|
14 years ago |
Zhang Xianyi
|
d02171b494
|
Fixed the bug about NO_CBLAS=1 disabled exporting LAPACKE functions in shared library.
|
14 years ago |
Zaheer Chothia
|
f4eee224d8
|
Refs #93. Upgraded LAPACK to 3.4.1 version.
|
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 |
Zaheer Chothia
|
435420d6d5
|
Fixed #87. Export missing and new LAPACK 3.4.0 functions in shared library.
|
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 |
Xianyi Zhang
|
70abe10fc0
|
Check new LAPACK version in generating shared library.
|
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.
|
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
|
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 |