Skip to content

Commit

Permalink
Perl: more unblacklisting (#10305)
Browse files Browse the repository at this point in the history
* more unblacklisting

* graphviz

* fix

* mac build

* mac build

* perm

* rebuild on macos

* no need to rebuild this version (see #10313)

* mac perms

* rebuild

* rebuild
  • Loading branch information
abretaud authored Aug 8, 2018
1 parent 12f3ad5 commit b0409a7
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,6 @@ recipes/qiime/1.9.1
recipes/sprai

# missing perl dep
recipes/perl-bio-phylo
recipes/perl-text-ansitable/0.48

# missing tarballs
Expand Down Expand Up @@ -2106,9 +2105,6 @@ recipes/metaprob
recipes/cap-mirseq

# Temporary disable until #10287 is merged
recipes/perl-data-stag
recipes/perl-xml-dom-xpath
recipes/perl-test-xml
recipes/perl-soap-lite

############################################
Expand Down Expand Up @@ -2214,7 +2210,6 @@ recipes/perl-log-log4perl
recipes/perl-moosex-getopt
recipes/perl-moosex-types-path-class
#recipes/perl-params-validationcompiler/0.23
recipes/perl-template-toolkit
recipes/perl-test-output
recipes/carna
recipes/perl-json-create
Expand Down
4 changes: 4 additions & 0 deletions recipes/perl-bio-phylo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ requirements:
- perl-xml-twig
- perl-template-toolkit
#- perl-xml-xml2json
- perl-uri
- perl-lwp-simple

run:
- perl
Expand All @@ -42,6 +44,8 @@ requirements:
- perl-xml-twig
- perl-template-toolkit
#- perl-xml-xml2json
- perl-uri
- perl-lwp-simple

test:
# Perl 'use' tests
Expand Down
2 changes: 2 additions & 0 deletions recipes/perl-data-stag/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ else
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.'
exit 1
fi

chmod u+rwx $PREFIX/bin/*
6 changes: 5 additions & 1 deletion recipes/perl-io-string/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: 250e5424f290299fc3d6b5d1e9da3835

build:
number: 2
number: 3

requirements:
host:
Expand All @@ -16,6 +16,10 @@ requirements:
run:
- perl

test:
imports:
- IO::String

about:
home: http://metacpan.org/pod/IO-String
license: unknown
Expand Down
2 changes: 1 addition & 1 deletion recipes/perl-json/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: e1512169a623e790a3f69b599cc1d3b9

build:
number: 2
number: 3

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion recipes/perl-svg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: ba4445ee72e2f3c29da332cb0119a2ad

build:
number: 1
number: 2

requirements:
host:
Expand Down
2 changes: 2 additions & 0 deletions recipes/perl-template-toolkit/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ else
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.'
exit 1
fi

chmod u+rwx $PREFIX/bin/*
6 changes: 3 additions & 3 deletions recipes/perl-test-xml/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# If it has Build.PL use that, otherwise use Makefile.PL
if [ -f Build.PL ]; then
perl Build.PL
./Build
./Build test
perl ./Build
perl ./Build test
# Make sure this goes in site
./Build install --installdirs site
perl ./Build install --installdirs site
elif [ -f Makefile.PL ]; then
# Make sure this goes in site
perl Makefile.PL INSTALLDIRS=site
Expand Down
2 changes: 1 addition & 1 deletion recipes/perl-xml-filter-buffertext/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: 2992c0387632583b966ab9c965b25512

build:
number: 1
number: 2

requirements:
host:
Expand Down
2 changes: 1 addition & 1 deletion recipes/perl-xml-sax-writer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source:
md5: e5fa5e2b2f6867b1aca9b5b43e1ce361

build:
number: 1
number: 2

requirements:
host:
Expand Down

0 comments on commit b0409a7

Please sign in to comment.