forked from pool/metslib
- Backport from Fedora patches
+ Add metslib-0.5.3-noarch.patch
remove libdir references from pkgconfig file
+ Add metslib-0.5.3-boost.patch
Use boost for random functions
- Remove -O3 from configure instead of configure.ac
- Fix Copyright year.
- Initial release (version 0.5.3)
OBS-URL: https://build.opensuse.org/request/show/635484
OBS-URL: https://build.opensuse.org/package/show/science/metslib?expand=0&rev=1
15 lines
604 B
Diff
15 lines
604 B
Diff
diff -up ./metslib.pc.in.noarch ./metslib.pc.in
|
|
--- ./metslib.pc.in.noarch 2013-08-10 11:03:19.804295046 -0400
|
|
+++ ./metslib.pc.in 2013-08-10 11:03:33.005806016 -0400
|
|
@@ -1,9 +1,8 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
-libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: METS tabu search generic library.
|
|
Description: METS Tabu Search Metaheuristic C++ generic library.
|
|
Version: @VERSION@
|
|
-Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@ -I${libdir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@/include
|
|
+Cflags: -I${includedir}/@GENERIC_LIBRARY_NAME@-@GENERIC_API_VERSION@
|