Accepting request 438732 from home:badshah400:branches:devel:libraries:c_c++

- Add armadillo-install-pkgconfig.patch: Generate and install a
  pkgconfig file (PATCH-FEATURE-OPENSUSE for now, but in
  discussions with upstream to have this included).
- Add armadillo-tests.patch: Generate tests/Makefile by
  configuring tests/Makefile.in using cmake so that the tests can
  be run before actually installing the library. Then, use a
  make check section to test the built library
  (PATCH-FEATURE-OPENSUSE for now, but in discussions with
  upstream to have this included).

OBS-URL: https://build.opensuse.org/request/show/438732
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=196
This commit is contained in:
Ismail Dönmez
2016-11-05 08:45:31 +00:00
committed by Git OBS Bridge
parent dc77152d7f
commit 2c7c50b2c0
4 changed files with 180 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 29 10:05:40 UTC 2016 - badshah400@gmail.com
- Add armadillo-install-pkgconfig.patch: Generate and install a
pkgconfig file (PATCH-FEATURE-OPENSUSE for now, but in
discussions with upstream to have this included).
- Add armadillo-tests.patch: Generate tests/Makefile by
configuring tests/Makefile.in using cmake so that the tests can
be run before actually installing the library. Then, use a
make check section to test the built library
(PATCH-FEATURE-OPENSUSE for now, but in discussions with
upstream to have this included).
-------------------------------------------------------------------
Mon Oct 24 13:16:30 UTC 2016 - badshah400@gmail.com