summaryrefslogtreecommitdiff
path: root/exports
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Add bfloat16 based dot and conversion with single/doubleChen, Guobing1-2/+2
2020-07-20Patch for building on SummitWileam Phan1-0/+4
2020-06-13Added missing exported symbols.Simon Märtens1-10/+13
2020-06-09When building with flang, use it also for the final link step to get dependen...Martin Kroeker1-1/+5
2020-05-01Make building the bfloat16 functions conditional on option BUILD_HALF (#2590)Martin Kroeker2-7/+18
2020-04-15Fix warnings in clang and export symbolRajalakshmi Srinivasaraghavan1-2/+2
2020-04-03libname: treat FreeBSD and DragonFly like linux and sunosBaptiste Daroussin1-2/+2
2020-01-19Do not run any cleanup if the program is exiting anywayMartin Kroeker1-1/+4
2020-01-01[WIP] Update LAPACK to 3.9.0 (#2353)Martin Kroeker1-2/+29
2019-10-24Move most lapack 3.7/3.8 additions to the embedded_underscores listMartin Kroeker1-143/+54
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