summaryrefslogtreecommitdiff
path: root/exports
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Change install_name on osx to match linuxIsuru Fernando1-2/+6
2019-03-19Also call CloseHandle on each thread, as well as on the event so as to not le...Erik M. Bray1-1/+1
2019-03-19Fix for #2063: The DllMain used in Cygwin did not run the thread memoryErik M. Bray1-7/+17
2019-02-14With the Intel compiler on Linux, prefer ifort for the final link step Martin Kroeker1-0/+9
2018-09-21Add `$(LDFLAGS)` to `$(CC)` and `$(FC)` invocations within `exports/Makefile`Elliot Saba1-2/+2
2018-08-02Haiku supporting patchesZoltán Mizsei1-1/+1
2018-05-24Add -lm for Android.Zhang Xianyi1-0/+2
2018-04-06Add DragonFly to exports/MakefileAlex Arslan1-1/+1
2018-04-02Allow building on OpenBSDAlex Arslan1-1/+1
2017-11-23update cmakefiles for lapack 3.8.0martin1-6/+0
2017-11-23Update LAPACK to 3.8.0martin1-2/+109
2017-11-06Fix gensymbol scriptIsuru Fernando1-1/+5
2017-09-26Merge pull request #1314 from martin-frbg/nofortran-fix-2Martin Kroeker1-2/+2
2017-09-25Rewrite NOFORTRAN conditionalsMartin Kroeker1-2/+2
2017-09-14Merge pull request #1302 from martin-frbg/nofortran-fixMartin Kroeker1-0/+4
2017-09-14Remove default FEXTRALIBS in NOFORTRAN caseMartin Kroeker1-0/+4
2017-09-07More canonical installation on Cygwin:Erik M. Bray1-4/+4
2017-05-10Build shared library on Android without SONAME versioningMartin Kroeker1-2/+8
2017-04-11Build shared library for Android.Zhang Xianyi1-1/+1
2017-03-09Whitespace cleanup/reformattingElliot Saba1-1538/+1508
2017-03-09Add `csymv` and `zsymv` into `@lapackobjs2` for exportingElliot Saba1-9/+13
2017-01-08removed blas_thread_shutdown from gensymbolWerner Saar2-5/+13
2017-01-07fix for appveyor testWerner Saar1-2/+1
2017-01-07updated exports/gensymbol for lapack-3.7.0Werner Saar2-7/+502
2016-05-03Wrap CURDIR and DESTDIR in quotesIvan Ukhov1-2/+2
2016-02-11Refs #707. Bugfix for previous commit.Zhang Xianyi1-1/+1
2016-02-11Refs #707. Add BUILD_LAPACK_DEPRECATED flag in Makefile.rule.Zhang Xianyi2-7/+23
2016-01-26Merge pull request #749 from lotheac/illumos_fixesZhang Xianyi1-1/+1
2016-01-22actually build the shared lib on illumosLauri Tirkkonen1-1/+1
2015-11-30fix makefile warning when renaming symbolsTony Kelman1-4/+4
2015-11-30Refs #702. Delete redundant xerbla exportingZhang Xianyi1-1/+0
2015-11-20added lapack-3.6.0Werner Saar1-52/+288
2015-10-28Refs #676. Fixed ONLY_CBLAS=1 compiling bug on windows.j-bo1-0/+4
2015-05-191) Refs #575. Remove g77 from compiler list.Zhang Xianyi1-2/+2
2015-03-19Refs #520. Fixed ONLY_CBLAS=1 compiling bug on OSX.Zhang Xianyi1-0/+5
2015-02-16Add ATLAS-style ?geadd functionMartin Koehler1-1/+3
2015-02-03Introduce openblas_get_num_threads and openblas_get_num_procsErik Schnetter1-1/+4
2014-10-24add SYMBOLPREFIX and SYMBOLSUFFIX makefile optionsTony Kelman2-36/+106
2014-09-21added GEMM3M testswernsaar1-1/+1
2014-09-20disabled SYMM3M and HEMM3M functions because segment violationswernsaar1-3/+1
2014-09-20enabled use of GEMM3M functionswernsaar1-1/+3
2014-09-09add CBLAS interface for s/d/c/zimatcopyMartin Koehler1-1/+2
2014-09-08Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them.Martin Köhler1-1/+2
2014-07-08Fixed #407. Support outputing the CPU corename on runtime.Zhang Xianyi1-0/+1
2014-07-01disabled *3M functions for x86_64 platformswernsaar1-1/+1
2014-06-28Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyG...Zhang Xianyi3-39/+39
2014-06-27Build import libs as .dll.a instead of .libTimothy Gu1-1/+1
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu3-39/+39
2014-06-13Add -lgfortran flag to gcc call in a makefileDavid Anthoff1-1/+1
2014-06-08Ref #285: added axpby kernelswernsaar1-2/+6