14 Commits

Author SHA256 Message Date
3d3830ae22 Accepting request 1292530 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1292530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=7
2025-07-14 08:54:51 +00:00
85d235800c Accepting request 1276280 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1276280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=6
2025-05-09 16:52:19 +00:00
766312f10b Update to version 2.14.1.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=12
2025-05-09 13:37:45 +00:00
dca2d10627 Accepting request 1244763 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1244763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=5
2025-02-10 16:31:18 +00:00
f7ee698195 * Update to version 2.14.0.
* Drop upstreamed or otherwise no longer required patches: NumCpp-disable-pytest.patch NumCpp-add-tests.patch
* Add NumCpp-pytest-link-python.patch: Fix linking to python when building for openSUSE [gh#dpilger26/NumCpp#222].

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=10
2025-02-10 13:45:26 +00:00
3ebaafec9d Accepting request 1238691 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1238691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=4
2025-01-19 20:49:05 +00:00
b93bd49076 * Update to version 2.13.0.
* Update NumCpp-disable-pytest.patch: In addition to disabling pytest tests (not yet resolved), uncomment to enable gtest based tests [gh#dpilger26/NumCpp#222].
* Add NumCpp-add-tests.patch: Add `multitest` and `cppcheck` tests to ctest to make testing during %check easy.
* Restore ninja for build, does not affect issues related to python linking errors during tests (disabled by NumCpp-disable-pytest.patch).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=8
2025-01-18 14:46:47 +00:00
b0d66155ff Accepting request 1231631 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1231631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=3
2024-12-17 18:24:15 +00:00
cd5408fa0f Accepting request 1231357 from home:badshah400:branches:devel:libraries:c_c++
Add NumCpp-disable-pytest.patch: Temporarily disable pytests that are incorrectly configured for pybind11; fixes build failures.

OBS-URL: https://build.opensuse.org/request/show/1231357
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=6
2024-12-17 07:15:01 +00:00
9ffcb37dc0 Accepting request 1120264 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1120264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=2
2023-10-25 16:04:51 +00:00
9d5b5a5824 Accepting request 1119121 from home:badshah400:branches:devel:libraries:c_c++
Update to version 2.12.1

OBS-URL: https://build.opensuse.org/request/show/1119121
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=4
2023-10-25 12:35:56 +00:00
ea159d9fde Accepting request 1116501 from devel:libraries:c_c++
A templatized header-only C++ implementation of the Python NumPy library

OBS-URL: https://build.opensuse.org/request/show/1116501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/NumCpp?expand=0&rev=1
2023-10-10 19:00:07 +00:00
a561d72b11 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=2 2023-10-09 15:30:21 +00:00
53318a2e53 Accepting request 1116334 from home:badshah400:Staging
A C++ implementation of the Python Numpy library

OBS-URL: https://build.opensuse.org/request/show/1116334
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/NumCpp?expand=0&rev=1
2023-10-09 03:19:51 +00:00
5 changed files with 0 additions and 55 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:930c8c433c4cd4322ea4a3f42b06453e5c1586a4210aeff603eaae180b228457
size 3716401

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7d3a11d12f3209c95c098d0566e6aee072cfc493f1e9376796c91520958686f
size 3736207

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a535939304f1dccef4ddfc1d46e6202da658a41f1ef83de6485301268d2dc26d
size 3739856

View File

@@ -1,27 +0,0 @@
---
test/cppcheck/CMakeLists.txt | 3 +++
test/multiple/CMakeLists.txt | 3 +++
2 files changed, 6 insertions(+)
Index: NumCpp-Version_2.13.0/test/multiple/CMakeLists.txt
===================================================================
--- NumCpp-Version_2.13.0.orig/test/multiple/CMakeLists.txt
+++ NumCpp-Version_2.13.0/test/multiple/CMakeLists.txt
@@ -18,3 +18,6 @@ target_include_directories(${TARGET_NAME
target_link_libraries(${TARGET_NAME} PRIVATE
${ALL_INTERFACE_TARGET}
)
+
+add_test(NAME ${TARGET_NAME}
+ COMMAND ${TARGET_NAME})
Index: NumCpp-Version_2.13.0/test/cppcheck/CMakeLists.txt
===================================================================
--- NumCpp-Version_2.13.0.orig/test/cppcheck/CMakeLists.txt
+++ NumCpp-Version_2.13.0/test/cppcheck/CMakeLists.txt
@@ -11,3 +11,6 @@ target_include_directories(${TARGET_NAME
target_link_libraries(${TARGET_NAME} PRIVATE
${ALL_INTERFACE_TARGET}
)
+
+add_test(NAME ${TARGET_NAME}
+ COMMAND ${TARGET_NAME})

View File

@@ -1,19 +0,0 @@
---
test/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: NumCpp-Version_2.13.0/test/CMakeLists.txt
===================================================================
--- NumCpp-Version_2.13.0.orig/test/CMakeLists.txt
+++ NumCpp-Version_2.13.0/test/CMakeLists.txt
@@ -1,7 +1,7 @@
if(BUILD_TESTS)
message(STATUS "Configuring Unit Tests")
- # add_subdirectory(gtest)
- add_subdirectory(pytest)
+ add_subdirectory(gtest)
+ # add_subdirectory(pytest)
endif()
if(BUILD_MULTIPLE_TEST)