pkgsrc-WIP-changes archive

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

libxc: update to 6.2.2



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Thu Nov 9 13:55:14 2023 +0100
Changeset:	5638392ddd3b2b5830d69d8288a590d86efd49b3

Modified Files:
	libxc/Makefile
	libxc/PLIST
	libxc/buildlink3.mk
	libxc/distinfo

Log Message:
libxc: update to 6.2.2

There is a lot of release history between the old 1.x and 6.x, please see
the project website.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5638392ddd3b2b5830d69d8288a590d86efd49b3

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

diffstat:
 libxc/Makefile      | 18 +++++++++---------
 libxc/PLIST         | 15 +++++++++++----
 libxc/buildlink3.mk |  2 +-
 libxc/distinfo      |  5 +++--
 4 files changed, 24 insertions(+), 16 deletions(-)

diffs:
diff --git a/libxc/Makefile b/libxc/Makefile
index 97dc932653..17fef9494f 100644
--- a/libxc/Makefile
+++ b/libxc/Makefile
@@ -1,24 +1,24 @@
 # $NetBSD: Makefile,v 1.5 2012/10/03 09:10:41 asau Exp $
 #
 
-DISTNAME=	libxc-1.2.0
+DISTNAME=	libxc-6.2.2
 CATEGORIES=	math
-MASTER_SITES=	http://www.tddft.org/programs/octopus/down.php?file=libxc/
+
+MASTER_SITES=	http://www.tddft.org/programs/libxc/down.php?file=${PKGVERSION}/
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
+HOMEPAGE=	https://www.tddft.org/programs/libxc/
 COMMENT=	Libxc is the ETSF library of exchange-correlation functionals
 LICENSE=	gnu-lgpl-v3
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake pkg-config perl
+USE_TOOLS+=	gmake pkg-config
 USE_LANGUAGES=	c fortran
 
-
-REPLACE_PERL+=	src/get_funcs.pl
-
-
-PKGCONFIG_OVERRIDE+=	build/libxc.pc.in
+PKGCONFIG_OVERRIDE+= \
+	build/libxc.pc.in \
+	lib/pkgconfig/libxcf03.pc \
+	lib/pkgconfig/libxcf90.pc
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/libxc/PLIST b/libxc/PLIST
index d3309de21f..31a7a2eb96 100644
--- a/libxc/PLIST
+++ b/libxc/PLIST
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2012/09/16 08:56:35 jihbed Exp $
-include/libxc_funcs_m.mod
+@comment $NetBSD$
+bin/xc-info
+include/libxc.bib
 include/xc.h
-include/xc_config.h
+include/xc_f03_lib_m.mod
 include/xc_f90_lib_m.mod
-include/xc_f90_types_m.mod
 include/xc_funcs.h
+include/xc_funcs_removed.h
+include/xc_funcs_worker.h
+include/xc_version.h
 lib/libxc.la
+lib/libxcf03.la
+lib/libxcf90.la
 lib/pkgconfig/libxc.pc
+lib/pkgconfig/libxcf03.pc
+lib/pkgconfig/libxcf90.pc
diff --git a/libxc/buildlink3.mk b/libxc/buildlink3.mk
index 74e99b2306..99aa6cb3a7 100644
--- a/libxc/buildlink3.mk
+++ b/libxc/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	libxc
 .if !defined(LIBXC_BUILDLINK3_MK)
 LIBXC_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxc+=	libxc>=1.0
+BUILDLINK_API_DEPENDS.libxc+=	libxc>=6.2.2
 BUILDLINK_PKGSRCDIR.libxc?=	../../wip/libxc
 .endif	# LIBXC_BUILDLINK3_MK
 
diff --git a/libxc/distinfo b/libxc/distinfo
index 3621d8a360..3852fd0a68 100644
--- a/libxc/distinfo
+++ b/libxc/distinfo
@@ -1,4 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2009/12/05 21:06:58 jihbed Exp $
 
-RMD160 (libxc-1.0-alpha.tar.gz) = c1f8eb81f6c5fe4a2863312f3c60da0d0a04d32e
-Size (libxc-1.0-alpha.tar.gz) = 255041 bytes
+BLAKE2s (libxc-6.2.2.tar.gz) = d24430f514120c9c770d686f28991bbeda8f54256f73ac281e623931007f08e7
+SHA512 (libxc-6.2.2.tar.gz) = 20a87d9ce0c947ba99a67551c84e3233bbf27f0b342fd18a029fcb51b5007426b5b080874fddb25b710f263e465b126b4048f0c606fde108cf4d1397f39493c5
+Size (libxc-6.2.2.tar.gz) = 64297852 bytes


Home | Main Index | Thread Index | Old Index