Update to 2.1.4
This commit is contained in:
parent
fd0c4e8091
commit
443f1d04cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86209
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mpqc
|
||||
PORTVERSION= 2.1.3
|
||||
PORTVERSION= 2.1.4
|
||||
CATEGORIES= science parallel
|
||||
MASTER_SITES= http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/
|
||||
DISTFILES= mpqc-${PORTVERSION}.tar.gz mpqc-val-2.1.0.tar.gz
|
||||
@ -17,11 +17,13 @@ DISTFILES+= mpqc-man-${PORTVERSION}.tar.gz mpqc-html-${PORTVERSION}.tar.gz
|
||||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= The massively parallel quantum computing library and program
|
||||
|
||||
RUN_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257
|
||||
LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
|
||||
atlas:${PORTSDIR}/math/atlas
|
||||
|
||||
USE_BISON= yes
|
||||
USE_AUTOCONF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
#USE_AUTOCONF_VER= 253 # 257 is required
|
||||
CONFIGURE_ARGS= --with-cc=${CC} \
|
||||
--with-cxx=${CXX} \
|
||||
--with-f77=${FC} \
|
||||
@ -51,21 +53,26 @@ CXXFLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387
|
||||
|
||||
pre-configure:
|
||||
@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
|
||||
@cd ${WRKSRC} ; ${LOCALBASE}/bin/autoconf257
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} ; ${GMAKE} install
|
||||
@cd ${WRKSRC} ; ${GMAKE} install_devel
|
||||
@cd ${WRKDIR}/${PORTNAME}-man-${PORTVERSION}/man3/ ; ${TAR} -chf - . | \
|
||||
${TAR} -xf - -C ${PREFIX}/man/man3/
|
||||
@cd ${WRKDIR}/${PORTNAME}-man-${PORTVERSION}/man3/ ; \
|
||||
${INSTALL_MAN} * ${PREFIX}/man/man3
|
||||
@${MKDIR} ${PREFIX}/share/mpqc/ref
|
||||
@cd ${WRKDIR}/ref/ ; ${TAR} -chf - . | \
|
||||
${TAR} -xf - -C ${PREFIX}/share/mpqc/ref
|
||||
@${FIND} ${PREFIX}/share/mpqc/ref | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
||||
@${FIND} ${PREFIX}/share/mpqc/ref -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/mpqc
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKDIR}/${PORTNAME}-html-${PORTVERSION} && ${TAR} -chf - . | \
|
||||
${TAR} -xf - -C ${PREFIX}/share/doc/mpqc/
|
||||
${TAR} -xf - -C ${DOCSDIR}
|
||||
@${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
||||
@${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
.endif
|
||||
|
||||
validate: # it takes few days
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (mpqc-2.1.3.tar.gz) = ea81bc949e85da0fdd07b5102986f73f
|
||||
MD5 (mpqc-2.1.4.tar.gz) = b51350bd47570a4dad7f682a5a4f12b1
|
||||
MD5 (mpqc-val-2.1.0.tar.gz) = 6bc61c91288d2e45c170542079b60405
|
||||
MD5 (mpqc-man-2.1.3.tar.gz) = c50fa85deb3e5d14fe9006c655c0fb9f
|
||||
MD5 (mpqc-html-2.1.3.tar.gz) = 31daa51cb188af0f9b5406c00174fbdb
|
||||
MD5 (mpqc-man-2.1.4.tar.gz) = d46b754bfe891557bcd1e04dc7e48b74
|
||||
MD5 (mpqc-html-2.1.4.tar.gz) = 894ce667c532a168d5984fc4323926f6
|
||||
|
@ -1,4 +1,30 @@
|
||||
MAN3= \
|
||||
class.3 \
|
||||
compile.3 \
|
||||
develop.3 \
|
||||
download.3 \
|
||||
group.3 \
|
||||
keyval.3 \
|
||||
molrender.3 \
|
||||
mpqc.3 \
|
||||
mpqccomp.3 \
|
||||
mpqcinp.3 \
|
||||
mpqclic.3 \
|
||||
mpqcoo.3 \
|
||||
mpqcover.3 \
|
||||
mpqcpsi.3 \
|
||||
mpqcrun.3 \
|
||||
mpqcsimp.3 \
|
||||
mpqcval.3 \
|
||||
mpqcwar.3 \
|
||||
overview.3 \
|
||||
ref.3 \
|
||||
scls.3 \
|
||||
scmat.3 \
|
||||
scpr.3 \
|
||||
srctree.3 \
|
||||
state.3 \
|
||||
symmetry.3 \
|
||||
sc_AccResult.3 \
|
||||
sc_AccResultInfo.3 \
|
||||
sc_ActiveMsgMemoryGrp.3 \
|
||||
@ -230,3 +256,4 @@ sc_XalphaFunctional.3 \
|
||||
sc_intMessageGrp.3 \
|
||||
sc_mPW91XFunctional.3 \
|
||||
sc_scprintf.3
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user