Skip to content

Commit

Permalink
Bump NEO. (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Jun 16, 2020
1 parent 65a0827 commit b246446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions N/NEO/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "NEO"
version = v"20.20.16837"
version = v"20.22.16952"

# Collection of sources required to build this package
sources = [
GitSource("https://github.com/intel/compute-runtime.git",
"b9b34659c8817393dd8ce35bf37c167c23cefcff"),
"515b3787f560f969a48e4848ca66bff8a4ab6bf7"),
# vendored dependencies
GitSource("https://github.com/oneapi-src/level-zero.git",
"ebb363e938a279cf866cb93d28e31aaf0791ea19"), # v0.91.10
Expand Down Expand Up @@ -74,7 +74,7 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency(PackageSpec(name="gmmlib_jll", version=v"20.1.1")),
Dependency(PackageSpec(name="libigc_jll", version=v"1.0.3977")),
Dependency(PackageSpec(name="libigc_jll", version=v"1.0.4062")),
# TODO: reverse compatibility bounds, where NEO (providing a oneL0 impl of, e.g., v0.91)
# restricts oneAPI_Level_Zero_jll to be below that version too.
]
Expand Down

0 comments on commit b246446

Please sign in to comment.