Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
DIALS 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLightSource-build-server committed Aug 17, 2022
2 parents a79e34a + 5dfdcfe commit 87b8e32
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.10.3
current_version = 3.10.4
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>[a-z]+)?(?P<patch>\d+)?
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
DIALS 3.10.4 (2022-08-17)
=========================

Misc
----

- `#533 </~https://github.com/cctbx/dxtbx/issues/533>`_


DIALS 3.10.3 (2022-08-02)
=========================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Static version number which is updated by bump2version
# Do not change this manually - use 'bump2version <major/minor/patch/release>'
__version_tag__ = "3.10.3"
__version_tag__ = "3.10.4"

setup_kwargs = {
"name": "dxtbx",
Expand Down
2 changes: 1 addition & 1 deletion src/dxtbx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python_add_library( dxtbx_format_image_ext
MODULE
format/boost_python/image_ext.cc
)
target_link_libraries( dxtbx_format_image_ext PUBLIC Boost::python CCTBX::scitbx )
target_link_libraries( dxtbx_format_image_ext PUBLIC Boost::python CCTBX::scitbx HDF5::HDF5)
# If we have CBFlib available, use it
if (TARGET CBFlib::cbf)
target_link_libraries( dxtbx_format_image_ext PRIVATE CBFlib::cbf )
Expand Down

0 comments on commit 87b8e32

Please sign in to comment.