Skip to content

Commit

Permalink
[ViennaRNA] update to v2.6.1 (#6876)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom authored Jun 12, 2023
1 parent ef66ef1 commit ffb57c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
9 changes: 2 additions & 7 deletions V/ViennaRNA/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using BinaryBuilder, Pkg

name = "ViennaRNA"
version = v"2.6.0"
version = v"2.6.1"

sources = [
ArchiveSource("https://www.tbi.univie.ac.at/RNA/download/sourcecode/" *
"$(version.major)_$(version.minor)_x/ViennaRNA-$(version).tar.gz",
"c239596ac63ff30d98c7629f3cfeaa6a066dc3b577e1b920eb704381bb6c3f85"),
"f778876bbe8e6c85725a633819b26468307c919635e82b278ba820eff8badf76"),
DirectorySource("./bundled")
]

Expand Down Expand Up @@ -35,11 +35,6 @@ export CXX=c++
export CPPFLAGS="-I${includedir}"
export LDFLAGS="-L${libdir}"
# fix compile fail on musl
# ViennaRNA PR: https://github.com/ViennaRNA/ViennaRNA/pull/187
# should be included in next release (ViennaRNA-2.6.1)
atomic_patch -p1 ../patches/fix-no-uint-typedef-on-musl.patch
if [[ "${target}" == *-w64-mingw32* ]]; then
# time measurement in RNAforester doesn't compile on windows (mingw32),
# so we disable it
Expand Down
15 changes: 0 additions & 15 deletions V/ViennaRNA/bundled/patches/fix-no-uint-typedef-on-musl.patch

This file was deleted.

0 comments on commit ffb57c4

Please sign in to comment.