From: Ryszard Knop <ryszard.knop@intel.com>
To: Development mailing list for IGT GPU Tools
<igt-dev@lists.freedesktop.org>
Subject: [igt-dev] [PATCH i-g-t 1/3] lib/uwildmat: Move to a dedicated vendored library directory
Date: Tue, 9 Aug 2022 14:17:59 +0200 [thread overview]
Message-ID: <20220809121801.1044402-2-ryszard.knop@intel.com> (raw)
In-Reply-To: <20220809121801.1044402-1-ryszard.knop@intel.com>
This directory is in the igt tree for convenience. It's not immediately
clear that this is a vendored library, so move it into vendor/ and make
Meson add that directory for easy includes etc.
Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
---
lib/meson.build | 6 +++++-
lib/{ => vendor}/uwildmat/uwildmat.c | 0
lib/{ => vendor}/uwildmat/uwildmat.h | 0
3 files changed, 5 insertions(+), 1 deletion(-)
rename lib/{ => vendor}/uwildmat/uwildmat.c (100%)
rename lib/{ => vendor}/uwildmat/uwildmat.h (100%)
diff --git a/lib/meson.build b/lib/meson.build
index 98c2803b..96fe46d9 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -78,7 +78,6 @@ lib_sources = [
'igt_pm.c',
'igt_dummyload.c',
'igt_store.c',
- 'uwildmat/uwildmat.c',
'igt_kmod.c',
'igt_panfrost.c',
'igt_v3d.c',
@@ -90,6 +89,9 @@ lib_sources = [
'igt_infoframe.c',
'veboxcopy_gen12.c',
'igt_msm.c',
+
+ # Vendored libraries:
+ 'vendor/uwildmat/uwildmat.c',
]
lib_deps = [
@@ -109,6 +111,8 @@ lib_deps = [
zlib
]
+inc = [ inc, include_directories('vendor') ]
+
if libdrm_intel.found()
lib_deps += libdrm_intel
else
diff --git a/lib/uwildmat/uwildmat.c b/lib/vendor/uwildmat/uwildmat.c
similarity index 100%
rename from lib/uwildmat/uwildmat.c
rename to lib/vendor/uwildmat/uwildmat.c
diff --git a/lib/uwildmat/uwildmat.h b/lib/vendor/uwildmat/uwildmat.h
similarity index 100%
rename from lib/uwildmat/uwildmat.h
rename to lib/vendor/uwildmat/uwildmat.h
--
2.37.1
next prev parent reply other threads:[~2022-08-09 12:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-09 12:17 [igt-dev] [PATCH i-g-t 0/3] Switch the FFT library from GSL to meow_fft Ryszard Knop
2022-08-09 12:17 ` Ryszard Knop [this message]
2022-08-09 12:18 ` [igt-dev] [PATCH i-g-t 2/3] lib/vendor: Add the meow_fft library Ryszard Knop
2022-08-09 12:18 ` [igt-dev] [PATCH i-g-t 3/3] lib/igt_audio: Replace GSL FFT usage with meow_fft Ryszard Knop
2022-08-09 13:17 ` [igt-dev] ✓ Fi.CI.BAT: success for Switch the FFT library from GSL to meow_fft Patchwork
2022-08-09 17:01 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2024-08-22 19:46 ` ✗ Fi.CI.BUILD: failure for Switch the FFT library from GSL to meow_fft (rev2) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220809121801.1044402-2-ryszard.knop@intel.com \
--to=ryszard.knop@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox