Skip to content

Commit

Permalink
Updates dependencies and code (#343)
Browse files Browse the repository at this point in the history
- Updates dependencies to latest versions (libsonata to 1.11.0, MVDTool to 2.4.4, MorphIO to 3.3.3, HighFive to 2.3.1)
- Updates HighFive converters of vectors of glm::vec types to latest API
- Updates compartmentReportHDF5Legacy (old .h5) reader to use the correct types when reading strings from disk
- Removes morphologyConverter
  • Loading branch information
NadirRoGue committed Mar 11, 2022
1 parent 6195d83 commit 5c19993
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 411 deletions.
10 changes: 0 additions & 10 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ install(TARGETS spikeConverter
RUNTIME DESTINATION bin
)

add_executable(morphologyConverter morphologyConverter.cpp)
target_link_libraries(morphologyConverter PRIVATE Brion)
target_link_libraries(morphologyConverter PRIVATE HighFive)
target_link_libraries(morphologyConverter PRIVATE ${Boost_PROGRAM_OPTIONS_LIBRARY})

install(TARGETS morphologyConverter
EXPORT morphologyConverter-targets
RUNTIME DESTINATION bin
)

add_executable(compartmentConverter compartmentConverter.cpp)
target_link_libraries(compartmentConverter PRIVATE Brion)
target_link_libraries(compartmentConverter PRIVATE ${Boost_SYSTEM_LIBRARIES})
Expand Down
211 changes: 0 additions & 211 deletions apps/morphologyConverter.cpp

This file was deleted.

1 change: 0 additions & 1 deletion brion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ set(BRION_HEADERS
detail/mesh.h
detail/meshBinary.h
detail/meshHDF5.h
detail/morphologyHDF5.h
detail/skipWhiteSpace.h
detail/utils.h
detail/utilsHDF5.h
Expand Down
48 changes: 0 additions & 48 deletions brion/detail/morphologyHDF5.h

This file was deleted.

0 comments on commit 5c19993

Please sign in to comment.