quickfix_ruby_ud 2.0.7-aarch64-linux → 2.0.8-aarch64-linux
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.
- checksums.yaml +4 -4
- data/ext/quickfix/extconf.rb +3 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76556846a502f225948a2ecfe703c4bd1114fc8ea74f1e001c4cb39de82533c8
|
4
|
+
data.tar.gz: cea764965418340b8645771f3742a69230ab895db8f881af62dca407eea798c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddf8e65b80a2a7a5ba172cd2260749e6ecf1e0393be21030ebdeaa670b9549fd122fa6be52c9d14eebc64309560b3e946430dc4fc65ed21e2b3a0ab6ba9bb7dc
|
7
|
+
data.tar.gz: 3a3b1aa8b25895cda05eb3c64c510e595ff460ad37384b9fd41004aefacf7e41fb720653215df18fd4a17bbcad138e9de680d32b659541bf2bf0710d62ea676b
|
data/ext/quickfix/extconf.rb
CHANGED
@@ -53,11 +53,14 @@ def fetch_openssl_dir
|
|
53
53
|
end
|
54
54
|
|
55
55
|
# Set flags
|
56
|
+
# TODO(tckerr) confirm -std=c++20 isn't needed (it broke compilation on the linux targets)
|
56
57
|
cxxflags = '-std=c++2a -DHAVE_SSL=1 -DHAVE_POSTGRESQL=1'
|
57
58
|
pg_include_dir = fetch_pg_include_dir
|
58
59
|
openssl_dir = fetch_openssl_dir
|
59
60
|
|
60
61
|
cppflags = "-I#{openssl_dir}/include -I#{pg_include_dir}"
|
62
|
+
|
63
|
+
# TODO(tckerr) confirm -lssl and -lcrypto aren't needed (they broke compilation on the linux targets)
|
61
64
|
ldflags = "-L#{openssl_dir}/lib"
|
62
65
|
|
63
66
|
puts "Using OpenSSL from: #{openssl_dir}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickfix_ruby_ud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.8
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Oren Miller
|
8
8
|
- Tom Kerr
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: FIX (Financial Information eXchange) protocol implementation
|
14
14
|
email: tom.kerr@underdogfantasy.com
|
@@ -227,6 +227,7 @@ rdoc_options:
|
|
227
227
|
- "--exclude=ext"
|
228
228
|
require_paths:
|
229
229
|
- lib
|
230
|
+
- lib/3.3
|
230
231
|
required_ruby_version: !ruby/object:Gem::Requirement
|
231
232
|
requirements:
|
232
233
|
- - ">="
|