From 9a662782b954f8183d5fcfeabf8ccb25987d4a96 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Sat, 16 Mar 2024 12:41:53 +0100 Subject: [PATCH] fixup --- blosc2-sys/build.rs | 1 - environment.yml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/blosc2-sys/build.rs b/blosc2-sys/build.rs index 9ba9649..d4cdaa3 100644 --- a/blosc2-sys/build.rs +++ b/blosc2-sys/build.rs @@ -45,7 +45,6 @@ fn main() { bindgen::Builder::default() .header(header) .layout_tests(false) - .dynamic_library_name("blosc2") .no_default("tagMONITORINFOEXA") // Windows specific, no default [u8;40usize] .opaque_type("_IMAGE_TLS_DIRECTORY64") // Windows specific, error[E0588]: packed type cannot transitively contain a #[repr(align)] type .derive_default(true) diff --git a/environment.yml b/environment.yml index a780e0b..30f1724 100644 --- a/environment.yml +++ b/environment.yml @@ -4,3 +4,4 @@ channels: dependencies: - pkg-config - c-blosc2 ==2.13.2 + - clang