Zhang Xianyi
79120bf9a0
Refs #205 . Merge boegel's codes about downloading LAPACK.
12 years ago
Zhang Xianyi
acb11905d5
Fixed #199 . Saved USE_THREAD switch for make install.
12 years ago
wlbksy
7a9b94b519
Fix #204
13 years ago
Kenneth Hoste
66b919d99f
adjusted Makefile to allow for provided required LAPACK source files rather than downloading them
13 years ago
Zhang Xianyi
d831b2ff8b
Override CFLAGS in LAPACK make.in.
13 years ago
Zaheer Chothia
4db6660de4
Refs #185 . Add missing 'const' to declarations in <cblas.h>. Thanks to Dan Povey!
The 'const' modifications were done automatically using this scripts:
https://kaldi.svn.sourceforge.net/svnroot/kaldi/sandbox/dan/tools/for_openblas
13 years ago
Zhang Xianyi
d5717a97ea
Compile lapacke with ILP64 modle when INTERFACE64=1
13 years ago
Zhang Xianyi
378acfe826
Added NO_SHARED flag to disable generating the shared library.
13 years ago
Zhang Xianyi
08c177ca36
Refs #145 . Update LAPACK to 3.4.2 version.
13 years ago
Zhang Xianyi
54cd65e47f
Use sandy bridge kernel when DYNAMIC_ARCH=1.
13 years ago
Zaheer Chothia
e8306f623a
Refs #127 . Generate DLL without a version suffix on Windows.
13 years ago
Xianyi Zhang
25f1a573fd
Fixed the build bug when DYNAMIC_ARCH=0.
13 years ago
Xianyi Zhang
b8b922d334
Fixed #106 . Use fetch instead of curl on FreeBSD.
13 years ago
Zhang Xianyi
06e208c5c3
Refs #106 . Fixed wget and md5 bug on FreeBSD and NetBSD.
13 years ago
Zhang Xianyi
006200c9a4
Fixed #98 updated MD5 for new LAPACK 3.4.1 version on netlib.org.
13 years ago
Zaheer Chothia
f4eee224d8
Refs #93 . Upgraded LAPACK to 3.4.1 version.
13 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
fad089ffff
Fixed #84 the MD5 command line bug on Mac OSX.
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
0a696bd4ce
Improved the makefile for Intel compiler.
14 years ago
Xianyi Zhang
d5a6d789e6
Fixed a typo in Makefile.
14 years ago
Xianyi Zhang
5be22ca80d
Refs #72 . Upgraded LAPACK to 3.4.0 version.
14 years ago
Xianyi Zhang
57658a8c14
ref #62 . Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS.
When OpenBLAS is compiled with USE_OPENMP=1, it ignores OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags.Therefore, you should use OMP_NUM_THREADS.
Without setting OMP_NUM_THREADS, a process will use maximal number of threads on a computing node. Thus, if there are 2 processes on the computing node, the thread will contend against other threads on CPU cores. As a result, the application will hang.
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
74fa790354
Merge branch 'develop' into hotfix-0.1alpha2.4
14 years ago
Xianyi
756477bfe3
Output the installation tip after building complete.
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
b9d89f8aaa
Fixed the bug about installation. f77blas.h works OK now.
14 years ago
traits
30947ea2d5
Fixed #44 a makefile bug when DYNAMIC_ARCH=1 and INTERFACE64=1.
14 years ago
traits
c06b7be32f
Refs #42 . Output the error message when detecting fortran compiler failed.
14 years ago
Xianyi Zhang
078bfd0b4f
Refs #39 . Moved the shared lib (dll) to top directory in MingW64 compiler environment.
14 years ago
Xianyi Zhang
32353a9d30
Refs #20 . Fixed the installation bug with DYNAMIC_ARCH=1.
14 years ago
Xianyi Zhang
fab36f1adb
Fixed #20 . Added install target in makefile. You can use "make install PREFIX=your_installation_directory".
14 years ago
Xianyi Zhang
2aab238c61
Fixed #16 . Print the user-friendly message when detecting CPU failed.
14 years ago
Xianyi Zhang
8f1090d32a
Support NO_LAPACK=1 to build the lib without LAPACK functions.
15 years ago
Xianyi Zhang
fbf95688d6
Added utest frame using CUnit( http://cunit.sourceforge.net/ ).
15 years ago
Xianyi Zhang
e6c13e2b3c
changed library name to openblas and modified environment variable.
15 years ago
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
15 years ago