tiledb: enable for all unix, add tweaks for darwin & non-x86 systems

This commit is contained in:
Robert Scott
2020-09-05 19:50:39 +01:00
parent edeece0aab
commit 22a9d9aa5b
2 changed files with 15 additions and 3 deletions

View File

@@ -63,7 +63,8 @@ buildPythonPackage rec {
# these tests don't always fail
substituteInPlace tiledb/tests/test_libtiledb.py --replace \
"test_varlen_write_int_subarray" "dont_test_varlen_write_int_subarray" \
--replace "test_memory_cleanup" "dont_test_memory_cleanup"
--replace "test_memory_cleanup" "dont_test_memory_cleanup" \
--replace "test_ctx_thread_cleanup" "dont_test_ctx_thread_cleanup"
substituteInPlace tiledb/tests/test_metadata.py --replace \
"test_metadata_consecutive" "dont_test_metadata_consecutive"
'';