diff options
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/liblfds.wrap | 8 | ||||
| -rw-r--r-- | subprojects/packagefiles/liblfds/meson.build | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/subprojects/liblfds.wrap b/subprojects/liblfds.wrap new file mode 100644 index 0000000..d91df59 --- /dev/null +++ b/subprojects/liblfds.wrap @@ -0,0 +1,8 @@ +[wrap-file] +directory = liblfds7.1.1 + +source_url = https://liblfds.org/downloads/liblfds%20release%207.1.1%20source.tar.bz2 +source_filename = liblfds%20release%207.1.1%20source.tar.bz2 +source_hash = 4cb93868e5830bc02214b90bb76bdce836c38007757eec96d56eb5d9a4b78c47 + +patch_directory = liblfds diff --git a/subprojects/packagefiles/liblfds/meson.build b/subprojects/packagefiles/liblfds/meson.build new file mode 100644 index 0000000..2428817 --- /dev/null +++ b/subprojects/packagefiles/liblfds/meson.build @@ -0,0 +1,11 @@ +project('liblfds', 'c', version: '7.1.1') + +liblfds_src = [ + 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_cleanup.c', + 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_dequeue.c', + 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_enqueue.c', + 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_init.c', + 'liblfds711/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_query.c', + 'liblfds711/src/lfds711_misc/lfds711_misc_internal_backoff_init.c' +] +liblfds = declare_dependency(sources: liblfds_src, include_directories: include_directories('./liblfds711/inc')) |