Skip to content

Commit

Permalink
science/gromacs: Use https for MASTER_SITES and GCC for build
Browse files Browse the repository at this point in the history
- Switch MASTER_SITES to https
- Fails to build with LLVM 14-17, use GCC instead

Reference:
https://github.com/Homebrew/homebrew-core/blob/c3174cdd90e026ce95010b725aa0a2f312d41bcd/Formula/g/gromacs.rb

PR:		274435
Reviewed by:	yuri (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 14, 2023
1 parent ab44c33 commit 6c44e80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions science/gromacs/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6c44e80

Please sign in to comment.