fastqr 1.0.15 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,6 +38,13 @@ mkdir build
38
38
  cd build
39
39
 
40
40
  echo "🔧 Building standalone CLI with static linking..."
41
+
42
+ # Set PKG_CONFIG_PATH to find custom-built libraries
43
+ if [[ "$OS" == "linux" ]]; then
44
+ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
45
+ echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
46
+ fi
47
+
41
48
  # Configure for standalone CLI (all dependencies static)
42
49
  cmake .. \
43
50
  -DCMAKE_BUILD_TYPE=Release \
data/src/fastqr.cpp CHANGED
@@ -25,7 +25,7 @@
25
25
  // Enable benchmarking
26
26
  // #define FASTQR_BENCHMARK
27
27
 
28
- #define FASTQR_VERSION "1.0.15"
28
+ #define FASTQR_VERSION "1.0.18"
29
29
 
30
30
  namespace fastqr {
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastqr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - FastQR Project
@@ -85,6 +85,16 @@ files:
85
85
  - bindings/ruby/lib/fastqr.rb
86
86
  - bindings/ruby/lib/fastqr/platform.rb
87
87
  - bindings/ruby/lib/fastqr/version.rb
88
+ - bindings/ruby/prebuilt/linux-aarch64/bin/fastqr
89
+ - bindings/ruby/prebuilt/linux-aarch64/include/fastqr.h
90
+ - bindings/ruby/prebuilt/linux-aarch64/include/stb_image.h
91
+ - bindings/ruby/prebuilt/linux-aarch64/include/stb_image_write.h
92
+ - bindings/ruby/prebuilt/linux-arm64.tar.gz
93
+ - bindings/ruby/prebuilt/linux-x86_64.tar.gz
94
+ - bindings/ruby/prebuilt/linux-x86_64/bin/fastqr
95
+ - bindings/ruby/prebuilt/linux-x86_64/include/fastqr.h
96
+ - bindings/ruby/prebuilt/linux-x86_64/include/stb_image.h
97
+ - bindings/ruby/prebuilt/linux-x86_64/include/stb_image_write.h
88
98
  - bindings/ruby/prebuilt/macos-arm64.tar.gz
89
99
  - bindings/ruby/prebuilt/macos-arm64/bin/fastqr
90
100
  - bindings/ruby/prebuilt/macos-arm64/include/fastqr.h