Skip to content

Commit ccc76bd

Browse files
github-actions[bot]CompatHelper Juliagiordano
authored
CompatHelper: bump compat for CxxWrap to 0.16, (keep existing compat) (#66)
* CompatHelper: bump compat for CxxWrap to 0.16, (keep existing compat) * Update Project.toml * Require C++20 for building the wrapper * Go back to C++17 to build the wrapper * Bump version number * [build] Unset `JLCXX_FORCE_RANGES_OFF` * Fix typo --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
1 parent 330e3db commit ccc76bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "IPUToolkit"
22
uuid = "92e0b95a-4011-435a-96f4-10064551ddbe"
33
authors = ["Emily Dietrich <jakibaki@live.com>", "Luk Burchard <luk.burchard@gmail.com>", "Mosè Giordano <mose@gnu.org>"]
4-
version = "1.6.1"
4+
version = "1.6.2"
55

66
[deps]
77
Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31"
@@ -19,7 +19,7 @@ libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
1919

2020
[compat]
2121
Clang = "0.14, 0.17.4, 0.18"
22-
CxxWrap = "0.14"
22+
CxxWrap = "0.14, 0.16"
2323
GPUCompiler = "0.23, 0.24, 0.25, 0.26"
2424
JSON = "0.21.4"
2525
LLVM = "6, 7"
@@ -30,4 +30,4 @@ Scratch = "1.1"
3030
TOML = "1"
3131
UUIDs = "1"
3232
julia = "1.9"
33-
libcxxwrap_julia_jll = "0.11"
33+
libcxxwrap_julia_jll = "0.11, 0.13.2"

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This package requires
1919

2020
* Julia v1.6+ (currently tested up to Julia v1.10),
2121
* the Poplar SDK v1.3 or v2.0-v3.2 including the `popc` compiler,
22-
* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. g++ 9 or following releases).
22+
* a C++ compiler supporting C++17 standard for compiling the wrapper around the Poplar SDK (e.g. G++ 9 or following releases).
2323

2424
Other versions of the Poplar SDK are not currently supported.
2525

@@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported.
3030
* the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8;
3131
* the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9;
3232
* the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10;
33-
* the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not** been tested yet and is likely not to work at the moment).
33+
* the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not*** been tested yet and is likely not to work at the moment).
3434

3535
## Installation
3636

0 commit comments

Comments
 (0)