diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-02-17 15:48:41 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-02-17 15:48:41 -0500 |
commit | ca64a7a905b1a5fa5e74dd730591f0f7e0ff3929 (patch) | |
tree | add9788e742b641423a7576e70ee77b45d54072d /volk/volk.pc.in | |
parent | ff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef (diff) |
volk: Properly sets up package config script if Orc is not found for Volk.
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r-- | volk/volk.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in index b03dbdada5..85425ba647 100644 --- a/volk/volk.pc.in +++ b/volk/volk.pc.in @@ -10,6 +10,6 @@ Name: volk Description: VOLK.. Vector Optimized Library of Kernels Requires: Version: @VERSION@ -Libs: -lvolk -lvolk_runtime -lvolk_orc +Libs: -lvolk -lvolk_runtime @LV_ORC_PKGCONFIG@ Cflags: -I${includedir} ${LV_CXXFLAGS} |