Skip to content

Commit

Permalink
Update meme to 5.5.7 (bioconda#50367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Aug 28, 2024
1 parent 81ab4f7 commit e432de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
13 changes: 3 additions & 10 deletions recipes/meme/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash -ex

export MEME_ETC_DIR="${PREFIX}/etc"
export INCLUDE_PATH="${PREFIX}/include"
export LIBRARY_PATH="${PREFIX}/lib"

autoreconf -i

perl scripts/dependencies.pl
autoreconf -if

./configure CC="${CC}" \
CFLAGS="${CFLAGS} -O3 -I${PREFIX}/include" \
Expand All @@ -14,13 +14,6 @@ perl scripts/dependencies.pl
--enable-build-libxslt

make AM_CFLAGS='-DNAN="(0.0/0.0)"' -j"${CPU_COUNT}"

# tests will only work inside the build dir, but
# https://github.com/conda/conda-build/issues/1453
# so you need `conda build --prefix-length 1`
# for it to work properly
# make test

make install
make clean

Expand Down
9 changes: 3 additions & 6 deletions recipes/meme/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "MEME" %}
{% set version = "5.5.6" %}
{% set sha256 = "8f719002c3a2177f6bb9da6861098ccf4f08b3006f002a88bb3afe9473596c67" %}
{% set version = "5.5.7" %}
{% set sha256 = "1dca8d0e6d1d36570c1a88ab8dbe7e4b177733fbbeacaa2e8c4674febf57aaf4" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,6 @@ source:

build:
number: 0
detect_binary_files_with_prefix: True
run_exports:
- {{ pin_subpackage("meme", max_pin="x") }}

Expand All @@ -27,11 +26,9 @@ requirements:
- nodejs >=16.4.1
- libgomp # [linux]
- llvm-openmp # [osx]
- yaml
- icu >=72.1,<73.0a0
- icu
- ghostscript
- zlib
- xz
- libxslt
- libxml2
- expat
Expand Down

0 comments on commit e432de9

Please sign in to comment.