done
Search Criteria
Package Details: libopenblas 0.3.13-1
Git Clone URL: | https://aur.archlinux.org/libopenblas.git (read-only, click to copy) |
---|---|
Package Base: | libopenblas |
Description: | An optimized BLAS library based on GotoBLAS2 1.13 BSD. (Designed for can be installed side by side with Blas) |
Upstream URL: | http://www.openblas.net |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 5 |
Popularity: | 0.000960 |
First Submitted: | 2017-06-14 14:04 |
Last Updated: | 2021-01-06 02:14 |
Dependencies (4)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cmake (cmake-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- perl (perl-git) (make)
Required by (42)
- caffe (requires openblas)
- caffe-cuda (requires openblas)
- caffe-cuda-git (requires openblas)
- caffe-git (requires openblas)
- casacore (requires openblas) (make)
- casacore-git (requires openblas) (make)
- cura-lulzbot (requires openblas)
- cura-lulzbot-git (requires openblas)
- dftd4 (requires openblas)
- dftd4-git (requires openblas)
- dynaphopy (requires openblas)
- fsl (requires openblas)
- getdp (requires openblas) (make)
- iboview (requires openblas)
- intel-caffe-git (requires openblas) (optional)
- julia-aarch64-git (requires openblas)
- julia-trinity (requires openblas)
- lc0-blas-git (requires openblas)
- lczero-nvidia-git
- leela-zero (requires openblas)
- leela-zero-git (requires openblas)
- mitie-git (requires openblas)
- phono3py (requires openblas)
- php-pdlib (requires openblas)
- php7-pdlib (requires openblas)
- python-pyfr (requires openblas) (optional)
- python-pyfr-git (requires openblas) (optional)
- python-qiskit-aer (requires openblas)
- s4-git (requires openblas)
- sagecal (requires openblas) (make)
- sagecal-git (requires openblas) (make)
- sagecal-gpu (requires openblas) (make)
- sagemath-git (requires openblas) (optional)
- salome-meca-bin (requires openblas)
- shogun (requires openblas)
- tblis-git (requires openblas) (make)
- trinnity-caffe-cuda-git (requires openblas) (optional)
- trinnity-caffe-cudnn-git (requires openblas) (optional)
- trinnity-caffe-git (requires openblas) (optional)
- trlib-git (requires openblas)
- vapoursynth-plugin-waifu2x-caffe-git
- xtb-git (requires openblas)
Sources (1)
Latest Comments
sl1pkn07 commented on 2019-08-31 20:38
linduxed commented on 2019-08-31 20:04
This package needs 'cmake'
as an additional makedepends
.
sl1pkn07 commented on 2018-11-06 16:02
@crayZsaaron
this package only works if you need (lib)openblas, but also you want keep the package blas from [extra].
mortimer_mcmire commented on 2018-11-06 15:47
Is there a way to make this package get along with the [extra] openblas package?
Frustrating that I can't have python2-numpy and leela zero installed at the same time.
jgwak commented on 2018-03-06 01:10
I get the following error:
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O2 -DMAX_STACK_ALLOC=2048 -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I.. -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -w -o linktest linktest.c ../libopenblas_zenp-r0.2.20.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../.. -lgfortran -lm -lgomp -lquadmath -lm -lpthread -lc && echo OK.
ld: warning: libgfortran.so.3, needed by ../libopenblas_zenp-r0.2.20.so, not found (try using -rpath or -rpath-link)
../libopenblas_zenp-r0.2.20.so: undefined reference to `_gfortran_compare_string@GFORTRAN_1.0'
../libopenblas_zenp-r0.2.20.so: undefined reference to `_gfortran_etime@GFORTRAN_1.0'
../libopenblas_zenp-r0.2.20.so: undefined reference to `_gfortran_concat_string@GFORTRAN_1.0'
make[1]: *** [Makefile:140: ../libopenblas_zenp-r0.2.20.so] Error 1
I did pacman -Fs libgfortran.so.3
and installed community/gcc6-libs
which seems to provide libgfortran.so.3
however had no luck compiling this library. Any help appreciated.
sl1pkn07 commented on 2017-12-01 05:32
Build fine on my 24threads machine
fitu996 commented on 2017-12-01 04:53
This package cannot build on a single-core computer.
Change
NUM_THREADS="$(nproc)"
to
NUM_THREADS=4
or other number except 1 will make it work.
sl1pkn07 commented on 2017-07-13 13:24
openblas-lapack or openblas can't be installed together with blas from [extra]
aphirst commented on 2017-07-13 12:47
Or, for that matter, the "openblas-lapack" package?
aphirst commented on 2017-07-13 12:47
What does this package do that the "openblas" package on the AUR doesn't?
Pinned Comments
sl1pkn07 commented on 2018-11-06 16:02
@crayZsaaron
this package only works if you need (lib)openblas, but also you want keep the package blas from [extra].