Skip to content

Commit

Permalink
make MKL_jll a BuildDependency only for SCS_MKL (#6766)
Browse files Browse the repository at this point in the history
* make MKL_jll a truly optional dependency for SCS

* [SCS_MKL] bump MKL_jll to 2023.1
  • Loading branch information
Marek Kaluba authored Jun 10, 2023
1 parent 3bd9580 commit b8e358c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S/SCS_MKL/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Pkg
using BinaryBuilder

name = "SCS_MKL"
Expand Down Expand Up @@ -37,7 +38,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("MKL_jll"; compat="2022.2.0"),
BuildDependency(PackageSpec(;name="MKL_jll", version=v"2023.1")),
]

# Build the tarballs, and possibly a `build.jl` as well
Expand Down

0 comments on commit b8e358c

Please sign in to comment.