diff options
author | thor <thor@pkgsrc.org> | 2021-04-20 20:37:03 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-04-20 20:37:03 +0000 |
commit | 32380674e6e1348c44c2072ce38d814a875e3d48 (patch) | |
tree | d7e0cf3fde76c1eb4f276d3cc1346ee0d0d61680 /math/cblas/PLIST | |
parent | 5a9d4119b38e1bd0bafceb3256034cb84ea414c5 (diff) | |
download | pkgsrc-32380674e6e1348c44c2072ce38d814a875e3d48.tar.gz |
math/cblas: import from wip
This will be used by math/py-numpy soon for proper matrix math.
Diffstat (limited to 'math/cblas/PLIST')
-rw-r--r-- | math/cblas/PLIST | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/cblas/PLIST b/math/cblas/PLIST new file mode 100644 index 00000000000..9884fc2f344 --- /dev/null +++ b/math/cblas/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2021/04/20 20:37:03 thor Exp $ +include/cblas.h +include/cblas_f77.h +include/cblas_mangling.h +include/cblas_test.h +lib/cmake/cblas-${PKGVERSION}/cblas-config-version.cmake +lib/cmake/cblas-${PKGVERSION}/cblas-config.cmake +lib/libcblas.a +lib/libcblas.so +lib/libcblas.so.3 +lib/libcblas.so.${PKGVERSION} +lib/pkgconfig/cblas.pc |