Skip to content

Commit

Permalink
unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 22, 2020
1 parent 69080bd commit 9707f2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ function configure(version)
LIBBLASNAME=libopenblas
USE_SYSTEM_LAPACK=1
LIBLAPACKNAME=libopenblas
USE_SYSTEM_LIBUNWIND=1
EOM
fi
Expand Down Expand Up @@ -212,8 +214,8 @@ function configure(version)

# Dependencies that must be installed before this package can be built/used
dependencies = [
# Dependency("LibUnwind_jll"),
# Dependency("LibOSXUnwind_jll"),
Dependency("LibUnwind_jll"),
Dependency("LibOSXUnwind_jll"),
Dependency(PackageSpec(name="PCRE2_jll", version=v"10.31")),
Dependency("OpenLibm_jll"),
Dependency("dSFMT_jll"),
Expand Down

0 comments on commit 9707f2e

Please sign in to comment.