summarylogtreecommitdiffstats
path: root/test_optdepends.sh
AgeCommit message (Collapse)Author
2024-02-22enable compilation againMartin Diehl
- FFTW is not build with openMPI support anymore - warnings about missing CUDA cause PETSc tests to fail
2024-01-29fixed typoMartin Diehl
thanks to carlosal1015 for reporting
2024-01-28cleaning dependenciesMartin Diehl
- boost is not used by PETSc directly (only needed for third party packages) - mpy4py is strongly recommended for mpi4py - libyaml is available as a system package and used by PETSc - gsl is available as a system package and used by PETSc - netcdf is available as a system package and used by PETSc - libjpeg-turbo is available as a system package and used by PETSc - zfp is available as a system package and used by PETSc - HDF5 and netCDF have zlib support, PETSc requires that and hence, zlib. - bison is only used for building packages, not need for PETSc to find it - cmake is only used for building packages, not need for PETSc to find it - don't depend on trilinos but on trilinos-ml to enable building individual packages from trilinos - new optional dependencies: kokkos and zoltan
2023-12-24corrected dependenciesMartin Diehl
don't require packages from the AUR
2023-12-23HYPRE is also available as binary packageMartin Diehl
2023-12-21make packages available in main repos hard dependenciesMartin Diehl
2023-09-263.19.5Martin Diehl
2023-08-08newest HYPRE is not supported by PETSc 3.19.xMartin Diehl
2023-08-08option got new nameMartin Diehl
2023-01-26proper detection of scotchMartin Diehl
thanks to smp for reporting
2023-01-19support for superlu_DISTMartin Diehl
2022-12-28searching scotch in new locationMartin Diehl
2022-10-04cleaned upMartin Diehl
thanks to eDgar
2022-01-10valgrind is not a package anymoreMartin Diehl
2021-09-30Fortran bindings are disabled by defaultMartin Diehl
Arch HDF5 is build with Fortran bindings, enabling them always should cause no problems
2021-09-23optional support for valgrindMartin Diehl
2020-06-10optional support for TriangleMartin Diehl
2020-05-27several, unrelated changesMartin Diehl
- new version is out - use full path of compiler (allows to have other MPI compiler wrappers in path) - preparing support for Triangle (package needs some work)
2019-07-25HYPRE include directory has changedMartin Diehl
2019-02-10using trilinos/petsc if foundMartin Diehl
2018-09-04Fix hypre detectionLucas Heitzmann Gabrielli
2018-06-25Added min HYPRE versionLucas Heitzmann Gabrielli
2018-02-23ReviveLucas Heitzmann Gabrielli
2016-04-21Updated to 3.6.4myles
2015-12-08Updated to 3.6.3myles
2015-08-31Updated to 3.6.1myles
thanks to getzze