Skip to content

Commit

Permalink
bioconductor-bandle: now broken for a new reason
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jan 6, 2025
1 parent 4230b90 commit 655326c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bioconductor-bandle/build_failure.linux-64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ log: |2-
raise BuildScriptException(str(exc), caused_by=exc) from exc
conda_build.exceptions.BuildScriptException: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/bioconductor-bandle_1736182811019/work/conda_build.sh']' returned non-zero exit status 1.
# Last 100 lines of the build log.
category: |-
compiler error
reason: |-
'enable_if_t' in namespace 'boost::math' does not name a template type
5 changes: 5 additions & 0 deletions recipes/bioconductor-bandle/build_failure.osx-64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ log: |2-
-CXX_FOR_BUILD=$PREFIX/bin/x86_64-apple-darwin13.4.0-clang
x86_64-apple-darwin13.4.0-clang -std=gnu11 -I"$PREFIX/lib/R/include" -DNDEBUG -I'$PREFIX/lib/R/library/Rcpp/include' -I'$PREFIX/lib/R/library/RcppArmadillo/include' -I'$PREFIX/lib/R/library/BH/include' -D_FORTIFY_SOURCE=2 -isystem $PREFIX/include -mmacosx-version-min=10.13 -mmacosx-version-min=10.13 -I$PREFIX/include -fopenmp -fPIC -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fstack-protector-strong -O2 -pipe -stdlib=libc -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=/Users/runner/miniforge3/conda-bld/r-base-split_1734433510517/work=/usr/local/src/conda/r-base-4.4.2 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -c Bessel2ndKind.cpp -o Bessel2ndKind.o
# Last 100 lines of the build log.
category: |-
compiler error
reason: |-
'enable_if_t' in namespace 'boost::math' does not name a template type

0 comments on commit 655326c

Please sign in to comment.