Date: Monday, March 29, 2021 @ 16:25:25 Author: arojas Revision: 909330
Install libopenblas64_.so symlink, some binary third-party packages seems to need it Modified: julia/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-29 16:25:20 UTC (rev 909329) +++ PKGBUILD 2021-03-29 16:25:25 UTC (rev 909330) @@ -8,7 +8,7 @@ pkgname=julia epoch=2 pkgver=1.6.0 -pkgrel=5 +pkgrel=6 arch=(x86_64) pkgdesc='High-level, high-performance, dynamic programming language' url='https://julialang.org/' @@ -108,6 +108,8 @@ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install $_buildopts + ln -s /usr/lib/libopenblas.so "$pkgdir"/usr/lib/julia/libopenblas64_.so # Needed by some 3rd party packages + rm "$pkgdir"/usr/lib/julia/libccalltest.so.debug # Remove debug testing library install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname }
