git: e7aba4f09481 - main - games/naev: chase CHOLMOD 5.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 15:41:31 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7aba4f094816a81befa6d308dda562571508b3c
commit e7aba4f094816a81befa6d308dda562571508b3c
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-11-05 15:37:26 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-11-05 15:40:38 +0000
games/naev: chase CHOLMOD 5.0.1
The previous patch is no more necessary (no need to bump PORTREVISION).
---
games/naev/files/patch-src_safelanes.c | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/games/naev/files/patch-src_safelanes.c b/games/naev/files/patch-src_safelanes.c
deleted file mode 100644
index 51acc9c865ec..000000000000
--- a/games/naev/files/patch-src_safelanes.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/safelanes.c.orig 2023-07-09 05:08:54 UTC
-+++ src/safelanes.c
-@@ -10,6 +10,12 @@
- /** @cond */
- #include <math.h>
-
-+#if HAVE_SUITESPARSE_CHOLMOD_H
-+#include <suitesparse/cholmod.h>
-+#else /* HAVE_SUITESPARSE_CHOLMOD_H */
-+#include <cholmod.h>
-+#endif /* HAVE_SUITESPARSE_CHOLMOD_H */
-+
- #if HAVE_OPENBLAS_CBLAS_H
- # include <openblas/cblas.h>
- #elif HAVE_CBLAS_OPENBLAS_H
-@@ -24,12 +30,6 @@
- # include <f77blas.h>
- # define I_LOVE_FORTRAN 1
- #endif
--
--#if HAVE_SUITESPARSE_CHOLMOD_H
--#include <suitesparse/cholmod.h>
--#else /* HAVE_SUITESPARSE_CHOLMOD_H */
--#include <cholmod.h>
--#endif /* HAVE_SUITESPARSE_CHOLMOD_H */
-
- #include "naev.h"
- /** @endcond */