pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-nloptr
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 24 14:53:16 UTC 2024
Modified Files:
pkgsrc/math/R-nloptr: distinfo
Added Files:
pkgsrc/math/R-nloptr/patches: patch-src_test-C-API.cpp
Log Message:
R-nloptr: Requires cmath.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-nloptr/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-nloptr/patches/patch-src_test-C-API.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-nloptr/distinfo
diff -u pkgsrc/math/R-nloptr/distinfo:1.7 pkgsrc/math/R-nloptr/distinfo:1.8
--- pkgsrc/math/R-nloptr/distinfo:1.7 Fri Aug 11 08:41:09 2023
+++ pkgsrc/math/R-nloptr/distinfo Mon Jun 24 14:53:16 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2023/08/11 08:41:09 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/06/24 14:53:16 jperkin Exp $
BLAKE2s (R/nloptr_2.0.3.tar.gz) = fe92ef7297289695918b121ae1cd1b916c68119516c4ecde393038a8bc58d579
SHA512 (R/nloptr_2.0.3.tar.gz) = 08f8a6b7ddc20f7b75c567ee7e55abd47228c4fc8db254080dc7f4010311a92ad4c75ca9b593adbb4183308e4142fdc9ab80aed1b7fe5da3b7450a19624b98e6
Size (R/nloptr_2.0.3.tar.gz) = 2219877 bytes
SHA1 (patch-configure) = 4cae010fd9245d667bf8c4be45f9dd65303ac9c9
+SHA1 (patch-src_test-C-API.cpp) = c103296303bea8810d7d5f81cf09d91b14841776
Added files:
Index: pkgsrc/math/R-nloptr/patches/patch-src_test-C-API.cpp
diff -u /dev/null pkgsrc/math/R-nloptr/patches/patch-src_test-C-API.cpp:1.1
--- /dev/null Mon Jun 24 14:53:17 2024
+++ pkgsrc/math/R-nloptr/patches/patch-src_test-C-API.cpp Mon Jun 24 14:53:16 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_test-C-API.cpp,v 1.1 2024/06/24 14:53:16 jperkin Exp $
+
+Requires cmath.
+
+--- src/test-C-API.cpp.orig 2024-06-24 14:51:06.244855568 +0000
++++ src/test-C-API.cpp
+@@ -9,6 +9,7 @@
+
+ // All test files should include the <testthat.h>
+ // header file.
++#include <cmath>
+ #include <testthat.h>
+ #include "test-C-API.h"
+ #include <nlopt.h>
Home |
Main Index |
Thread Index |
Old Index