pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/libixion



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 28 21:04:38 UTC 2025

Modified Files:
        pkgsrc/math/libixion: Makefile Makefile.common distinfo
Added Files:
        pkgsrc/math/libixion/patches: patch-include_ixion_compute__engine.hpp

Log Message:
libixion: fix MASTER_SITES and add a missing include


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/libixion/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/libixion/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/libixion/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/math/libixion/patches/patch-include_ixion_compute__engine.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/libixion/Makefile
diff -u pkgsrc/math/libixion/Makefile:1.35 pkgsrc/math/libixion/Makefile:1.36
--- pkgsrc/math/libixion/Makefile:1.35  Sun Dec 29 15:09:54 2024
+++ pkgsrc/math/libixion/Makefile       Mon Apr 28 21:04:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/12/29 15:09:54 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/04/28 21:04:38 tnn Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --disable-python

Index: pkgsrc/math/libixion/Makefile.common
diff -u pkgsrc/math/libixion/Makefile.common:1.8 pkgsrc/math/libixion/Makefile.common:1.9
--- pkgsrc/math/libixion/Makefile.common:1.8    Sat Feb 10 00:43:50 2024
+++ pkgsrc/math/libixion/Makefile.common        Mon Apr 28 21:04:38 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.8 2024/02/10 00:43:50 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.9 2025/04/28 21:04:38 tnn Exp $
 #
 # used by math/libixion/Makefile
 # used by math/py-libixion/Makefile
 
 DISTNAME=      libixion-0.19.0
 CATEGORIES=    math devel
-MASTER_SITES=  http://kohei.us/files/ixion/src/
+MASTER_SITES=  https://gitlab.com/api/v4/projects/ixion%2Fixion/packages/generic/source/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/math/libixion/distinfo
diff -u pkgsrc/math/libixion/distinfo:1.13 pkgsrc/math/libixion/distinfo:1.14
--- pkgsrc/math/libixion/distinfo:1.13  Sat Feb 10 00:43:50 2024
+++ pkgsrc/math/libixion/distinfo       Mon Apr 28 21:04:38 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2024/02/10 00:43:50 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2025/04/28 21:04:38 tnn Exp $
 
 BLAKE2s (libixion-0.19.0.tar.xz) = e12f3af6943c8aac55401dc4d336cf17b83293c2e2fbb49856a2811ea6ebb905
 SHA512 (libixion-0.19.0.tar.xz) = f06edbcf5ae7459a46e01273952ce6fbc4e8f2b7782c7e07645dc30e102f20f542e449acafc26484765207b10656e0b350f4108cbf1e03947ee7267254cf6f97
 Size (libixion-0.19.0.tar.xz) = 536540 bytes
 SHA1 (patch-configure.ac) = f5a27ed314e69ecf1ed94d400abd2262a0fce7be
+SHA1 (patch-include_ixion_compute__engine.hpp) = 48384df00576632498c8fabda929a71e44b437d3
 SHA1 (patch-src_python_Makefile.am) = c4811646fbe288f85070994234502f20d4cafc56

Added files:

Index: pkgsrc/math/libixion/patches/patch-include_ixion_compute__engine.hpp
diff -u /dev/null pkgsrc/math/libixion/patches/patch-include_ixion_compute__engine.hpp:1.1
--- /dev/null   Mon Apr 28 21:04:38 2025
+++ pkgsrc/math/libixion/patches/patch-include_ixion_compute__engine.hpp        Mon Apr 28 21:04:38 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_ixion_compute__engine.hpp,v 1.1 2025/04/28 21:04:38 tnn Exp $
+
+Add a missing <cstdint> include: https://gitlab.com/ixion/ixion/-/commit/cb662d675aaa419972d39c5606713919e3e1d6f9
+
+--- include/ixion/compute_engine.hpp.orig      2025-04-28 21:01:15.683708584 +0000
++++ include/ixion/compute_engine.hpp
+@@ -13,6 +13,7 @@
+ 
+ #include <memory>
+ #include <string>
++#include <cstdint>
+ 
+ namespace ixion { namespace draft {
+ 



Home | Main Index | Thread Index | Old Index