Skip to content

Commit

Permalink
Unblacklist perl-file-find-rule (bioconda#10218)
Browse files Browse the repository at this point in the history
* unblacklist perl-file-find-rule

* workaround from conda/conda-build#2824
  • Loading branch information
abretaud authored Aug 3, 2018
1 parent e8eb827 commit a3052ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,6 @@ recipes/perl-encode-locale
#recipes/perl-eval-closure/0.14
recipes/perl-file-copy-recursive
recipes/perl-file-fetch
recipes/perl-file-find-rule
recipes/perl-file-sharedir
recipes/perl-file-sharedir-install
recipes/perl-file-util
Expand Down
4 changes: 2 additions & 2 deletions recipes/perl-file-find-rule/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

cpanm --notest Text::Glob Number::Compare

# If it has Build.PL use that, otherwise use Makefile.PL

if [ -f Build.PL ]; then
Expand All @@ -26,3 +24,5 @@ fi
# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.

chmod u+rwx $PREFIX/bin/findrule
2 changes: 1 addition & 1 deletion recipes/perl-file-find-rule/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: a7aa9ad4d8ee87b2a77b8e3722768712

build:
number: 2
number: 3

requirements:
host:
Expand Down

0 comments on commit a3052ee

Please sign in to comment.