nysol-zdd 3.0.4 → 3.0.5
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/zdd_so/extconf.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b43263e9a2a0d5b5aef31551b91c521891dcc06ee953ebd5e7f63eca602666a2
|
|
4
|
+
data.tar.gz: 4f1d097725bb5e848ee6ed889f65bfafa4768637653f2a938d6c676fd2cd522f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc753a55fd9505d043ff885dbd9bfe2c58e8de70ca3dcf2314b60d82c05278b31af7a31492e004d160614d3fd0246e9e7d7333a35df8a158fe7c5d6fa7caebe2
|
|
7
|
+
data.tar.gz: 1aac340c17d568f257ba45ffc492a9189b98766dbf45ac42f260906f98d01000fecca7001a255e1fee84e528a3d9b982986120482288449aac93757f343bb5d3
|
data/ext/zdd_so/extconf.rb
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
require 'mkmf'
|
|
2
2
|
cp = "$(srcdir)"
|
|
3
|
-
$CFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
|
|
4
|
-
$CPPFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
|
|
5
|
-
$CXXFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing"
|
|
3
|
+
$CFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
|
|
4
|
+
$CPPFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
|
|
5
|
+
$CXXFLAGS = " -O3 -Wall -I. -I#{cp}/include -DB_STATIC -D_NO_MAIN_ -DLINE -fPIC -Wno-error=format-security -Wno-narrowing -Wno-implicit-function-declaration -Wno-reserved-user-defined-literal"
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
$LOCAL_LIBS += " -lstdc++"
|
|
9
9
|
|
|
10
10
|
if RUBY_VERSION >= '2.0.0' then
|
|
11
11
|
if Gem::Platform::local.os =~ /darwin/ then
|
|
12
|
-
$CFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future
|
|
13
|
-
$CPPFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future
|
|
14
|
-
$LOCAL_LIBS += " -Wno-error=unused-command-line-argument-hard-error-in-future
|
|
12
|
+
$CFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
|
|
13
|
+
$CPPFLAGS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
|
|
14
|
+
$LOCAL_LIBS += " -Wno-error=unused-command-line-argument-hard-error-in-future"
|
|
15
15
|
end
|
|
16
16
|
end
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nysol-zdd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nysol
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-05-
|
|
11
|
+
date: 2025-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|