diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-09-03 15:01:58 +0200 |
| commit | 310623bb97f644b7a9a90c9e231574670edfa8f7 (patch) | |
| tree | 9f439cea2889439e9fe07672aca93c8f2bc5a10e /math/sundials | |
| parent | audio/mixxx: Unbreak all the options (diff) | |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'math/sundials')
| -rw-r--r-- | math/sundials/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sundials/Makefile b/math/sundials/Makefile index 94f9d2135dc4..25ec0a678494 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -60,7 +60,7 @@ PETSC_CMAKE_ON= -DPETSC_DIR=${LOCALBASE} \ PETSC_LIB_DEPENDS= libpetsc.so:science/PETSc PETSC_IMPLIES= MPI PETSC_PREVENTS= LAPACK # error: Incompatible sunindextype for LAPACK; disable LAPACK and rebuild -PERSC_BROKEN= ERROR: PETSc not functional due to index size mismatch: SUNDIALS_INDEX_SIZE=64, but PETSc was built with 32-bit indices +PETSC_BROKEN= ERROR: PETSc not functional due to index size mismatch: SUNDIALS_INDEX_SIZE=64, but PETSc was built with 32-bit indices PORTEXAMPLES= * |
