Skip to content

Commit

Permalink
pbbam: revdep rebuilds #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pb-dseifert committed Aug 30, 2019
1 parent 312268e commit 900b047
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 6 additions & 2 deletions recipes/bax2bam/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ export BOOST_ROOT="${PREFIX}"
export PKG_CONFIG_LIBDIR="${PREFIX}"/lib/pkgconfig

# HDF5 doesn't have pkgconfig files yet
export CPPFLAGS="-isystem ${PREFIX}/include"
export LDFLAGS="-L${PREFIX}/lib -lhdf5_cpp -lhdf5"
export CPPFLAGS+=" -isystem ${PREFIX}/include"
export LDFLAGS+=" -L${PREFIX}/lib -lhdf5_cpp -lhdf5"

# required for Meson's sanity check
export LD_LIBRARY_PATH="${PREFIX}/lib"
export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib"

# configure
# '--wrap-mode nofallback' prevents meson from downloading
Expand Down
6 changes: 3 additions & 3 deletions recipes/bax2bam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra:
- mhsieh

build:
number: 6
number: 7

requirements:
build:
Expand All @@ -34,12 +34,12 @@ requirements:
- hdf5
- zlib
- blasr_libcpp 5.3.3*
- pbbam 0.23.0*
- pbbam 1.0.6*
run:
- hdf5
- zlib
- blasr_libcpp 5.3.3*
- pbbam 0.23.0*
- pbbam 1.0.6*

test:
commands:
Expand Down
8 changes: 6 additions & 2 deletions recipes/blasr/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ export BOOST_ROOT="${PREFIX}"
export PKG_CONFIG_LIBDIR="${PREFIX}"/lib/pkgconfig

# HDF5 doesn't have pkgconfig files yet
export CPPFLAGS="-isystem ${PREFIX}/include"
export LDFLAGS="-L${PREFIX}/lib -lhdf5_cpp -lhdf5"
export CPPFLAGS+=" -isystem ${PREFIX}/include"
export LDFLAGS+=" -L${PREFIX}/lib -lhdf5_cpp -lhdf5"

# required for Meson's sanity check
export LD_LIBRARY_PATH="${PREFIX}/lib"
export DYLD_FALLBACK_LIBRARY_PATH="${PREFIX}/lib"

# configure
# '--wrap-mode nofallback' prevents meson from downloading
Expand Down
6 changes: 3 additions & 3 deletions recipes/blasr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra:
- mhsieh

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -34,11 +34,11 @@ requirements:
- zlib
- hdf5
- blasr_libcpp 5.3.3*
- pbbam 0.23.0*
- pbbam 1.0.6*
run:
- hdf5
- blasr_libcpp 5.3.3*
- pbbam 0.23.0*
- pbbam 1.0.6*

test:
commands:
Expand Down

0 comments on commit 900b047

Please sign in to comment.