Skip to content

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
torrance authored Mar 6, 2024
1 parent c0e14d4 commit 0d53432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using BinaryBuilder, Pkg

name = "casacorecxx"
version = v"0.2.2"
version = v"0.3.0"

# Collection of sources required to complete build
sources = [DirectorySource("casacorecxx")]
Expand Down Expand Up @@ -39,4 +39,4 @@ dependencies = [Dependency("libcxxwrap_julia_jll", compat="0.11.2"),
# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
julia_compat="1.8",
preferred_gcc_version=v"12") # We need C++17 for CxxWrap
preferred_gcc_version=v"7") # We need C++17 for CxxWrap

0 comments on commit 0d53432

Please sign in to comment.