Package Details: openblas-lapack 0.3.29-1

Git Clone URL: https://aur.archlinux.org/openblas-lapack.git (read-only, click to copy)
Package Base: openblas-lapack
Description: Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
Upstream URL: http://www.openblas.net/
Licenses: BSD
Conflicts: blas, cblas, lapack, lapacke, openblas
Provides: blas, cblas, lapack, lapacke, openblas
Submitter: sftrytry
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 92
Popularity: 0.000841
First Submitted: 2013-11-20 23:53 (UTC)
Last Updated: 2025-01-13 18:13 (UTC)

Required by (641)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »

eolianoe commented on 2016-04-28 07:49 (UTC)

@berquist & @dekece: I disable it sometimes ago because I had trouble within a OpenMP application. I will make some new tests and enable it if it works fine in all configurations.

berquist commented on 2016-04-27 19:31 (UTC)

@dekece I have been using my own PKGBUILD with `USE_OPENMP=1` for quite some time and have never had any problems with it.

<deleted-account> commented on 2016-04-27 17:41 (UTC)

I see that the pkgbuild explicitely disable openmp support and is using threads. Is there any special reason/performnace issue? Just curious, as openblas throws me "OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option." in another library, but of course I don't want to risk breaking stuff in weird ways by doing so.

anntzer commented on 2016-02-06 07:33 (UTC)

I believe this should also provide/conflicts lapacke (the C interface to LAPACK).

pavanky commented on 2015-12-30 05:44 (UTC)

You should also create symlinks for liblapacke.so considering that both the symbols and headers are part of the package.

eolianoe commented on 2015-10-07 07:22 (UTC)

I just removed the detection of cores in PKGBUILD as it seems to be correctly detected internally.

alexanderp commented on 2015-10-06 19:31 (UTC)

I have grep='grep -n' which was causing trouble with the detection of the number of cores. I replaced grep with /usr/bin/grep but it can also be replaced with "command grep" or "/usr/bin/env grep"

eolianoe commented on 2015-10-06 11:30 (UTC)

@alexanderp: I'm not in favour of such technique as it is not used in the official packages. You should rather define your aliases with another name to avoids conflicts. What aliases are you using for that can lead to errors in the PKGBUILD ?

alexanderp commented on 2015-10-05 21:00 (UTC)

You should be using `/usr/bin/grep` to bypass any aliases set by the user

aquarix commented on 2015-06-09 11:40 (UTC)

I had to add add "FC=gfortran" to the beginning of _config variable in the PKGBUILD in order to build the package.