Skip to content

Commit

Permalink
Rbowtie2 (#44856)
Browse files Browse the repository at this point in the history
[ci run] fix rbowtie2 builds
  • Loading branch information
bgruening authored Dec 17, 2023
1 parent a81f57c commit b6d804f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
4 changes: 2 additions & 2 deletions recipes/bioconductor-rbowtie2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
mkdir -p ~/.R
echo -e "CC=$CC
FC=$FC
CXX=$CXX
CXX=$CXX -I${PREFIX}/include -L${PREFIX}/lib
CXX98=$CXX
CXX11=$CXX
CXX14=$CXX" > ~/.R/Makevars
$R CMD INSTALL --build .
$R CMD INSTALL --build .
38 changes: 0 additions & 38 deletions recipes/bioconductor-rbowtie2/build_failure.linux-64.yaml

This file was deleted.

0 comments on commit b6d804f

Please sign in to comment.