Skip to content

Commit

Permalink
[ViennaRNA] Fix compat with GSL (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Sep 3, 2022
1 parent ca6e2e7 commit 257d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V/ViennaRNA/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency(PackageSpec(name="MPFR_jll", uuid="3a97d323-0669-5f0c-9066-3539efd106a3")),
Dependency(PackageSpec(name="GSL_jll", uuid="1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4")),
Dependency(PackageSpec(name="GSL_jll", uuid="1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4"); compat="~2.7.2"),
# For OpenMP we use libomp from `LLVMOpenMP_jll` where we use LLVM as compiler (BSD
# systems), and libgomp from `CompilerSupportLibraries_jll` everywhere else.
Dependency(PackageSpec(name="CompilerSupportLibraries_jll", uuid="e66e0078-7015-5450-92f7-15fbd957f2ae");
Expand Down

0 comments on commit 257d8a9

Please sign in to comment.