mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/fastText: add patches for gcc13 and pep517
Closes: https://bugs.gentoo.org/905908 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
13
dev-libs/fastText/files/fastText-0.9.2-gcc13.patch
Normal file
13
dev-libs/fastText/files/fastText-0.9.2-gcc13.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
https://bugs.gentoo.org/905908
|
||||
https://github.com/facebookresearch/fastText/commit/6c2204ba66776b700095ff73e3e599a908ffd9c3
|
||||
|
||||
--- a/src/args.cc
|
||||
+++ b/src/args.cc
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "args.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
+#include <cstdint>
|
||||
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
9
dev-libs/fastText/files/fastText-0.9.2-pep517.patch
Normal file
9
dev-libs/fastText/files/fastText-0.9.2-pep517.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
Fix SetuptoolsDeprecationWarning: Invalid dash-separated options
|
||||
https://github.com/facebookresearch/fastText/pull/1316
|
||||
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,2 +1,2 @@
|
||||
[metadata]
|
||||
-description-file = README.md
|
||||
+description_file = README.md
|
||||
Reference in New Issue
Block a user