Package Details: openblas-lapack 0.3.27-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.145213
First Submitted: 2013-11-20 23:53 (UTC)
Last Updated: 2024-04-09 17:07 (UTC)

Required by (652)

Sources (1)

Latest Comments

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

xyproto commented on 2017-07-10 16:15 (UTC)

@eolianoe I'm considering adopting+moving openblac-lapack to [community], making it an official package, if you're fine with it.

marcs commented on 2017-07-06 10:19 (UTC) (edited on 2017-07-06 10:35 (UTC) by marcs)

My problem seems related to the new AMD CPUs based on the Zen architecture, in my case I own a R7 1700. https://github.com/xianyi/OpenBLAS/issues/1146 https://github.com/xianyi/OpenBLAS/pull/1133 Edit: Confirmed that from the git repository I can build without errors.

adfjjv commented on 2017-06-28 14:33 (UTC)

@eolianoe I'm sorry. I was using old version of gcc because I had `/opt/cuda/bin` at the start of my PATH.

eolianoe commented on 2017-06-26 14:05 (UTC)

@adfjjv: libgfortran.so.3 comes from a previous version of gcc/gfortran and you need to rebuild each package that depends on the old version of the library. To be sure that everything is properly linked, clean the build directory and rebuild the packages that depends on libgfortran.so.3.

adfjjv commented on 2017-06-24 05:30 (UTC) (edited on 2017-06-24 05:30 (UTC) by adfjjv)

@eolianoe rebuild which package? I am building openblas-lapack (on 2 different arch machines). Maybe you can help point me to reasons why the build script thinks I have libgfortran.so.3 instead of libgfortran.so.4

eolianoe commented on 2017-06-23 20:10 (UTC)

@adfjjv: you just need to rebuild the package in order to link with the new library.

adfjjv commented on 2017-06-23 17:04 (UTC)

Error: /usr/bin/ld: warning: libgfortran.so.3, needed by ../libopenblas_haswellp-r0.2.19.so, not found I have /usr/lib/libgfortran.so.4

eolianoe commented on 2017-06-23 12:49 (UTC)

@marcs: it seems that your build is failing with the first file (getarch_2nd.c) and then there are errors because some variables are not defined. I've no idea why it is failing, you may try to build using only one CPU (add MAKE_NB_JOBS=1 in the _config variable in the PKGBUILD). If it's still failing you should report the issue upstream with some details, like the CPU you are using.

marcs commented on 2017-06-23 12:17 (UTC)

Log of "makepkg -L": https://pastebin.com/PHRzDQUF

eolianoe commented on 2017-06-19 09:05 (UTC)

@marcs: I tried again on a different arch machine and the compilation is going fine, would you like to send me the full log in order to see what is different?