Search Criteria
Package Details: php-pdlib 1.1.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/php-pdlib.git (read-only, click to copy) |
---|---|
Package Base: | php-pdlib |
Description: | PDlib - A PHP extension for Dlib |
Upstream URL: | https://github.com/goodspb/pdlib |
Licenses: | MIT License |
Submitter: | muhviehstarr |
Maintainer: | muhviehstarr |
Last Packager: | muhviehstarr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-17 01:27 (UTC) |
Last Updated: | 2023-04-03 10:05 (UTC) |
Dependencies (19)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- cblas64 (blas64-aocl-gccAUR, blas64-aocl-aoccAUR, blas64-mklAUR, blas64-openblas)
- dlibAUR (dlib-cudaAUR)
- fftw
- giflib4AUR
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- lapack64 (blas64-aocl-gccAUR, blas64-aocl-aoccAUR, blas64-mklAUR, blas64-openblas)
- libice
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- openblas (openblas-lapackAUR)
- openblas64
- php
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
Latest Comments
MarsSeed commented on 2023-07-02 10:49 (UTC)
Please check the changes around Arch openblas and blas-openblas. You might need to switch depends from
openblas
toblas-openblas
. Arch openblas package is incomplete, only blas-openblas carries the full OpenBlas Lapack suite.Background:
Arch announced on June 14, 2023 a new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas implementation and corresponding cblas/lapacke interfaces.
j12t commented on 2021-05-23 22:29 (UTC)
Suggest you make the dependency on blas, not openblas, so it won't conflict with other packages on the same system that depend on blas. Note that openblas "provides" blas.
anonfunc commented on 2021-01-20 19:29 (UTC) (edited on 2021-01-20 19:33 (UTC) by anonfunc)
Your tests are failing. I got a patch that fixes at least that undefined symbol problem (a new one appears with bz2 tho, but that seems fixable). Did you try loading this module in php? I can't get it to load without that patch.