Skip to content
Snippets Groups Projects
Commit 313ccba1 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest modules

parent 16c9a97e
No related branches found
No related tags found
No related merge requests found
Pipeline #839 failed
......@@ -40,14 +40,14 @@ if(ENABLE_GPU)
find_package(CUDA)
endif()
find_package(Boost 1.52.0 REQUIRED unit_test_framework iostreams program_options)
find_package(MPI REQUIRED)
find_package(Boost 1.52.0 unit_test_framework iostreams program_options)
find_package(MPI)
find_package(PETSc)
find_package(HDF5 REQUIRED)
find_package(HDF5)
find_package(Eigen3)
find_package(LibHilbert REQUIRED)
find_package(Metis REQUIRED)
find_package(ParMetis REQUIRED)
find_package(LibHilbert)
find_package(Metis)
find_package(ParMetis)
find_package(TinyObjLoader )
find_package(BLAS)
find_package(LAPACK)
......
openfpm_data @ e2198739
Subproject commit 534cb9922e9117a01e65353d336beab103c8d019
Subproject commit e21987398a248552a20ee803a529dc25513ea21f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment