Commit Graph

23 Commits

Author SHA1 Message Date
Tom Westerhout
da893e4d17 halide: use preCheck instead of overwriting checkPhase 2023-11-06 18:04:02 +01:00
Tom Westerhout
f6370efdfb halide: disable fuzzing tests 2023-11-03 18:59:37 +01:00
Tom Westerhout
c841f93dd9 halide: ::aligned_alloc is not available on x86_64-darwin 2023-08-22 10:57:32 +02:00
Tom Westerhout
b55f063caf halide: patch to remove dependency on Apple SDK 2023-08-21 22:36:44 +02:00
Tom Westerhout
ed6e240d32 halide: disable float16 support on aarch16-linux 2023-08-21 19:34:53 +02:00
R. Ryantm
394763b583 halide: 15.0.1 -> 16.0.0 2023-07-02 06:39:14 +00:00
twesterhout
d474fb31b6 halide: remove mesa dependency on darwin 2023-06-21 11:37:31 +02:00
Tom Westerhout
b6088ea2f3
Enable tests for Halide; replace llvmPackages.stdenv with stdenv (#224473)
* Enable tests for Halide; replace llvmPackages.stdenv with stdenv

* halide: disable performance_memcpy test

* halide: disable all performance tests because they are unreliable
2023-06-09 22:17:44 +02:00
R. Ryantm
aa89c77b8a halide: 15.0.0 -> 15.0.1 2023-04-19 06:02:07 +00:00
R. Ryantm
3b72d40509 halide: 14.0.0 -> 15.0.0 2023-03-09 07:27:26 +00:00
Átila Saraiva Quintela Soares
f3228e71c8
halide: 10.0.0 -> 14.0.0 (#180015) 2022-08-25 21:49:09 +02:00
Josef Kemetmüller
bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
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.
2022-07-04 03:49:01 +03:00
Christian Kögler
ba677b14dd halide: Fix build 2021-05-30 14:18:57 +02:00
spease
e610806903
halide: Enable on platforms.all (#110106) 2021-01-25 15:48:16 +01:00
OPNA2608
0a24ff069e halide: enable on aarch64-linux 2020-10-11 05:12:39 +02:00
OPNA2608
2699d3f2a7 halide: 2019.08.27 -> 10.0.0 2020-10-11 05:09:01 +02:00
Matthew Bauer
1c8aba8334 treewide: use blas and lapack
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-04-17 16:24:09 -05:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
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>
2020-01-15 09:47:03 +01:00
Christian Kögler
8bc8184936 Halide platforms limited to x68
ARM platforms are currently not supported by Halide:

https://github.com/halide/Halide/issues/3296
2019-09-30 07:11:44 +02:00
Christian Kögler
1392ea8543 halide new release 2018/02/15 -> 2019/08/27 2019-09-29 13:45:50 +02:00
Matthew Bauer
263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Orivej Desh
e66d263f6b eigen3_3: move version overrides to all-packages.nix 2018-11-18 10:53:25 +00:00
markuskowa
34f6b0cc0e halide: init at 2018_02_15 (#44207) 2018-08-01 14:57:51 +02:00