summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/halide
AgeCommit message (Collapse)Author
2023-11-06halide: use preCheck instead of overwriting checkPhaseTom Westerhout
2023-11-03halide: disable fuzzing testsTom Westerhout
2023-08-22halide: ::aligned_alloc is not available on x86_64-darwinTom Westerhout
2023-08-21halide: patch to remove dependency on Apple SDKTom Westerhout
2023-08-21halide: disable float16 support on aarch16-linuxTom Westerhout
2023-07-02halide: 15.0.1 -> 16.0.0R. Ryantm
2023-06-21halide: remove mesa dependency on darwintwesterhout
2023-06-09Enable tests for Halide; replace llvmPackages.stdenv with stdenv (#224473)Tom Westerhout
* Enable tests for Halide; replace llvmPackages.stdenv with stdenv * halide: disable performance_memcpy test * halide: disable all performance tests because they are unreliable
2023-04-19halide: 15.0.0 -> 15.0.1R. Ryantm
2023-03-09halide: 14.0.0 -> 15.0.0R. Ryantm
2022-08-25halide: 10.0.0 -> 14.0.0 (#180015)Átila Saraiva Quintela Soares
2022-07-04treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivationsJosef Kemetmüller
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run the checkPhase of cmake derivations without having to tweak the LD_LIBRARY_PATH anymore.
2021-05-30halide: Fix buildChristian Kögler
2021-01-25halide: Enable on platforms.all (#110106)spease
2020-10-11halide: enable on aarch64-linuxOPNA2608
2020-10-11halide: 2019.08.27 -> 10.0.0OPNA2608
2020-04-17treewide: use blas and lapackMatthew Bauer
This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-09-30Halide platforms limited to x68Christian Kögler
ARM platforms are currently not supported by Halide: https://github.com/halide/Halide/issues/3296
2019-09-29halide new release 2018/02/15 -> 2019/08/27Christian Kögler
2019-06-17treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer
Just use mesa for these to be more clear. Move these to aliases.nix
2018-11-18eigen3_3: move version overrides to all-packages.nixOrivej Desh
2018-08-01halide: init at 2018_02_15 (#44207)markuskowa