mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
science/nwchem: Update 6.8.1-release-94 -> 6.8.1-release-144
They fixed the bug that external LDFLAGS weren't used.
This commit is contained in:
parent
fa50be6457
commit
df6f1de789
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481591
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nwchem
|
||||
DISTVERSION= 6.8.1-release-94
|
||||
DISTVERSIONSUFFIX= -g1a262862b
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 6.8.1-release-144
|
||||
DISTVERSIONSUFFIX= -gb1062ed2c
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -37,7 +36,6 @@ SUB_FILES= nwchemrc
|
||||
WRKSRC_SUBDIR= src
|
||||
|
||||
BINARY_ALIAS= gcc=${CC}
|
||||
MAKE_ARGS= LDFLAGS_FREEBSD="${LDFLAGS}"
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/atomscf/src.orig
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1535055945
|
||||
SHA256 (nwchemgit-nwchem-6.8.1-release-94-g1a262862b_GH0.tar.gz) = 5fed2b0941964e00112a192451a52423475fa0724e7e8268042143de72565885
|
||||
SIZE (nwchemgit-nwchem-6.8.1-release-94-g1a262862b_GH0.tar.gz) = 165051448
|
||||
TIMESTAMP = 1539024872
|
||||
SHA256 (nwchemgit-nwchem-6.8.1-release-144-gb1062ed2c_GH0.tar.gz) = 6f8534343e01d72adcc8bfce531fd8afa85ebddbdcac902df02e9d6ec1b7917e
|
||||
SIZE (nwchemgit-nwchem-6.8.1-release-144-gb1062ed2c_GH0.tar.gz) = 165110453
|
||||
|
@ -12,9 +12,3 @@
|
||||
GNU_GE_4_6 = $(shell [ $(GNUMAJOR) -gt 4 -o \( $(GNUMAJOR) -eq 4 -a $(GNUMINOR) -ge 6 \) ] && echo true)
|
||||
GNU_GE_4_8 = $(shell [ $(GNUMAJOR) -gt 4 -o \( $(GNUMAJOR) -eq 4 -a $(GNUMINOR) -ge 8 \) ] && echo true)
|
||||
endif
|
||||
@@ -2985,4 +2985,4 @@ endif
|
||||
|
||||
endif
|
||||
|
||||
-
|
||||
+LINK.f += $(LDFLAGS_FREEBSD) # ignores LDFLAGS: https://github.com/nwchemgit/nwchem/issues/64
|
||||
|
@ -621,6 +621,7 @@ etc/nwchemrc
|
||||
%%DATADIR%%/libraries/aug-pc-2
|
||||
%%DATADIR%%/libraries/aug-pc-3
|
||||
%%DATADIR%%/libraries/aug-pc-4
|
||||
%%DATADIR%%/libraries/aug-pc-infinity
|
||||
%%DATADIR%%/libraries/aug-pcj-0
|
||||
%%DATADIR%%/libraries/aug-pcj-0_2006
|
||||
%%DATADIR%%/libraries/aug-pcj-1
|
||||
|
Loading…
Reference in New Issue
Block a user