FS#40628 - [intel-tbb] Add pkg-config file

Attached to Project: Arch Linux
Opened by Benjamin Chretien (bchretien) - Saturday, 31 May 2014, 23:20 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 01 June 2014, 13:21 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Currently, the intel-tbb package does not provide a pkg-config file ("/usr/lib/pkgconfig/tbb.pc"). This is something that is available with other Linux distributions (e.g. Debian/Ubuntu: https://packages.debian.org/sid/amd64/libtbb-dev/filelist, probably Fedora as well), and several projects use pkg-config to check for tbb, for instance with CMake:

> find_package(PkgConfig REQUIRED)
> pkg_check_modules(TBB tbb REQUIRED)

That would be great! Thanks!
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 01 June 2014, 13:21 GMT
Reason for closing:  Upstream
Additional comments about closing:  The source tarball doesn't provide a pkg-config file. Ask upstream to add one.
Comment by Doug Newgard (Scimmia) - Sunday, 01 June 2014, 05:53 GMT
Orphan, assigning to last packager.

Loading...