mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
science/nwchem: Use proper tarball
The Previous tarball was GitHub's standard tarball and didn't contain some preprocessing done in the release which made NWChem broken.
This commit is contained in:
parent
81e46da6c9
commit
c8ae25c264
2 changed files with 12 additions and 11 deletions
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= nwchem
|
||||
DISTVERSIONPREFIX= v
|
||||
#DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 7.2.3
|
||||
DISTVERSIONSUFFIX= -release
|
||||
DISTVERSIONSUFFIX= -release.revision-d690e065-src.2024-08-27
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://github.com/nwchemgit/nwchem/releases/download/${DISTVERSIONFULL}/ \
|
||||
MASTER_SITES= https://github.com/nwchemgit/nwchem/releases/download/v${DISTVERSION}-release/ \
|
||||
https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/:dft3 \
|
||||
https://gitlab.com/libxc/libxc/-/archive/${LIBXC_VERSION}/:libxc
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}-${DISTVERSIONSUFFIX}.revision-d690e065-src.2024-08-27${EXTRACT_SUFX} \
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} \
|
||||
dftd3.tgz:dft3 \
|
||||
libxc-${LIBXC_VERSION}.tar.gz:libxc
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
@ -33,8 +34,10 @@ TEST_DEPENDS= bash:shells/bash
|
|||
USES= cmake:indirect fortran gettext-runtime gmake perl5 pkgconfig
|
||||
USE_PERL5= build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nwchemgit
|
||||
#USE_GITHUB= yes
|
||||
#GH_ACCOUNT= nwchemgit
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAKEFILE= GNUmakefile
|
||||
ARCH_64BIT= ${ARCH:C/.*64.*/64/:S/${ARCH}//}
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
TIMESTAMP = 1725047937
|
||||
SHA256 (nwchem-7.2.3/nwchem-7.2.3--release.revision-d690e065-src.2024-08-27.tar.gz) = fec76fbe650cdab8b00c8c1d7a5671554313e04a8e9e2fb300a7aad486910e6f
|
||||
SIZE (nwchem-7.2.3/nwchem-7.2.3--release.revision-d690e065-src.2024-08-27.tar.gz) = 213226695
|
||||
TIMESTAMP = 1725406261
|
||||
SHA256 (nwchem-7.2.3/nwchem-7.2.3-release.revision-d690e065-src.2024-08-27.tar.gz) = a0f76f12ae2f634d33e76409cd389787e6c458cc2cf05ed453538de2d47a23a5
|
||||
SIZE (nwchem-7.2.3/nwchem-7.2.3-release.revision-d690e065-src.2024-08-27.tar.gz) = 234392394
|
||||
SHA256 (nwchem-7.2.3/dftd3.tgz) = d97cf9758f61aa81fd85425448fbf4a6e8ce07c12e9236739831a3af32880f59
|
||||
SIZE (nwchem-7.2.3/dftd3.tgz) = 555804
|
||||
SHA256 (nwchem-7.2.3/libxc-6.1.0.tar.gz) = 9baf23501dca21b05fa22d8e2ffeb56f294abe19ba12584cb3f9b421ae719c5f
|
||||
SIZE (nwchem-7.2.3/libxc-6.1.0.tar.gz) = 64588321
|
||||
SHA256 (nwchem-7.2.3/nwchemgit-nwchem-v7.2.3-release_GH0.tar.gz) = fec76fbe650cdab8b00c8c1d7a5671554313e04a8e9e2fb300a7aad486910e6f
|
||||
SIZE (nwchem-7.2.3/nwchemgit-nwchem-v7.2.3-release_GH0.tar.gz) = 213226695
|
||||
|
|
Loading…
Add table
Reference in a new issue