Skip to content
Open
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
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ message(STATUS "The MPI_Fortran_INCLUDE_PATH is ${MPI_Fortran_INCLUDE_PATH}")
include(${PROJECT_SOURCE_DIR}/cmake/DetectDependencies.cmake)

# Libraries that libneo depends on
add_subdirectory(src/contrib)
add_subdirectory(extra/MyMPILib)
add_subdirectory(src/hdf5_tools)
add_subdirectory(src/polylag)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ Interface to hdf5, to simplify calls.

### MC

### contrib

### MyMPILib
Interface to MPI, so no actual mpi routines need to be called in
programs.
Expand Down
11 changes: 0 additions & 11 deletions src/contrib/CMakeLists.txt

This file was deleted.

52 changes: 0 additions & 52 deletions src/contrib/LICENSE.minpack

This file was deleted.

Loading
Loading