Skip to content

Commit

Permalink
fix tag to a newer HighFive version to avoid a breaking change that m…
Browse files Browse the repository at this point in the history
…ade read/write of eigen matrices fail
  • Loading branch information
jcoulter12 committed Dec 27, 2024
1 parent 29629d1 commit 30bbca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(HDF5_AVAIL)
ExternalProject_Add(highfive_dep
SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/highfive_src
GIT_REPOSITORY https://github.com/BlueBrain/HighFive.git
GIT_TAG v2.x
GIT_TAG v3.0.0-beta2
UPDATE_COMMAND ""
CMAKE_ARGS
-DCMAKE_BUILD_TYPE=Release
Expand Down
1 change: 1 addition & 0 deletions src/interaction/interaction_elph_parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ InteractionElPhWan parseNoHDF5(Context &context, Crystal &crystal,

std::tuple<int, int, int, Eigen::MatrixXd, Eigen::MatrixXd, std::vector<size_t>,
Eigen::VectorXd, Eigen::VectorXd> parseHeaderHDF5(Context &context) {

std::string fileName = context.getElphFileName();

int numElectrons, numSpin;
Expand Down

0 comments on commit 30bbca6

Please sign in to comment.