Skip to content

Commit

Permalink
[polymake] Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 9, 2020
1 parent 619db7d commit 14d5d99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions P/polymake/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ dependencies = [
Dependency("FLINT_jll")
Dependency("GMP_jll", v"6.1.2"),
Dependency("MPFR_jll", v"4.0.2"),
Dependency("PPL_jll")
Dependency(PackageSpec(name="Perl_jll", uuid="83958c19-0796-5285-893e-a1267f8ec499", version=v"5.30.3"))
Dependency("bliss_jll")
Dependency("boost_jll")
Dependency("cddlib_jll")
Dependency("lrslib_jll")
Dependency("normaliz_jll")
Dependency("PPL_jll"),
Dependency(PackageSpec(name="Perl_jll", uuid="83958c19-0796-5285-893e-a1267f8ec499", version=v"5.30.3")),
Dependency("bliss_jll"),
Dependency("boost_jll"),
Dependency("cddlib_jll"),
Dependency("lrslib_jll"),
Dependency("normaliz_jll"),
]

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

0 comments on commit 14d5d99

Please sign in to comment.