View | Details | Raw Unified | Return to bug 231648
Collapse All | Expand All

(-)science/libxc/Makefile (-8 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libxc
4
PORTNAME=	libxc
5
PORTVERSION=	3.0.0
5
DISTVERSION=	4.2.3
6
PORTREVISION=	5
7
CATEGORIES=	science
6
CATEGORIES=	science
8
MASTER_SITES=	http://www.tddft.org/programs/octopus/download/libxc/
7
MASTER_SITES=	http://www.tddft.org/programs/octopus/download/libxc/${DISTVERSION}/
9
8
10
MAINTAINER=	dieterich@ogolem.org
9
MAINTAINER=	dieterich@ogolem.org
11
COMMENT=	Library of exchange-correlation functionals for DFT
10
COMMENT=	Library of exchange-correlation functionals for DFT
Lines 15-27 Link Here
15
14
16
USES=		fortran gmake libtool perl5
15
USES=		fortran gmake libtool perl5
17
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--enable-shared
17
CONFIGURE_ARGS=	--enable-shared --disable-static
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
20
19
21
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
22
21
23
post-patch:
24
	@${REINPLACE_CMD} -e '/^pkgconfigdir =/s,libdir),prefix)/libdata,' \
25
		${WRKSRC}/build/Makefile.in
26
27
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)science/libxc/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (libxc-3.0.0.tar.gz) = 5542b99042c09b2925f2e3700d769cda4fb411b476d446c833ea28c6bfa8792a
1
TIMESTAMP = 1537749498
2
SIZE (libxc-3.0.0.tar.gz) = 8388775
2
SHA256 (libxc-4.2.3.tar.gz) = 02e49e9ba7d21d18df17e9e57eae861e6ce05e65e966e1e832475aa09e344256
3
SIZE (libxc-4.2.3.tar.gz) = 15601356
(-)science/libxc/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
Libxc is library of exchange-correlation functionals for density-functional
1
Libxc is library of exchange-correlation functionals for density-functional
2
theory.  The aim is to provide a portable, well tested and reliable set of
2
theory. The aim is to provide a portable, well tested and reliable set of
3
exchange and correlation functionals that can be used by all the ETSF codes
3
exchange and correlation functionals that can be used by all the ETSF codes
4
and also other codes.
4
and also other codes.
5
5
Lines 6-9 Link Here
6
In libxc you can find different types of functionals: LDA, GGA, hybrids,
6
In libxc you can find different types of functionals: LDA, GGA, hybrids,
7
and mGGA (experimental).
7
and mGGA (experimental).
8
8
9
WWW: http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
9
WWW: http://www.tddft.org/programs/libxc/
(-)science/libxc/pkg-plist (-11 / +10 lines)
Lines 1-23 Link Here
1
bin/xc-info
1
bin/xc-info
2
bin/xc-threshold
2
include/libxc_funcs_m.mod
3
include/libxc_funcs_m.mod
3
include/xc.h
4
include/xc.h
4
include/xc_config.h
5
include/xc_f03_lib_m.mod
5
include/xc_f03_lib_m.mod
6
include/xc_f90_lib_m.mod
6
include/xc_f90_lib_m.mod
7
include/xc_f90_types_m.mod
7
include/xc_f90_types_m.mod
8
include/xc_funcs.h
8
include/xc_funcs.h
9
include/xc_unconfig.h
9
include/xc_funcs_removed.h
10
include/xc_version.h
10
include/xc_version.h
11
lib/libxc.a
12
lib/libxc.so
11
lib/libxc.so
13
lib/libxc.so.4
12
lib/libxc.so.5
14
lib/libxc.so.4.0.0
13
lib/libxc.so.5.2.3
15
lib/libxcf03.a
16
lib/libxcf03.so
14
lib/libxcf03.so
17
lib/libxcf03.so.4
15
lib/libxcf03.so.5
18
lib/libxcf03.so.4.0.0
16
lib/libxcf03.so.5.2.3
19
lib/libxcf90.a
20
lib/libxcf90.so
17
lib/libxcf90.so
21
lib/libxcf90.so.4
18
lib/libxcf90.so.5
22
lib/libxcf90.so.4.0.0
19
lib/libxcf90.so.5.2.3
23
libdata/pkgconfig/libxc.pc
20
libdata/pkgconfig/libxc.pc
21
libdata/pkgconfig/libxcf03.pc
22
libdata/pkgconfig/libxcf90.pc

Return to bug 231648