Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/build-macos-universal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ if [ ! -e "${DIR_BUILD}/ntf-core/.complete" ]; then
--output "${DIR_BUILD}/ntf-core" \
--ufid opt_64_pic_cpp17 \
--generator "Ninja" \
--without-lz4 \
--without-zstd \
--without-warnings-as-errors \
--without-usage-examples \
--without-applications
Expand Down
2 changes: 2 additions & 0 deletions bin/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ if [ ! -e "${DIR_BUILD}/ntf-core/.complete" ]; then
--output "${DIR_BUILD}/ntf-core" \
--ufid opt_64_pic_cpp17 \
--generator "Ninja" \
--without-lz4 \
--without-zstd \
--without-warnings-as-errors \
--without-usage-examples \
--without-applications
Expand Down
8 changes: 4 additions & 4 deletions bin/clone-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set -u

# These are the release tags for each of the dependencies we manually clone.
# Update these to update the version of each dependency we build against.
BDE_TOOLS_TAG=4.8.0.0
BDE_TAG=4.8.0.0
NTF_CORE_TAG=2.4.2
BLAZINGMQ_TAG=BMQBRKR_0.92.5
BDE_TOOLS_TAG=4.32.0.0
BDE_TAG=4.32.0.0
NTF_CORE_TAG=2.6.6
BLAZINGMQ_TAG=BMQBRKR_0.94.8


if [ ! -d "${DIR_THIRDPARTY}/bde-tools" ]; then
Expand Down
1 change: 1 addition & 0 deletions news/62.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump build dependency versions of BDE, ntf-core, and BlazingMQ/libbmq
2 changes: 1 addition & 1 deletion src/blazingmq/_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.2.2"
__version__ = "1.2.3"
Loading