Skip to content

Commit 6087e9a

Browse files
authored
DataEcon v0.3.2 (#11601)
* DataEcon v0.3.2 * exclude riscv64 For some reason compiler issues an error while compiling sqlite3. On all other platform these are warnings. * new version of sqlite3 and a fix to gcc options * fix several compilation warnings * DataEcon v0.3.2 fixed
1 parent 87aa5ba commit 6087e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

D/DataEcon/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using BinaryBuilder, Pkg
44

55
name = "DataEcon"
6-
version = v"0.3.1"
6+
version = v"0.3.2"
77

88
# Collection of sources required to complete build
99
sources = [
1010
GitSource("https://github.com/bankofcanada/DataEcon.git",
11-
"d58732b8a1cb3a4d9a82796bce3c5732f74086ca")
11+
"cdd5b471c189a0ab1d8b1c813a599fd5d3ff4430")
1212
]
1313

1414
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)