- switch to cmake + ninja * the former builds a proper lib - package the shared library, fasttext binary and -devel properly (create new %package's for those) - add patches to fit our needs: * no-static-lib.patch * proper-lib-dir.patch * py-link-against-shared.patch OBS-URL: https://build.opensuse.org/request/show/1206651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasttext?expand=0&rev=11
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 10 05:20:36 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
|
|
|
- switch to cmake + ninja
|
|
* the former builds a proper lib
|
|
- package the shared library, fasttext binary and -devel properly
|
|
(create new %package's for those)
|
|
- add patches to fit our needs:
|
|
* no-static-lib.patch
|
|
* proper-lib-dir.patch
|
|
* py-link-against-shared.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:24:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 6 12:30:34 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add gcc13-fix.patch that fixes upstream issue:
|
|
https://github.com/facebookresearch/fastText/issues/1281
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 1 09:51:33 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add reproducible.patch to not depend on build machine CPU (boo#1100677)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 18:16:16 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for fasttext 0.9.2.
|