mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
science/gromacs: Use https for MASTER_SITES and GCC for build
- Switch MASTER_SITES to https
- Fails to build with LLVM 14-17, use GCC instead
Reference:
c3174cdd90/Formula/g/gromacs.rb
PR: 274435
Reviewed by: yuri (maintainer)
This commit is contained in:
parent
ab44c33968
commit
6c44e80aa1
@ -2,7 +2,7 @@ PORTNAME= gromacs
|
||||
DISTVERSION= 2023.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
|
||||
MASTER_SITES= https://ftp.gromacs.org/pub/gromacs/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # only for googletest
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -16,7 +16,9 @@ BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchan
|
||||
|
||||
BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs
|
||||
|
||||
USES= cmake compiler:c++17-lang gnome perl5 pkgconfig python:build shebangfix
|
||||
USES= cmake compiler:c++17-lang gnome pathfix perl5 pkgconfig \
|
||||
python:build shebangfix
|
||||
USE_GCC= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user