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

(-)b/science/gromacs/Makefile (-2 / +4 lines)
Lines 2-8 PORTNAME= gromacs Link Here
2
DISTVERSION=	2023.2
2
DISTVERSION=	2023.2
3
PORTREVISION=	1
3
PORTREVISION=	1
4
CATEGORIES=	science
4
CATEGORIES=	science
5
MASTER_SITES=	ftp://ftp.gromacs.org/pub/gromacs/
5
MASTER_SITES=	https://ftp.gromacs.org/pub/gromacs/
6
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} # only for googletest
6
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} # only for googletest
7
7
8
MAINTAINER=	yuri@FreeBSD.org
8
MAINTAINER=	yuri@FreeBSD.org
Lines 16-22 BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchan Link Here
16
16
17
BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
17
BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
18
18
19
USES=		cmake compiler:c++17-lang gnome perl5 pkgconfig python:build shebangfix
19
USES=		cmake compiler:c++17-lang gnome pathfix perl5 pkgconfig \
20
		python:build shebangfix
21
USE_GCC=	yes
20
USE_GNOME=	libxml2
22
USE_GNOME=	libxml2
21
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
22
24

Return to bug 274435