Skip to content

Commit

Permalink
Added support for Pardiso compiled with gcc 8.0 on linux (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber authored and KristofferC committed Mar 26, 2019
1 parent 39852fb commit 5d10443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ elseif Sys.isapple()
]
elseif Sys.islinux()
[
"libpardiso600-GNU800-X86-64.so",
"libpardiso600-GNU720-X86-64.so",
"libpardiso500-GNU461-X86-64.so",
"libpardiso500-GNU472-X86-64.so",
Expand Down

0 comments on commit 5d10443

Please sign in to comment.