Skip to content

Commit

Permalink
Reinstate hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Dec 4, 2024
1 parent e399923 commit ab8657c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install dependencies
run: |
conda env update --file requirements.txt --name test
conda info
conda list
- name: Build
run: mkdir build && cd build && cmake .. && make
- name: Run test
- name: Run tests
run: ./build/tests/test_make_models
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" ON)

# #######################################################################
# External Dependencies
find_package(HDF5 REQUIRED)
find_package(gemmi CONFIG REQUIRED)

# #######################################################################
Expand Down
1 change: 1 addition & 0 deletions dx2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target_link_libraries(
PRIVATE
Eigen3::Eigen
nlohmann_json::nlohmann_json
hdf5::hdf5
gemmi::gemmi_cpp
)

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
gemmi
cmake
hdf5=1.12.2
hdf5-external-filter-plugins

0 comments on commit ab8657c

Please sign in to comment.