Package Details: halide-bin 17.0.1-1

Git Clone URL: https://aur.archlinux.org/halide-bin.git (read-only, click to copy)
Package Base: halide-bin
Description: A language for fast and portable data-parallel computation
Upstream URL: https://github.com/halide/Halide
Licenses: MIT
Conflicts: halide
Provides: halide
Submitter: keenerd
Maintainer: carlosal1015 (alex_reinking)
Last Packager: carlosal1015
Votes: 3
Popularity: 0.000000
First Submitted: 2012-08-03 23:57 (UTC)
Last Updated: 2024-02-21 14:32 (UTC)

Latest Comments

carlosal1015 commented on 2021-12-16 21:08 (UTC) (edited on 2022-01-07 17:05 (UTC) by carlosal1015)

Edited 2022-01-07:

For halide 13.0.3, I included the cmake files like a mirror with respect to AUR package halide. Let me know @victorbian if is working fine.

==> WARNING: Package contains reference to $srcdir
usr/bin/get_host_target
usr/bin/retrain_cost_model
usr/lib/libautoschedule_mullapudi2016.so
usr/lib/libautoschedule_li2018.so
usr/lib/libautoschedule_adams2019.so
usr/lib/libHalide.so.13.0.3

Please let us know if will be fine add HTML docs or cmake scripts in the tarball halide-bin-13.0.2-1-x86_64.pkg.tar.zst.

Okay @victorbian, let us change this situation. If you some minimal-working-example-repository (with CMakeLists.txt) for try will be fine. Then, both static and dynamics libraries inside the tarball.

About

  1. libHalide.so and libHalide.so.xx should be symlinks, but installed as real files.

You suggest some like install -Dm644 /start/path /out/path?

alex_reinking commented on 2021-08-17 07:19 (UTC)

Hi keenerd, I'm Alex Reinking, one of the Halide maintainers... I would be very happy to work with you to update this package! Please reach out to us if you need any help.

victorbian commented on 2021-02-22 07:46 (UTC) (edited on 2021-02-22 09:53 (UTC) by victorbian)

Hi, there are some problems about this package:
1. Files in lib/cmake/Halide and share/Halide/tools are not installed, so Halide cannot be found in cmake projects.
2. lib/libHalide.a is not installed.
3. libHalide.so and libHalide.so.xx should be symlinks, but installed as real files.

psyriccio commented on 2017-02-11 14:37 (UTC)

fix: --- /tmp/halide-bin/PKGBUILD +++ /tmp/halide-bin/PKGBUILD @@ -14,7 +14,7 @@ package() { cd "$srcdir/halide" - install -Dm755 bin/libHalide.a "$pkgdir/usr/lib/libHalide.a" + install -Dm755 lib/libHalide.a "$pkgdir/usr/lib/libHalide.a" install -Dm755 bin/libHalide.so "$pkgdir/usr/lib/libHalide.so" for i in include/*.h; do install -Dm644 $i "$pkgdir/usr/$i"

sebcactus commented on 2012-08-09 08:59 (UTC)

Hi, I think you should replace cd "$srcdir/$pkgname" with cd "$srcdir/halide"