Skip to content

Commit

Permalink
update cxxwrap1
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Jun 21, 2024
1 parent 3e7334e commit 950de2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cxxwrap1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.10.3
FROM julia:1.10.4

RUN apt-get update && apt-get install -y --no-install-recommends g++ \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions cxxwrap1/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.3"
julia_version = "1.10.4"
manifest_format = "2.0"
project_hash = "3cef41461bc070f5890a35a6516e3e4c0caa014a"

Expand All @@ -12,9 +12,9 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[deps.CxxWrap]]
deps = ["Libdl", "MacroTools", "libcxxwrap_julia_jll"]
git-tree-sha1 = "ba1a559afd562447710513525030d6ad83e5868a"
git-tree-sha1 = "9208ab6d13777dace5981b451171891faf59e6a2"
uuid = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
version = "0.15.1"
version = "0.16.0"

[[deps.Dates]]
deps = ["Printf"]
Expand Down Expand Up @@ -81,6 +81,6 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[[deps.libcxxwrap_julia_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "0f10092db771939e29fd13a67967f5c63212fdfe"
git-tree-sha1 = "f9797910cf52fc36aba4660dbb8d99eaa92c0ca9"
uuid = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
version = "0.12.3+0"
version = "0.13.2+0"
2 changes: 2 additions & 0 deletions cxxwrap1/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ else
fi

# Get Julia installation paths
rm Manifest.toml
julia --project -e 'using Pkg; Pkg.instantiate()'
JL=`julia --project -e 'joinpath(Sys.BINDIR, "..") |> abspath |> print'`
PREFIX=`julia --project -e 'using CxxWrap; CxxWrap.prefix_path() |> print'`

Expand Down

0 comments on commit 950de2e

Please sign in to comment.